No longer ignore failure of make clean in the clean target

svn:r14983
This commit is contained in:
Peter Palfrader 2008-06-05 23:22:32 +00:00
parent 74d92c88d7
commit 7f0cfe119b
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -9,8 +9,9 @@ tor (0.2.0.27-rc-X) Xxperimental; urgency=low
* Add Homepage: https://www.torproject.org/ field to control file.
* And mention www.tp.o instead of the old tor.eff.org in the long
description.
* No longer ignore failure of make clean in the clean target.
-- Peter Palfrader <weasel@debian.org> Fri, 06 Jun 2008 00:52:26 +0200
-- Peter Palfrader <weasel@debian.org> Fri, 06 Jun 2008 00:52:58 +0200
tor (0.2.0.26-rc-1) experimental; urgency=critical

2
debian/rules vendored
View File

@ -124,7 +124,7 @@ clean: unpatch
dh_testroot
rm -f build-stamp
-$(MAKE) distclean
[ ! -f Makefile ] || $(MAKE) distclean
dh_clean