浏览代码

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
David Kalnischkies 13 年之前
父节点
当前提交
8f3aa4bd4f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/control

+ 1 - 1
debian/control

@@ -41,7 +41,7 @@ Architecture: any
 Multi-Arch: same
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: apt (<< 0.9.4~)
+Breaks: apt (<< 0.9.4~), libapt-inst1.5 (<< 0.9.9~)
 Section: libs
 Section: libs
 Description: package management runtime library
 Description: package management runtime library
  This library provides the common functionality for searching and
  This library provides the common functionality for searching and