diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0540a505..4beed71e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ hurd (20060825-1+SVN) unreleased; urgency=low to 1:20060826.dfsg.1-1. * debian/control (Build-Depends): Added versioned Build-Depends on gnumach-dev 1:20060826.dfsg.1-1. + * debian/control (Build-Depends-Indep): Moved texi2html to ... + * debian/control (Build-Depends): ... here. -- Michael Banck <mbanck@debian.org> Sun, 27 Aug 2006 16:18:30 +0200 diff --git a/debian/control b/debian/control index 09f627ae..e6c76305 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +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), gnumach-dev (>= 1:20060826.dfsg.1-1), texinfo, libncursesw5-dev, cdbs, debhelper (>= 4.2.0) -Build-Depends-Indep: texi2html +Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 1:20060826.dfsg.1-1), texinfo, texi2html, libncursesw5-dev, cdbs, debhelper (>= 4.2.0) Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Marcus Brinkmann <brinkmd@debian.org>, Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org> Package: hurd |