diff options
-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 5daac91f..24a7cfb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ hurd (20130226-2) UNRELEASED; urgency=low * Update the hurd-doc suggests: - Remove hurd (a bit pointless, since it is essential). - Add www-browser (for the HTML documentation). + * Add missing autotools-dev build dependency (for the autotools_dev dh addon). -- Samuel Thibault <sthibault@debian.org> Tue, 26 Feb 2013 23:51:12 +0100 diff --git a/debian/control b/debian/control index 90d4ac38..7904f8ca 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526), libc0.3-dev (>= 2.13-38~), texinfo, texi2html, libncursesw5-dev, debhelper (>= 7.0.50~), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf, libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config, - xkb-data, flex, bison + xkb-data, flex, bison, autotools-dev Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>, Samuel Thibault <sthibault@debian.org> |