[Glibc-bsd-commits] r4823 - trunk/freebsd-libs/debian

Guillem Jover guillem at alioth.debian.org
Mon Jul 29 10:31:23 UTC 2013


Author: guillem
Date: 2013-07-29 10:31:23 +0000 (Mon, 29 Jul 2013)
New Revision: 4823

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/rules
Log:
Create $(DESTDIR) on install-indep

Otherwise dh_install with --list-missing is unhappy (arguably a bug
in debhelper).


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2013-07-29 10:28:10 UTC (rev 4822)
+++ trunk/freebsd-libs/debian/changelog	2013-07-29 10:31:23 UTC (rev 4823)
@@ -1,3 +1,10 @@
+freebsd-libs (9.1+ds1-4) UNRELEASED; urgency=low
+
+  * Create $(DESTDIR) on install-indep, otherwise dh_install with
+    --list-missing is unhappy (arguably a bug in debhelper).
+
+ -- Guillem Jover <guillem at debian.org>  Mon, 29 Jul 2013 12:28:44 +0200
+
 freebsd-libs (9.1+ds1-3) unstable; urgency=low
 
   [ Petr Salinger ]

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2013-07-29 10:28:10 UTC (rev 4822)
+++ trunk/freebsd-libs/debian/rules	2013-07-29 10:31:23 UTC (rev 4823)
@@ -197,6 +197,7 @@
 	dh_prep -i
 	dh_installdirs -i
 
+	mkdir -p $(DESTDIR)
 	dh_install -i --list-missing
 
 install-arch: build-arch




More information about the Glibc-bsd-commits mailing list