Don't use dh_testroot in debian/rules clean.

This commit is contained in:
Julien Cristau 2012-04-30 20:52:50 +02:00
parent 0e72dc9cb1
commit 1d76ee9d27
2 changed files with 1 additions and 3 deletions

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ x11-xserver-utils (7.6+4) UNRELEASED; urgency=low
* xgamma 1.0.5. * xgamma 1.0.5.
* xhost 1.0.5. * xhost 1.0.5.
* xmodmap 1.0.7. * xmodmap 1.0.7.
* Don't use dh_testroot in debian/rules clean.
[ Moritz Muehlenhoff ] [ Moritz Muehlenhoff ]
* Enable hardened build flags (closes: #655503) * Enable hardened build flags (closes: #655503)

3
debian/rules vendored
View File

@ -56,15 +56,12 @@ $(STAMP_DIR)/build-%: $(STAMP_DIR)/genscripts $(STAMP_DIR)/patch
clean: xsfclean clean: xsfclean
dh_testdir dh_testdir
dh_testroot
rm -f build-stamp rm -f build-stamp
rm -f config.cache config.log config.status rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest* rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache rm -rf autom4te.cache */autom4te.cache
rm -rf *-build rm -rf *-build
dh_clean dh_clean
install: build install: build