summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 23ac948..4f12795 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gnumach (2:1.3.99.dfsg.cvs20070809-1) UNRELEASED unstable; urgency=low
* New upstream CVS snapshot.
* Add an autoregen target to ease regenerating the autoconf patch.
+ * Use binary:Version instead of the deprecated Source-Version substvar.
-- Guillem Jover <guillem@debian.org> Tue, 7 Aug 2007 15:11:23 +0200
diff --git a/debian/control b/debian/control
index 7a357de..1e5c236 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Section: devel
Priority: extra
Provides: gnumach
Architecture: hurd-i386 i386 kfreebsd-i386 knetbsd-i386
-Depends: gnumach (= ${Source-Version})
+Depends: gnumach (= ${binary:Version})
Description: The GNU version of the Mach microkernel for debugging
This is the Utah Mach microkernel used by the Hurd.
.