diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-08-22 16:36:31 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-08-22 16:36:31 +0200 |
commit | 8f3aa4bd4f8a1ddc4395dab5a1e2382eed75660c (patch) | |
tree | f2dbe39d393c2ea15d74fdc0f01cf0f61d8af835 /debian | |
parent | c228846bb123915360e35db50ae0c6bd2334caac (diff) |
add a breaks libapt-inst for FileFd changes in 0.9.9
Partial upgradesā¦
The fix for 704608 assumes that bf35c19b817cc1474b3deabce0b0953c248bad42
was applied to libapt-inst which isn't the case for partial upgrades of
course, so break it to ensure that it is the case.
Closes: 720449
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 ca18ff01f..f2532312f 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: apt (<< 0.9.4~) +Breaks: apt (<< 0.9.4~), libapt-inst1.5 (<< 0.9.9~) Section: libs Description: package management runtime library This library provides the common functionality for searching and |