diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-06-06 00:04:08 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-06-06 00:04:08 +0000 |
commit | 1deec416bfcbd7783f110958af7347ef2f30de88 (patch) | |
tree | fdf7131ce1b9d5c441e1618f491efad75c2cffaa | |
parent | c164500f9fc085ce552874eb2d96a2228d5b44d7 (diff) |
Drop -1 from gnumach-dev dependency.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7cd5870f..336b4b48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ hurd (20090404-3) UNRELEASED; urgency=low - Drop duplicate priority and section fields. - Add ${misc:Depends}. - Add dpkg (>= 1.15.4) | install-info dependency. + - Drop -1 from gnumach-dev dependency. * debian/local/runsystem.gnu: New runsystem file for the d-i case, incomplete for now. * debian/hurd-udeb.install: Remove getty, runttys, /etc/ttys ftpcp, ftpdir, diff --git a/debian/control b/debian/control index ca774435..306baec0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.8.2 -Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526-1), +Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526), libc0.3-dev (>= 2.9), texinfo, texi2html, libncursesw5-dev, cdbs, debhelper (>= 4.2.0), gcc-4.3, dpkg (>= 1.15.4) | install-info Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, |