diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a3d16fc4a..f32aa5a94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.6.27ubuntu3) hoary; urgency=low + + * added a exact dependency from libapt-pkg-dev to the apt version it was + build with + + -- Michael Vogt <mvo@debian.org> Wed, 15 Dec 2004 09:56:32 +0100 + apt (0.6.27ubuntu2) hoary; urgency=low * fixed a bug in the rule file that happend during the big 0.5->0.6 merge diff --git a/debian/control b/debian/control index ea709acc9..54d4e4caa 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Description: Documentation for APT Package: libapt-pkg-dev Architecture: any Priority: optional -Depends: apt-utils, ${libapt-pkg:provides}, ${libapt-inst:provides} +Depends: apt (= ${Source-Version}), apt-utils (= ${Source-Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} Section: libdevel Description: Development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for |