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

Guillem Jover guillem at alioth.debian.org
Thu Jun 25 10:55:40 UTC 2009


Author: guillem
Date: 2009-06-25 10:55:39 +0000 (Thu, 25 Jun 2009)
New Revision: 2605

Modified:
   trunk/libvolume-id/debian/changelog
   trunk/libvolume-id/debian/rules
Log:
Remove unneeded call to dh_listpackages


Modified: trunk/libvolume-id/debian/changelog
===================================================================
--- trunk/libvolume-id/debian/changelog	2009-06-25 10:53:08 UTC (rev 2604)
+++ trunk/libvolume-id/debian/changelog	2009-06-25 10:55:39 UTC (rev 2605)
@@ -6,6 +6,7 @@
   * Use $(filter ...) instead of $(findstring ...) to extract space separated
     options from DEB_BUILD_OPTIONS in debian/rules.
   * Remove --sourcedir from dh_install unneeded with debhelper compat 7.
+  * Remove unneeded call to dh_listpackages.
 
  -- 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:53:08 UTC (rev 2604)
+++ trunk/libvolume-id/debian/rules	2009-06-25 10:55:39 UTC (rev 2605)
@@ -18,8 +18,6 @@
 	CFLAGS += -O2
 endif
 
-packages := $(shell dh_listpackages)
-
 include /usr/share/quilt/quilt.make
 
 build-indep:




More information about the Glibc-bsd-commits mailing list