summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-10-29 22:08:12 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-10-29 22:08:12 +0200
commit9b9eb42ace92e3dd2e0a3e5fcaeb251708517106 (patch)
tree0947f3602769af51b899b259ce1c0b3ef76bf136
parentf7e51977e235f67cdcf8d3c83d11fe9df2ea3e43 (diff)
'Source-Version' in debian/control became 'binary:Version'.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
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 <jackyf.devel@gmail.com> 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