The following commit has been merged in the master branch:
commit e7e3d0ee4025d3d7786db66cdec4ef5eaa7a1c60
Author: Samuel Thibault <[email protected]>
Date: Sun Jul 15 12:54:30 2012 +0200
Add missing libx11-dev and x11proto-core-dev build-dependencies.
diff --git a/debian/changelog b/debian/changelog
index 4e6c696..43e6c37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hurd (20120710-4) UNRELEASED; urgency=low
+
+ * control: Add missing libx11-dev and x11proto-core-dev build-dependencies.
+
+ -- Samuel Thibault <[email protected]> Sun, 15 Jul 2012 12:53:39 +0200
+
hurd (20120710-3) unstable; urgency=low
* control: Make hurd depend on xkb-data.
diff --git a/debian/control b/debian/control
index 4222c63..c658d25 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
+ libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev
Uploaders: Jeff Bailey <[email protected]>,
Neal H. Walfield <[email protected]>, Michael Banck <[email protected]>,
Samuel Thibault <[email protected]>
--
Debian GNU Hurd packaging