summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control5
-rw-r--r--debian/patches/random-default-fast.patch2
3 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 853efd42..13e41d95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,10 @@ hurd (20130727-1) UNRELEASED; urgency=low
[ Justus Winter ]
* Include the umount utility in hurd and hurd-udeb.
+ [ Samuel Thibault ]
+ * Bump Standards-Version to 3.9.4 (no changes).
+ * control: Remove Neal and Jeff from uploaders.
+
-- GNU Hurd Maintainers <debian-hurd@lists.debian.org> Tue, 09 Jul 2013 10:56:23 +0200
hurd (20130707-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 3a276354..c9bca6c3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: hurd
Section: admin
Priority: required
Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org>
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526),
libc0.3-dev (>= 2.13-38~), texinfo, texi2html, libncursesw5-dev,
debhelper (>= 7.0.50~), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf, dh-autoreconf,
libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config,
xkb-data, gawk, flex, bison, autotools-dev
-Uploaders: Jeff Bailey <jbailey@raspberryginger.com>,
- Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>,
+Uploaders: Michael Banck <mbanck@debian.org>,
Samuel Thibault <sthibault@debian.org>
Homepage: http://www.gnu.org/software/hurd/hurd.html
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-hurd/hurd.git
diff --git a/debian/patches/random-default-fast.patch b/debian/patches/random-default-fast.patch
index 555b3045..40a429df 100644
--- a/debian/patches/random-default-fast.patch
+++ b/debian/patches/random-default-fast.patch
@@ -1,3 +1,5 @@
+level 2 requires getting fed with entropy, which we don't have enough for now.
+
diff --git a/random/random.c b/random/random.c
index 0ae31f5..c732356 100644
--- a/random/random.c