소스 검색

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.