summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules7
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 2955d2a..a9bafe4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,10 @@ clean:
dh_testdir
dh_testroot
rm -f build
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) clean
-
+ $(MAKE) clean
dh_prep
+ rm -f debian/files
+ rm -f debian/i3lock.debhelper.log
install: build
dh_testdir