summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 3ae8dc05..6c94b124 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,13 @@
-hurd (20130916-2) UNRELEASED; urgency=low
-
- * TODO: drop libdaemon dependency for hurd-udeb.
+hurd (20130924-1) UNRELEASED; urgency=low
[ Samuel Thibault ]
+ * New upstream snapshot
* control, hurd.install.in, rules: Remove ufs parts.
* patches/rc.patch: Make sure /proc is mounted at boot.
* hurd-udeb.install.in: Add hurd/mtab.
* control: Bump libc0.3-dev build dep to get new RPC stubs.
* patches/newRPC: Drop accordingly.
+ * rules: Pass --without-libdaemon to udeb configure.
[ Justus Winter ]
* Include the nullauth utility in hurd and hurd-udeb.
diff --git a/debian/rules b/debian/rules
index 99fafdea..a4714298 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ DEB_DESTDIR_UDEB = $(CURDIR)/debian/tmp-udeb
CONFIGURE_ARGS = --disable-profile --enable-static-progs='ext2fs,iso9660fs'
CONFIGURE_ARGS_deb =
-CONFIGURE_ARGS_udeb =
+CONFIGURE_ARGS_udeb = --without-libdaemon
SUID_PROGRAMS = /bin/ids /bin/login /bin/ps-hurd /usr/bin/w-hurd
DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)