summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 84cba1f10..adecf0777 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,13 +96,15 @@ clean:
# Add here commands to clean up after the build process.
-$(MAKE) clean
+ $(CURDIR)/cleanup.sh
+
dh_clean
install: install-indep install-arch
install-indep:
dh_testdir
dh_testroot
- dh_clean -k -i
+ dh_prep -i
dh_installdirs -i
# Add here commands to install the indep part of the package into