diff options
author | Julian Andres Klode <jak@debian.org> | 2016-01-08 21:23:24 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-01-08 21:23:24 +0100 |
commit | 9e7783f64b9db3a1b14d84c1b791a283013356b6 (patch) | |
tree | 6eaf118605d451c8a6fd468b782366ffadbe503e | |
parent | 60d523e2ae93a6c5bc396b6bede2544271fb1f2e (diff) |
libapt-pkg5.0: Add Breaks appstream (<< 0.9.0-3~)
This ensures that a compatible version of appstream is
installed, that is, one that disables lz4 compression
for its data.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bbbd60b69..b1dece964 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: apt (<< 1.1~exp14), libapt-inst1.5 (<< 0.9.9~) +Breaks: apt (<< 1.1~exp14), libapt-inst1.5 (<< 0.9.9~), appstream (<< 0.9.0-3~) Recommends: apt (>= ${binary:Version}) Section: libs Description: package management runtime library |