From: Eugene V. Lyubimkin Date: Wed, 29 Oct 2008 20:08:12 +0000 (+0200) Subject: 'Source-Version' in debian/control became 'binary:Version'. X-Git-Tag: 0.7.21~72^2~8 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/9b9eb42ace92e3dd2e0a3e5fcaeb251708517106 'Source-Version' in debian/control became 'binary:Version'. --- diff --git a/debian/changelog b/debian/changelog index 07360eca6..832f41be1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ apt (0.7.17) unstable; urgency=low - Fixed bashisms; * debian/rules: - Fixed lintian warnings "debian/rules ignores make errors". + * debian/control: + - Substituted outdated "Source-Version" fields with "binary:Version". -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 diff --git a/debian/control b/debian/control index a3c84d72a..e3a727e84 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Description: Documentation for APT Package: libapt-pkg-dev Architecture: any Priority: optional -Depends: apt (= ${Source-Version}), apt-utils (= ${Source-Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} +Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides} Section: libdevel Description: Development files for APT's libapt-pkg and libapt-inst This package contains the header files and libraries for