[Glibc-bsd-commits] r2366 - trunk/posixtestsuite/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Mon Feb 9 21:12:59 UTC 2009


Author: guillem
Date: 2009-02-09 21:12:59 +0000 (Mon, 09 Feb 2009)
New Revision: 2366

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


Modified: trunk/posixtestsuite/debian/changelog
===================================================================
--- trunk/posixtestsuite/debian/changelog	2009-02-09 21:08:54 UTC (rev 2365)
+++ trunk/posixtestsuite/debian/changelog	2009-02-09 21:12:59 UTC (rev 2366)
@@ -1,6 +1,7 @@
 posixtestsuite (1.5.2-4) 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:04:24 +0200
 

Modified: trunk/posixtestsuite/debian/rules
===================================================================
--- trunk/posixtestsuite/debian/rules	2009-02-09 21:08:54 UTC (rev 2365)
+++ trunk/posixtestsuite/debian/rules	2009-02-09 21:12:59 UTC (rev 2366)
@@ -22,7 +22,7 @@
 install-indep: build-indep
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	
 #	$(MAKE) install DESTDIR=$(CURDIR)/debian/posixtestsuite




More information about the Glibc-bsd-commits mailing list