From 55f80a4cc10aad1693056be107a141fa78f583f7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 13 Jul 2013 18:40:39 +0200 Subject: Bump Standards-Version to 3.9.4 (no changes) --- debian/changelog | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8d6472e1..81b9e56f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ hurd (20130707-2) 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). + -- GNU Hurd Maintainers Tue, 09 Jul 2013 10:56:23 +0200 hurd (20130707-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 4d8a73b1..eafb7a66 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: hurd Section: admin Priority: required Maintainer: GNU Hurd Maintainers -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, -- cgit v1.2.3 From d4aa6611d92d1fac3b61c05ef2bfb94ddedba1e2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 17 Jul 2013 14:59:02 +0200 Subject: control: Remove Neal and Jeff from uploaders. --- debian/changelog | 1 + debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 81b9e56f..bd8363b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ hurd (20130707-2) UNRELEASED; urgency=low [ Samuel Thibault ] * Bump Standards-Version to 3.9.4 (no changes). + * control: Remove Neal and Jeff from uploaders. -- GNU Hurd Maintainers Tue, 09 Jul 2013 10:56:23 +0200 diff --git a/debian/control b/debian/control index eafb7a66..a2801c6c 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,7 @@ Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526), debhelper (>= 7.0.50~), gcc-4.7, dpkg (>= 1.15.4) | install-info, autoconf, libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config, xkb-data, gawk, flex, bison, autotools-dev -Uploaders: Jeff Bailey , - Neal H. Walfield , Michael Banck , +Uploaders: Michael Banck , Samuel Thibault Homepage: http://www.gnu.org/software/hurd/hurd.html Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-hurd/hurd.git -- cgit v1.2.3 From 521df66d48d633d55607753449f8c22d9299d159 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 20 Jul 2013 17:59:45 +0200 Subject: Add comment for patch --- debian/patches/random-default-fast.patch | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') 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 -- cgit v1.2.3