[Glibc-bsd-commits] r2602 - trunk/libfreebsd/debian

Guillem Jover guillem at alioth.debian.org
Thu Jun 25 10:47:28 UTC 2009


Author: guillem
Date: 2009-06-25 10:47:27 +0000 (Thu, 25 Jun 2009)
New Revision: 2602

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


Modified: trunk/libfreebsd/debian/changelog
===================================================================
--- trunk/libfreebsd/debian/changelog	2009-06-25 10:43:42 UTC (rev 2601)
+++ trunk/libfreebsd/debian/changelog	2009-06-25 10:47:27 UTC (rev 2602)
@@ -1,3 +1,9 @@
+libfreebsd (0.0-9) UNRELEASED; urgency=low
+
+  * Remove --sourcedir from dh_install unneeded with debhelper compat 7.
+
+ -- Guillem Jover <guillem at debian.org>  Thu, 25 Jun 2009 12:45:43 +0200
+
 libfreebsd (0.0-8) unstable; urgency=low
 
   * Stop shipping nlist.h, nlist(3) and strmode(3) as they are now 

Modified: trunk/libfreebsd/debian/rules
===================================================================
--- trunk/libfreebsd/debian/rules	2009-06-25 10:43:42 UTC (rev 2601)
+++ trunk/libfreebsd/debian/rules	2009-06-25 10:47:27 UTC (rev 2602)
@@ -53,7 +53,7 @@
 	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples
-	dh_install --sourcedir=debian/tmp
+	dh_install
 	dh_link
 	dh_strip --dbg-package=$(libdbg)
 	dh_compress




More information about the Glibc-bsd-commits mailing list