summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ec375974..535216bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ hurd (20071119-2) UNRELEASED; urgency=low
[ Guillem Jover ]
* debian/copyright: Update FSF address.
+ * debian/control: Use binary:Version and source:Version instead of
+ deprecated Source-Version substvar.
-- Michael Banck <mbanck@debian.org> Tue, 08 Jan 2008 15:54:52 +0100
diff --git a/debian/control b/debian/control
index f7806b54..c69f7cc5 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Package: hurd-dbg
Priority: extra
Section: libdevel
Architecture: hurd-i386
-Depends: hurd (= ${Source-Version})
+Depends: hurd (= ${binary:Version})
Description: The GNU Hurd (debugging files)
This package includes the unstripped binaries and libraries.
@@ -43,7 +43,7 @@ Package: hurd-doc
Priority: optional
Section: doc
Architecture: all
-Suggests: hurd (= ${Source-Version})
+Suggests: hurd (>= ${source:Version})
Description: The GNU Hurd manual
This package includes the manual in info and HTML format.