diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-11-14 12:05:25 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-11-14 12:05:25 +0100 |
commit | 5d1dfd120a5a80b126f3a7eeb29b4fd962d7191d (patch) | |
tree | 02d0b6cec8ec85f507e6c20e89812a7785cc78a6 | |
parent | 0d02864e0bfef47b8588207e7e7c5da3a94dfe59 (diff) |
Adjust libapt-pkg Breaks aptitude to << 0.8.9
The << 0.8.11 was stronger than necessary, and breaks Ubuntu,
which is unable to build aptitude 0.8.11 atm (the test suite
fails since 0.8.10 in C++17 mode, only works in C++14, but
0.8.11 uses C++17 constructs).
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f013d58c2..c3481f8c7 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,7 @@ Multi-Arch: same Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -Breaks: appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.11), libapt-inst1.5 (<< 0.9.9~) +Breaks: appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.9), libapt-inst1.5 (<< 0.9.9~) Recommends: apt (>= ${binary:Version}) Section: libs Provides: libapt-pkg (= ${binary:Version}) |