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

Guillem Jover guillem at alioth.debian.org
Sat Apr 18 00:16:01 UTC 2009


Author: guillem
Date: 2009-04-18 00:16:01 +0000 (Sat, 18 Apr 2009)
New Revision: 2463

Modified:
   trunk/ufsutils/debian/changelog
   trunk/ufsutils/debian/rules
Log:
Use dh_prep instead of ?\226?\128?\156dh_clean -k?\226?\128?\157


Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2009-04-18 00:13:53 UTC (rev 2462)
+++ trunk/ufsutils/debian/changelog	2009-04-18 00:16:01 UTC (rev 2463)
@@ -8,6 +8,7 @@
   * Use asterisks for bulleted lists in package description.
   * Remove DPATCHLEVEL variable from patches.
   * Switch to debhelper compatibility level 7.
+  * Use dh_prep instead of “dh_clean -k”.
 
  -- Guillem Jover <guillem at debian.org>  Sat, 18 Apr 2009 01:47:10 +0200
 

Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules	2009-04-18 00:13:53 UTC (rev 2462)
+++ trunk/ufsutils/debian/rules	2009-04-18 00:16:01 UTC (rev 2463)
@@ -55,7 +55,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	
 	mkdir -p $(DESTDIR)/lib




More information about the Glibc-bsd-commits mailing list