diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/run.patch | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index e90e2db5..5394d32f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ hurd (20130916-2) UNRELEASED; urgency=low * Exclude shlibs for private modules in /usr/lib/hurd; this allows the drop of the shlibs for hurd, which has no public libraries anymore after the hurd-libs0.3 split. + * run.patch: refresh to apply without fuzz. -- Samuel Thibault <sthibault@debian.org> Tue, 17 Sep 2013 19:42:22 +0200 diff --git a/debian/patches/run.patch b/debian/patches/run.patch index a4fd4eb6..3588ddb0 100644 --- a/debian/patches/run.patch +++ b/debian/patches/run.patch @@ -1,7 +1,5 @@ -Index: hurd-debian/daemons/rc.sh -=================================================================== ---- hurd-debian.orig/daemons/rc.sh 2013-09-16 10:29:05.000000000 +0000 -+++ hurd-debian/daemons/rc.sh 2013-09-16 10:29:05.000000000 +0000 +--- a/daemons/rc.sh ++++ b/daemons/rc.sh @@ -98,6 +98,13 @@ chgrp utmp utmp fi; }) @@ -15,4 +13,4 @@ Index: hurd-debian/daemons/rc.sh + echo done - # This file must exist for e2fsck to work. + # See whether procfs is set up |