File tree 4 files changed +3
-2
lines changed
4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
recursive-include probe_basic *.yml *.yaml *.ui *.qss *qrc *.qml *.png *.ttf
2
2
recursive-include probe_basic_lathe *.yml *.yaml *.ui *.qss *qrc *.qml *.png *.ttf
3
3
recursive-include widgets *.yml *.yaml *.ui *.qss *qrc *.qml *.png *.ttf
4
- recursive-include config *.*
4
+ recursive-include configs *.*
5
5
recursive-include fonts *.*
6
+ recursive-include icons *.*
6
7
7
8
include versioneer.py
8
9
include probe_basic/_version.py
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ override_dh_auto_install:
21
21
22
22
# create configs directory if it doesn't exist
23
23
mkdir -p debian/python3-probe-basic/usr/share/configs/
24
- # Install the config file contents
24
+ # Install the config file contents
25
25
cp -r configs debian/python3-probe-basic/usr/share/
26
26
27
27
You can’t perform that action at this time.
0 commit comments