[Glibc-bsd-commits] r2396 - trunk/libfreebsd/debian

Guillem Jover guillem at alioth.debian.org
Tue Apr 7 01:32:06 UTC 2009


Author: guillem
Date: 2009-04-07 01:32:06 +0000 (Tue, 07 Apr 2009)
New Revision: 2396

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


Modified: trunk/libfreebsd/debian/changelog
===================================================================
--- trunk/libfreebsd/debian/changelog	2009-04-07 01:31:27 UTC (rev 2395)
+++ trunk/libfreebsd/debian/changelog	2009-04-07 01:32:06 UTC (rev 2396)
@@ -6,6 +6,7 @@
   * Add detailed information about licenses and copyright holders to
     debian/copyright.
   * Use binary:Version instead of the deprecated Source-Version substvar.
+  * Use dh_prep instead of “dh_clean -k”.
 
  -- Guillem Jover <guillem at debian.org>  Thu, 17 May 2007 20:27:34 +0300
 

Modified: trunk/libfreebsd/debian/rules
===================================================================
--- trunk/libfreebsd/debian/rules	2009-04-07 01:31:27 UTC (rev 2395)
+++ trunk/libfreebsd/debian/rules	2009-04-07 01:32:06 UTC (rev 2396)
@@ -32,7 +32,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp




More information about the Glibc-bsd-commits mailing list