Skip to content

Commit 116582c

Browse files
Chris PolanskiChris Polanski
Chris Polanski
authored and
Chris Polanski
committed
fix deb build paths and debian files for new directory tree changes
1 parent 3d31d5e commit 116582c

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
recursive-include probe_basic *.yml *.yaml *.ui *.qss *qrc *.qml *.png *.ttf
22
recursive-include probe_basic_lathe *.yml *.yaml *.ui *.qss *qrc *.qml *.png *.ttf
33
recursive-include widgets *.yml *.yaml *.ui *.qss *qrc *.qml *.png *.ttf
4-
recursive-include config *.*
4+
recursive-include configs *.*
55
recursive-include fonts *.*
6+
recursive-include icons *.*
67

78
include versioneer.py
89
include probe_basic/_version.py

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ override_dh_auto_install:
2121

2222
# create configs directory if it doesn't exist
2323
mkdir -p debian/python3-probe-basic/usr/share/configs/
24-
# Install the config file contents
24+
# Install the config file contents
2525
cp -r configs debian/python3-probe-basic/usr/share/
2626

2727

icons/probe_basic_icon.png

4.1 KB
Loading

icons/probe_basic_icon_lathe.png

74.8 KB
Loading

0 commit comments

Comments
 (0)