diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index fd9213b..7606fb7 100755 --- a/debian/rules +++ b/debian/rules @@ -84,7 +84,7 @@ else > debian/control endif -clean: +clean: unpatch dh_testdir dh_testroot @@ -94,9 +94,6 @@ clean: find -name Makefile.in | xargs rm -f rm -f aclocal.m4 config.hin configure - # This is here so that we don't try to go under doc/ - $(MAKE) -f debian/rules unpatch - dh_clean install: build |