mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Minor improvement to debian/rules clean.
This commit is contained in:
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -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.
|
* 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
|
alien (8.68) unstable; urgency=low
|
||||||
|
|
||||||
|
|||||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -14,7 +14,7 @@ clean:
|
|||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
-$(MAKE) realclean
|
if [ -e Makefile ]; then $(MAKE) realclean; fi
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
binary-arch: build
|
binary-arch: build
|
||||||
|
|||||||
Reference in New Issue
Block a user