diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 06e0fba3..0540a505 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ hurd (20060825-1+SVN) unreleased; urgency=low * Rebuilt against gnumach_1:20060826.dfsg.1-1. * debian/control (hurd/Depends): Bump versioned dependency of gnumach to 1:20060826.dfsg.1-1. + * debian/control (Build-Depends): Added versioned Build-Depends on + gnumach-dev 1:20060826.dfsg.1-1. -- Michael Banck <mbanck@debian.org> Sun, 27 Aug 2006 16:18:30 +0200 diff --git a/debian/control b/debian/control index 07986db5..09f627ae 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: base Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.6.1.0 -Build-Depends: mig (>= 1.3-2), texinfo, libncursesw5-dev, cdbs, debhelper (>= 4.2.0) +Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 1:20060826.dfsg.1-1), texinfo, libncursesw5-dev, cdbs, debhelper (>= 4.2.0) Build-Depends-Indep: texi2html Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Marcus Brinkmann <brinkmd@debian.org>, Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org> |