[Glibc-bsd-commits] r5025 - trunk/ufsutils/debian

Guillem Jover guillem at alioth.debian.org
Wed Oct 9 05:53:32 UTC 2013


Author: guillem
Date: 2013-10-09 05:53:32 +0000 (Wed, 09 Oct 2013)
New Revision: 5025

Modified:
   trunk/ufsutils/debian/changelog
   trunk/ufsutils/debian/rules
Log:
Do not require root on the clean target

Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2013-10-09 05:53:27 UTC (rev 5024)
+++ trunk/ufsutils/debian/changelog	2013-10-09 05:53:32 UTC (rev 5025)
@@ -19,6 +19,7 @@
     fix typos, and remove repeated text.
   * Switch to use the upstream build system. Add a Build-Depends on
     freebsd-buildutils for pmake.
+  * Do not require root on the clean target.
 
  -- Robert Millan <rmh at debian.org>  Thu, 08 Dec 2011 13:40:32 +0100
 

Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules	2013-10-09 05:53:27 UTC (rev 5024)
+++ trunk/ufsutils/debian/rules	2013-10-09 05:53:32 UTC (rev 5025)
@@ -88,7 +88,6 @@
 
 clean:
 	dh_testdir
-	dh_testroot
 
 	[ ! -f lib/port/Makefile ] || $(PMAKE) -C lib/port clean
 	for d in $(SRCDIRS); do \




More information about the Glibc-bsd-commits mailing list