summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 39d8031a..c04aae91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
hurd (20120520-2) UNRELEASED; urgency=low
- * control: Do not make hurd-udeb depend on netdde-udeb, it leads to configure
+ * control:
+ - Do not make hurd-udeb depend on netdde-udeb, it leads to configure
recursion, and is not actually needed.
+ - Depend on libpciaccess-dev for libddekit.
* hurd.postinst: Drop error messages while fetching pfinet options.
* local/setup-translators: Remove /dev/shm directory if any, to be replaced
with symlink to /run/shm.
diff --git a/debian/control b/debian/control
index 63d05302..8915948a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.9.3
Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526),
libc0.3-dev (>= 2.9), texinfo, texi2html, libncursesw5-dev, cdbs,
debhelper (>= 4.2.0), gcc-4.7, dpkg (>= 1.15.4) | install-info,
- libparted-dev
+ libparted-dev, libpciaccess-dev
Uploaders: Jeff Bailey <jbailey@raspberryginger.com>,
Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>,
Samuel Thibault <sthibault@debian.org>