* Minor improvement to debian/rules clean.

This commit is contained in:
Joey Hess
2007-10-19 20:32:58 -04:00
parent 9edefc1c48
commit d39d884f1b
2 changed files with 4 additions and 3 deletions

5
debian/changelog vendored
View File

@@ -1,8 +1,9 @@
alien (8.69) UNRELEASED; urgency=low
alien (8.69) unstable; urgency=low
* Alien's repository has moved from subversion to git.
* Minor improvement to debian/rules clean.
-- Joey Hess <joeyh@debian.org> Mon, 15 Oct 2007 23:24:01 -0400
-- Joey Hess <joeyh@debian.org> Fri, 19 Oct 2007 20:27:53 -0400
alien (8.68) unstable; urgency=low

2
debian/rules vendored
View File

@@ -14,7 +14,7 @@ clean:
dh_testroot
rm -f build-stamp
perl Makefile.PL
-$(MAKE) realclean
if [ -e Makefile ]; then $(MAKE) realclean; fi
dh_clean
binary-arch: build