summaryrefslogtreecommitdiff
path: root/puddletag/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'puddletag/debian/rules')
-rwxr-xr-xpuddletag/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/puddletag/debian/rules b/puddletag/debian/rules
index 9e5fa22..213bcff 100755
--- a/puddletag/debian/rules
+++ b/puddletag/debian/rules
@@ -8,9 +8,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export PYBUILD_NAME=puddletag
%:
- dh $@ --with python3
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
cd $(CURDIR)/source ; \
bgstack15