diff --git a/debian/rules b/debian/rules index cdd4525..0ce4e5d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,16 @@ #!/usr/bin/make -f %: - dh $@ --with python2 + dh $@ --with python2 --buildsystem=pybuild override_dh_install: # Move samples to configuration files in the debian package rename 's/\.sample$$//' debian/tmp/etc/sylkserver/*.sample # Remove spaces in sound file names as they end up corrupted in the deb rename 's/ //g' debian/tmp/usr/share/sylkserver/sounds/moh/*.wav dh_install override_dh_clean: dh_clean rm -rf build dist MANIFEST