The following commit has been merged in the master branch:
commit 747f60335829c2777649f6ae686f5b370dcd5b26
Author: Guillem Jover <[email protected]>
Date: Thu Jan 24 02:30:47 2013 +0100
Add compression development packages to libdpkg-dev Depends
diff --git a/debian/changelog b/debian/changelog
index 1e0778c..a5ebb13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ dpkg (1.17.0) UNRELEASED; urgency=low
* Bump Standards-Version to 3.9.4 (no changes needed).
* Use the new canonical dpkg git Vcs URLs.
* Remove ancient version from zlibg1-dev Build-Depends.
+ * Add compression development packages to libdpkg-dev Depends.
-- Guillem Jover <[email protected]> Fri, 03 Aug 2012 13:21:00 +0200
diff --git a/debian/control b/debian/control
index 8ab6507..c879a4f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Package: libdpkg-dev
Section: libdevel
Priority: optional
Architecture: any
-Depends: ${misc:Depends}
+Depends: zlib1g-dev, liblzma-dev, libbz2-dev, ${misc:Depends}
Description: Debian package management static library
This package provides the header files and static library necessary to
develop software using libdpkg, the same library used internally by dpkg.
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]