summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/libpthread_procfs.patch6
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 6b12482d..ffd56694 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-hurd (20111106-1) UNRELEASED; urgency=low
+hurd (20111106-1~0) UNRELEASED; urgency=low
* New upstream snapshot.
- Drop debian/patches/ttys.patch.patch, applied upstream.
- Drop debian/patches/auth-intr-cure.patch, applied upstream.
- - Drop debian/libpthread_tls.patch, applied upstream.
+ - Drop debian/patches/libpthread_tls.patch, applied upstream.
+ - debian/patches/libpthread_procfs.patch: Refresh.
- Closes: #639010.
* local/setup-translators:
- Restore /dev/shm creation.
diff --git a/debian/patches/libpthread_procfs.patch b/debian/patches/libpthread_procfs.patch
index 2ad9e2e8..8d3ddbe0 100644
--- a/debian/patches/libpthread_procfs.patch
+++ b/debian/patches/libpthread_procfs.patch
@@ -15,14 +15,14 @@ Index: hurd-debian/Makefile
# Hurd programs
prog-subdirs = auth proc exec init term \
@@ -40,7 +41,7 @@
- login daemons nfsd boot console \
+ login daemons boot console \
hostmux usermux ftpfs trans \
console-client utils sutils ufs-fsck ufs-utils \
- benchmarks fstests
+ benchmarks fstests procfs random
- # Other directories
- other-subdirs = hurd doc config release include
+ ifeq ($(HAVE_SUN_RPC),yes)
+ prog-subdirs += nfs nfsd
Index: hurd-debian/procfs/Makefile
===================================================================
--- hurd-debian.orig/procfs/Makefile 2010-09-27 19:50:41.000000000 +0000