diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-12-23 18:18:00 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2004-12-23 18:18:00 +0000 |
commit | fc6f394b025bb5f0b06b665e8407f37a25ef51ac (patch) | |
tree | 134ad0fa45505ee80c8fd3b3a52679daae76de6f /debian | |
parent | 4a1778448653283970ea094822738ddbed8f7825 (diff) | |
parent | b3d44315ee812ba2d0a99751695b5a4314407ec2 (diff) |
Merge from apt--mvo--0
Patches applied:
* michael.vogt@canonical.com--2004--laptop/apt--mvo--0--patch-6
* stronger dependencies for libapt-pkg-dev (depends on the source version of apt and apt-watch now)
* michael.vogt@canonical.com--2004--laptop/apt--mvo--0--patch-7
* distro really should be hoary, not unstable :/
* michael.vogt@canonical.com--2004--laptop/apt--mvo--0--patch-8
* documented the "--allow-unauthenticated" switch
* michael.vogt@canonical.com--2004/apt--mvo--0--patch-2
brought tree up-to-date with matt
* michael.vogt@canonical.com--2004/apt--mvo--0--patch-3
* imported changes from apt--main
* michael.vogt@canonical.com--2004/apt--mvo--0--patch-4
* merged changes from the conference
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 |