瀏覽代碼

add apt-utils Depends apt (= ${binary:Version})

As we ship some tools in apt-utils which depend on our private library
we have to ensure that apt-utils depends on a proper apt version.
An exact version is probably a bit much, but the simplest way out.
David Kalnischkies 10 年之前
父節點
當前提交
a0bf789783
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/control

+ 1 - 1
debian/control

@@ -108,7 +108,7 @@ Description: documentation for APT development
 
 Package: apt-utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, apt (= ${binary:Version})
 Description: package management related utility programs
  This package contains some less used commandline utilities related
  to package management with APT.