[Glibc-bsd-commits] r2607 - trunk/libvolume-id/debian

Guillem Jover guillem at alioth.debian.org
Thu Jun 25 10:59:46 UTC 2009


Author: guillem
Date: 2009-06-25 10:59:45 +0000 (Thu, 25 Jun 2009)
New Revision: 2607

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


Modified: trunk/libvolume-id/debian/changelog
===================================================================
--- trunk/libvolume-id/debian/changelog	2009-06-25 10:58:22 UTC (rev 2606)
+++ trunk/libvolume-id/debian/changelog	2009-06-25 10:59:45 UTC (rev 2607)
@@ -8,6 +8,7 @@
   * Remove --sourcedir from dh_install unneeded with debhelper compat 7.
   * Remove unneeded call to dh_listpackages.
   * Pass -s to arch dependent debhelper commands.
+  * Use dh_prep instead of “dh_clean -k”.
 
  -- Guillem Jover <guillem at debian.org>  Mon, 09 Feb 2009 22:37:07 +0200
 

Modified: trunk/libvolume-id/debian/rules
===================================================================
--- trunk/libvolume-id/debian/rules	2009-06-25 10:58:22 UTC (rev 2606)
+++ trunk/libvolume-id/debian/rules	2009-06-25 10:59:45 UTC (rev 2607)
@@ -40,7 +40,7 @@
 install: build-arch
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs -s
 	
 	$(MAKE) install prefix=/usr libdir=/lib DESTDIR=debian/tmp




More information about the Glibc-bsd-commits mailing list