The following commit has been merged in the master branch:
commit 8ace79f21c636aa5e61709eacd188e4e07deed2c
Author: Guillem Jover <[email protected]>
Date: Fri Dec 21 00:21:26 2012 +0100
libdpkg: Add @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in
If a project is using libdpkg's compression support it will fail to
build with newer libdpkg versions that added direct liblzma support,
because the dependency is an implementation detail, the library could
be using the command line tool instead, and it would not really be
correct for that project to explicitly link against liblzma.
diff --git a/debian/changelog b/debian/changelog
index d52f980..3ee1b32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ dpkg (1.16.10) UNRELEASED; urgency=low
[ Guillem Jover ]
* Fix typos in 1.16.9 changelog entry. Closes: #691954
Thanks to Nicolás Alvarez <[email protected]>.
+ * Add missing @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in.
[ Updated programs translations ]
* Esperanto (Felipe Castro).
diff --git a/lib/dpkg/libdpkg.pc.in b/lib/dpkg/libdpkg.pc.in
index 05a3519..a574a25 100644
--- a/lib/dpkg/libdpkg.pc.in
+++ b/lib/dpkg/libdpkg.pc.in
@@ -8,5 +8,5 @@ Name: libdpkg
Description: Debian package management system library
Version: @VERSION@
Libs: -L${libdir} -ldpkg
-Libs.private: @ZLIB_LIBS@ @BZ2_LIBS@
+Libs.private: @ZLIB_LIBS@ @LIBLZMA_LIBS@ @BZ2_LIBS@
Cflags: -I${includedir}
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]