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 /debian/control | |
parent | 06e18b140238809e6537c13303ca8f561a9c5b55 (diff) |
* debian/control:
- fix incorrect Replaces (closes: #630204) for libapt-inst1.2
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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. |