diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-07-30 09:19:13 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-07-30 09:19:13 +0200 |
commit | c39b587209f2c3993123e40d33c85de12180a70c (patch) | |
tree | 122220a0136721fb8e65334ab6e42c273870491f /debian | |
parent | cd02388d4877038e13326d84c5745c44acb0ce61 (diff) | |
parent | 4ed3806e625a4b5c148e27dba5384f133dd77c1a (diff) |
* debian/control:
- add dependency on zlib-dev for libapt-pkg-dev
* apt-pkg/cacheset.cc:
- make CacheSetHelper::canNotFindAllVer display a notice
only (for compat reasons). Otherwise tools like sbuild
blow up
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1829e067c..928a4b3d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (0.7.26~exp11ubuntu3) maverick; urgency=low + + * debian/control: + - add dependency on zlib-dev for libapt-pkg-dev + * apt-pkg/cacheset.cc: + - make CacheSetHelper::canNotFindAllVer display a notice + only (for compat reasons). Otherwise tools like sbuild + blow up + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 30 Jul 2010 08:57:15 +0200 + apt (0.7.26~exp11ubuntu2) maverick; urgency=low * remove debian-archive-keyring dependency and readd diff --git a/debian/control b/debian/control index 5d709ab8e..7b3292ffb 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Description: Documentation for APT Package: libapt-pkg-dev Architecture: any Priority: optional -Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides}, ${misc:Depends} +Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides}, ${misc:Depends}, zlib1g-dev | zlib-dev Section: libdevel Description: Development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for |