diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 04b379b..4e6f44a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') %: - dh $@ + dh --with quilt $@ override_dh_auto_clean: scons -c |