[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/4] Add (build) dependency on libdaemon
From: |
Justus Winter |
Subject: |
[PATCH 2/4] Add (build) dependency on libdaemon |
Date: |
Wed, 17 Jul 2013 14:21:36 +0200 |
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index eafb7a6..63b6889 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ 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,
libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config,
- xkb-data, gawk, flex, bison, autotools-dev
+ xkb-data, gawk, flex, bison, autotools-dev, libdaemon-dev
Uploaders: Jeff Bailey <jbailey@raspberryginger.com>,
Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org>,
Samuel Thibault <sthibault@debian.org>
@@ -27,7 +27,7 @@ Description: GNU Hurd (libraries)
Package: hurd
Essential: yes
Pre-Depends: hurd-libs0.3
-Depends: ${misc:Depends}, hurd-libs0.3 (= ${binary:Version}), sysv-rc, netdde
(>= 0.0.20120518~), ${shlibs:Depends}, xkb-data
+Depends: ${misc:Depends}, hurd-libs0.3 (= ${binary:Version}), sysv-rc, netdde
(>= 0.0.20120518~), ${shlibs:Depends}, xkb-data, libdaemon0
Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.11.2-12),
netdde (<< 0.0.20121127-2)
Suggests: hurd-doc
Recommends: bf-utf-source
@@ -80,7 +80,7 @@ Package-Type: udeb
Priority: optional
Section: debian-installer
Architecture: hurd-any
-Depends: ${misc:Depends}, hurd-libs0.3-udeb (= ${binary:Version}),
xkb-data-udeb
+Depends: ${misc:Depends}, hurd-libs0.3-udeb (= ${binary:Version}),
xkb-data-udeb, libdaemon0
Provides: hurd, ext2-modules, fat-modules, ipv6-modules, isofs-modules,
loop-modules, mouse-modules, nfs-modules, socket-modules, ufs-modules
Description: GNU Hurd - udeb
This is the GNU Hurd udeb package. It contains essential system software and
--
1.7.10.4
- add daemonizing support to console-client, initscript, Justus Winter, 2013/07/17
- [PATCH 2/3] Add (build) dependency on libdaemon, Justus Winter, 2013/07/17
- [PATCH 1/3] console-client: add daemonizing support, Justus Winter, 2013/07/17
- [PATCH 3/3] Add an initscript for the hurd console, Justus Winter, 2013/07/17
- Re: [PATCH 3/3] Add an initscript for the hurd console, Justus Winter, 2013/07/17
- [PATCH 3/4] Add an initscript for the hurd console, Justus Winter, 2013/07/17
- Re: [PATCH 1/4] console-client: add daemonizing support, Samuel Thibault, 2013/07/26
- [PATCH 1/5] Add configure checks for libdaemon, Justus Winter, 2013/07/26
- [PATCH 2/5] console-client: add daemonizing support, Justus Winter, 2013/07/26
- [PATCH 3/5] debian/control: Add build dependency on libdaemon, Justus Winter, 2013/07/26
- [PATCH 4/5] Add an initscript for the hurd console, Justus Winter, 2013/07/26
- [PATCH 5/5] Drop hurd_console_startup.patch, Justus Winter, 2013/07/26