diff options
author | Michael Vogt <mvo@debian.org> | 2011-06-15 17:21:41 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2011-06-15 17:21:41 +0200 |
commit | 92ea25520e6beed1ed6f74620023f42efd4cdc28 (patch) | |
tree | ed42511c122368f4283b85f9c780409556ebe8b7 | |
parent | 06e18b140238809e6537c13303ca8f561a9c5b55 (diff) |
* debian/control:
- fix incorrect Replaces (closes: #630204) for libapt-inst1.2
-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 a286d4b8f..1696c9e49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.15~exp2) experimental; urgency=low + + * debian/control: + - fix incorrect Replaces (closes: #630204) for libapt-inst1.2 + + -- Michael Vogt <mvo@debian.org> Wed, 15 Jun 2011 16:51:14 +0200 + apt (0.8.15~exp1) experimental; urgency=low [ Julian Andres Klode ] diff --git a/debian/control b/debian/control index cf7be1ee5..ea7946133 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Description: Library for apt Package: libapt-inst1.2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: apt-utils (<< 0.8.15) +Replaces: apt-utils (<< 0.8.15), apt (<< 0.8.15) Description: Install library for apt This package contains the inst library used by apt. |