commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 07/13: rules: Pass --without-libdaemon to udeb configure.


From: Samuel Thibault
Subject: [hurd] 07/13: rules: Pass --without-libdaemon to udeb configure.
Date: Tue, 24 Sep 2013 12:29:36 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository hurd.

commit 45d3450bba6cce1beffe6909a0045d756f94c239
Author: Samuel Thibault <address@hidden>
Date:   Mon Sep 23 22:39:12 2013 +0000

    rules: Pass --without-libdaemon to udeb configure.
---
 debian/changelog |    6 +++---
 debian/rules     |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ae8dc0..6c94b12 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 99fafde..a471429 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]