diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-10-28 09:00:20 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-10-28 09:00:20 +0100 |
commit | fd94033385441884a1602c2fa3b5597d5d8245d5 (patch) | |
tree | 445357eb0ec4c67943a62baf01828ce5a222f1ab | |
parent | e87bdc6cdd7d1a5253d17f94564d750431b0b720 (diff) |
Remove dpkg | install-info dependency.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 82e439b0..3f841322 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ hurd (1:0.5.git20130928-2) UNRELEASED; urgency=low [ Samuel Thibault ] * patches/proc_set_init_task.patch: Fix kernel pid in procfs too. + * Remove dpkg | install-info dependency. + * Bump Standards-Version to 3.9.5. [ Justus Winter ] * hurd.hurd-console.init: Clean up pid if any. diff --git a/debian/control b/debian/control index 86baddf2..82a9bc88 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,10 @@ Source: hurd Section: admin Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526), libc0.3-dev (>= 2.17-93~), texinfo, libncursesw5-dev, - debhelper (>= 7.0.50~), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf, dh-autoreconf, + debhelper (>= 7.0.50~), gcc-4.7, autoconf, dh-autoreconf, libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config, xkb-data, gawk, flex, bison, autotools-dev, libdaemon-dev, libpcap0.8-dev Uploaders: Michael Banck <mbanck@debian.org>, |