[debian] don't require (fake)root to run the clean target. Closes #3161797 stable
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 23 Sep 2013 15:02:45 +0200
branchstable
changeset 9237 6dd47bcfcf88
parent 9236 93c095495e40
child 9238 08812a274425
[debian] don't require (fake)root to run the clean target. Closes #3161797 It works just fine as a normal user.
debian/rules
skeleton/debian/rules.tmpl
--- a/debian/rules	Mon Sep 23 15:01:59 2013 +0200
+++ b/debian/rules	Mon Sep 23 15:02:45 2013 +0200
@@ -23,7 +23,6 @@
 
 clean:
 	dh_testdir
-	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -rf build
 	#rm -rf debian/cubicweb-*/
--- a/skeleton/debian/rules.tmpl	Mon Sep 23 15:01:59 2013 +0200
+++ b/skeleton/debian/rules.tmpl	Mon Sep 23 15:02:45 2013 +0200
@@ -15,7 +15,6 @@
 
 clean:
 	dh_testdir
-	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -rf build
 	find . -name "*.pyc" | xargs rm -f