summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-15 12:54:30 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-15 12:54:30 +0200
commit27f23f6e124262856cf8d7616378135d1fb3b979 (patch)
treeb222e3f1e3a2ab4cce50813fe467dc614ec3bad2
parent54b0466b07d703d5d3392d75958eb30f279e895d (diff)
Add missing libx11-dev and x11proto-core-dev build-dependencies.
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e6c6968..43e6c376 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 <sthibault@debian.org> 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 4222c63a..c658d25d 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 <jbailey@raspberryginger.com>,
Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>,
Samuel Thibault <sthibault@debian.org>