Hi there,

I noticed while doing rebuild testing of libedit reverse-dependencies that
the pkgconfig .pc file had gone missing from the -dev package.  Here is a
follow-on NMU diff from a second upload that fixes this.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[email protected]                                     [email protected]
diff -u libedit-2.11-20080614/debian/rules libedit-2.11-20080614/debian/rules
--- libedit-2.11-20080614/debian/rules
+++ libedit-2.11-20080614/debian/rules
@@ -58,9 +58,9 @@
 	install -d ${PKGDIR}/usr/include/libedit
 	install -d ${PKGDIR}/usr/share/man/man3
 	install -d ${PKGDIR}/usr/share/man/man5
-	install -d ${PKGDIR}/usr/lib/pkgconfig
+	install -d ${PKGDIR}/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 	install -m 644 $(CURDIR)/debian/libedit-vis.h ${PKGDIR}/usr/include/libedit/vis.h
-	install -m 644 $(CURDIR)/debian/libedit.pc ${PKGDIR}/usr/lib/pkgconfig
+	install -m 644 $(CURDIR)/debian/libedit.pc ${PKGDIR}/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 	cd libedit && \
 	 pmake install incinstall DESTDIR=${PKGDIR} ${PMAKE_ARGS}
 ## pmake workaround
diff -u libedit-2.11-20080614/debian/changelog libedit-2.11-20080614/debian/changelog
--- libedit-2.11-20080614/debian/changelog
+++ libedit-2.11-20080614/debian/changelog
@@ -1,3 +1,11 @@
+libedit (2.11-20080614-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix a regression in the previous NMU: the pkgconfig file has gone
+    missing, add it back in.
+
+ -- Steve Langasek <[email protected]>  Wed, 17 Aug 2011 07:49:54 +0000
+
 libedit (2.11-20080614-2.1) unstable; urgency=low
 
   * Non-maintainer upload.

Attachment: signature.asc
Description: Digital signature

Reply via email to