summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 43e6c376..d8e9daf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
hurd (20120710-4) UNRELEASED; urgency=low
- * control: Add missing libx11-dev and x11proto-core-dev build-dependencies.
+ * control: Add missing libx11-dev, x11proto-core-dev, and pkg-config
+ build-dependencies.
-- Samuel Thibault <sthibault@debian.org> Sun, 15 Jul 2012 12:53:39 +0200
diff --git a/debian/control b/debian/control
index c658d25d..a5122830 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, autoconf,
- libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev
+ libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config
Uploaders: Jeff Bailey <jbailey@raspberryginger.com>,
Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>,
Samuel Thibault <sthibault@debian.org>