diff options
author | Guillem Jover <guillem@debian.org> | 2008-02-03 01:05:47 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2008-02-03 01:05:47 +0000 |
commit | ba466f56d547b24e5d47efead94c7b5c903b979e (patch) | |
tree | 74449b1cfd02d0942ecda24c853b2cc08ec5c160 /debian | |
parent | a5fd48a0cc22fdc40db3c67e99714b435764c623 (diff) |
debian/control: Use binary:Version and source:Version substvars
Instead of deprecated Source-Version substvar.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
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. |