summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2010-01-09 21:15:32 +0000
committerSamuel Thibault <sthibault@debian.org>2010-01-09 21:15:32 +0000
commit196dcccfceae38f87f675e55209807ef33f7d7e5 (patch)
tree2126bd96bcae657fba15a7ef77fb41a7489a1747 /debian
parente01674aaa436163d5e2f9993eca40434962752bc (diff)
Add dpkg (>= 1.15.4) | install-info dependency.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 5b053e04..50b51e4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,10 @@ hurd (20090404-3) UNRELEASED; urgency=low
* debian/hurd.dirs: Add /etc/sysctl.d.
* debian/control (hurd-udeb): Add Provides: *-modules.
* debian/patches/diskfs_no_inherit_dir_group.patch: Fix documentation too.
- * debian/control: Drop duplicate priority and section fields.
- * debian/control: Add ${misc:Depends}.
+ * debian/control:
+ - Drop duplicate priority and section fields.
+ - Add ${misc:Depends}.
+ - Add dpkg (>= 1.15.4) | install-info dependency.
[ Guillem Jover ]
* Update make-new-tarball.sh to exclude git instead of CVS paths.
diff --git a/debian/control b/debian/control
index dd99cf20..ca774435 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ 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),
libc0.3-dev (>= 2.9), texinfo, texi2html, libncursesw5-dev, cdbs,
- debhelper (>= 4.2.0), gcc-4.3
+ debhelper (>= 4.2.0), gcc-4.3, dpkg (>= 1.15.4) | install-info
Uploaders: Jeff Bailey <jbailey@raspberryginger.com>,
Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>,
Samuel Thibault <sthibault@debian.org>