[Glibc-bsd-commits] r2364 - trunk/freebsd-sendpr/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Mon Feb 9 21:03:30 UTC 2009


Author: guillem
Date: 2009-02-09 21:03:30 +0000 (Mon, 09 Feb 2009)
New Revision: 2364

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


Modified: trunk/freebsd-sendpr/debian/changelog
===================================================================
--- trunk/freebsd-sendpr/debian/changelog	2009-02-09 20:37:39 UTC (rev 2363)
+++ trunk/freebsd-sendpr/debian/changelog	2009-02-09 21:03:30 UTC (rev 2364)
@@ -1,6 +1,7 @@
 freebsd-sendpr (3.113+5.3-11) UNRELEASED; urgency=low
 
   * Switch to debhelper compatibility level 7.
+  * Use dh_prep instead of “dh_clean -k”.
 
  -- Guillem Jover <guillem at debian.org>  Mon, 09 Feb 2009 21:57:12 +0200
 

Modified: trunk/freebsd-sendpr/debian/rules
===================================================================
--- trunk/freebsd-sendpr/debian/rules	2009-02-09 20:37:39 UTC (rev 2363)
+++ trunk/freebsd-sendpr/debian/rules	2009-02-09 21:03:30 UTC (rev 2364)
@@ -41,7 +41,7 @@
 install: build-indep
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	
 	cd src/gnu/usr.bin/send-pr/ && \




More information about the Glibc-bsd-commits mailing list