[Glibc-bsd-commits] r2365 - trunk/libbsd/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Mon Feb 9 21:08:54 UTC 2009


Author: guillem
Date: 2009-02-09 21:08:54 +0000 (Mon, 09 Feb 2009)
New Revision: 2365

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


Modified: trunk/libbsd/debian/changelog
===================================================================
--- trunk/libbsd/debian/changelog	2009-02-09 21:03:30 UTC (rev 2364)
+++ trunk/libbsd/debian/changelog	2009-02-09 21:08:54 UTC (rev 2365)
@@ -1,6 +1,7 @@
 libbsd (0.0.1-2) 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 22:15:50 +0200
 

Modified: trunk/libbsd/debian/rules
===================================================================
--- trunk/libbsd/debian/rules	2009-02-09 21:03:30 UTC (rev 2364)
+++ trunk/libbsd/debian/rules	2009-02-09 21:08:54 UTC (rev 2365)
@@ -35,7 +35,7 @@
 install-arch: build-arch
 	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