diff options
author | Julian Andres Klode <jak@debian.org> | 2016-01-09 01:27:22 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-01-09 01:27:22 +0100 |
commit | 280a9f18d6dd720d7cfec88a60acbce42f72ab66 (patch) | |
tree | 053233ce95cf701f3ab4577cb32bf0a1e0060321 /debian | |
parent | cef27e6c25f47620ac7c74a7f18b5a5793ebf4a3 (diff) |
Do not break apt-file (<< 3.0~exp1~), 2.X works fine
There's no point in breaking all older apt-file versions just
because one old experimental upload was broken.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index be88c7c7f..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~), appstream (<< 0.9.0-3~), apt-file (<< 3.0~exp1~) +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 |