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

Guillem Jover guillem at alioth.debian.org
Thu Jun 25 10:52:20 UTC 2009


Author: guillem
Date: 2009-06-25 10:52:18 +0000 (Thu, 25 Jun 2009)
New Revision: 2603

Modified:
   trunk/libvolume-id/debian/changelog
   trunk/libvolume-id/debian/rules
Log:
Remove --sourcedir from dh_install unneeded with debhelper compat 7


Modified: trunk/libvolume-id/debian/changelog
===================================================================
--- trunk/libvolume-id/debian/changelog	2009-06-25 10:47:27 UTC (rev 2602)
+++ trunk/libvolume-id/debian/changelog	2009-06-25 10:52:18 UTC (rev 2603)
@@ -5,6 +5,7 @@
   * Redirect bug report submissions to the libvolume-id package.
   * 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.
 
  -- 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:47:27 UTC (rev 2602)
+++ trunk/libvolume-id/debian/rules	2009-06-25 10:52:18 UTC (rev 2603)
@@ -48,7 +48,7 @@
 	$(MAKE) install prefix=/usr libdir=/lib DESTDIR=debian/tmp
 	
 	# Move all files in their corresponding package
-	dh_install -s --list-missing --sourcedir=debian/tmp
+	dh_install -s --list-missing
 
 binary-indep:
 # We have nothing to do by default.




More information about the Glibc-bsd-commits mailing list