The following commit has been merged in the master branch:
commit 7145aeece6944c6cbb2d44dae518da1e441adde7
Author: Samuel Thibault <[email protected]>
Date: Sun Jul 15 13:35:50 2012 +0200
Add missing pkg-config build-dependency
diff --git a/debian/changelog b/debian/changelog
index 43e6c37..d8e9daf 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 <[email protected]> Sun, 15 Jul 2012 12:53:39 +0200
diff --git a/debian/control b/debian/control
index c658d25..a512283 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 <[email protected]>,
Neal H. Walfield <[email protected]>, Michael Banck <[email protected]>,
Samuel Thibault <[email protected]>
--
Debian GNU Hurd packaging