Your message dated Mon, 07 Apr 2014 09:19:16 +0000
with message-id <[email protected]>
and subject line Bug#616290: fixed in isc-dhcp 4.3.0a1-2.1
has caused the Debian Bug report #616290,
regarding Patches solving FTBFS of isc-dhcp for GNU/Hurd
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
616290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616290
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isc-dhcp
Version: 4.1.1-P1-16
Severity: important
Tags: patch, upstream
User: [email protected]
Usertags: hurd

Attached are four patches to the isc-dhcp package to enable a successful
build for GNU/Hurd. This patch has been developed together with Samuel
Thibault, who improved my initial patches.

For a successful build from source, the one-line patch by Colin Watson
in bug #602312, has to be applied to the  dhcp-4.1.0-ldap-code.dpatch in
debian/patches. This is needed to cope with the new behavior of the
linker: --no-add-needed since gcc-4.4.5-11
http://wiki.debian.org/ToolChain/DSOLinking

The patches are:

1) "patch" is a patch against the debian/ directory to update package
dependencies and the patch order in 00list.

2) "fix_ftbfs4hurd.dpatch", containing only upstream changes, to be
added to debian/patches.

The following two files for debian/ are attached separately, to make
them more readable for review:

3) dhclient-script.hurd
4) dh-client-script.hurd.udeb

Thanks,
Svante Signell
diff -urN isc-dhcp-4.1.1-P1.original/debian/control isc-dhcp-4.1.1-P1/debian/control
--- isc-dhcp-4.1.1-P1.original/debian/control	2011-03-02 23:35:17.000000000 +0000
+++ isc-dhcp-4.1.1-P1/debian/control	2011-03-02 23:16:48.000000000 +0000
@@ -89,7 +89,7 @@
 
 Package: isc-dhcp-client
 Architecture: any
-Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), iproute [linux-any], ${shlibs:Depends}, ${misc:Depends}
+Depends: debianutils (>= 2.8.2), isc-dhcp-common (= ${binary:Version}), iproute [linux-any] | inetutils-tools [hurd-any], ${shlibs:Depends}, ${misc:Depends}
 Suggests: resolvconf, avahi-autoipd
 Provides: dhcp3-client
 Conflicts: dhcp-client (<< 3.0), samba-common (<< 3.0.0beta1-2), resolvconf (<= 1.45), ifupdown (<< 0.6.8+nmu3)
diff -urN isc-dhcp-4.1.1-P1.original/debian/patches/00list isc-dhcp-4.1.1-P1/debian/patches/00list
--- isc-dhcp-4.1.1-P1.original/debian/patches/00list	2011-03-02 23:35:17.000000000 +0000
+++ isc-dhcp-4.1.1-P1/debian/patches/00list	2011-03-02 23:17:48.000000000 +0000
@@ -17,6 +17,10 @@
 # must be applied before the LDAP stuff
 no-libcrypto
 
+# fix ftbfs for GNU/Hurd
+# must be applied before dhcp-4.1.0-ldap-code
+fix_ftbfs4hurd.dpatch
+
 #ldap backend for dhcp server (docs and code)
 dhcp-4.1.0-ldap-docs
 dhcp-4.1.0-ldap-code

Attachment: fix_ftbfs4hurd.dpatch
Description: application/shellscript

Attachment: dhclient-script.hurd
Description: application/shellscript

Attachment: dhclient-script.hurd.udeb
Description: application/shellscript


--- End Message ---
--- Begin Message ---
Source: isc-dhcp
Source-Version: 4.3.0a1-2.1

We believe that the bug you reported is fixed in the latest version of
isc-dhcp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <[email protected]> (supplier of updated isc-dhcp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 06 Apr 2014 22:14:44 +0200
Source: isc-dhcp
Binary: isc-dhcp-server isc-dhcp-server-dbg isc-dhcp-dbg isc-dhcp-server-ldap 
isc-dhcp-common isc-dhcp-dev isc-dhcp-client isc-dhcp-client-dbg 
isc-dhcp-client-udeb isc-dhcp-relay isc-dhcp-relay-dbg
Architecture: source amd64
Version: 4.3.0a1-2.1
Distribution: experimental
Urgency: medium
Maintainer: Debian ISC DHCP maintainers <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description: 
 isc-dhcp-client - ISC DHCP client
 isc-dhcp-client-dbg - ISC DHCP server for automatic IP address assignment 
(client debug
 isc-dhcp-client-udeb - ISC DHCP Client for debian-installer (udeb)
 isc-dhcp-common - common files used by all of the isc-dhcp packages
 isc-dhcp-dbg - ISC DHCP server for automatic IP address assignment (debuging 
sym
 isc-dhcp-dev - API for accessing and modifying the DHCP server and client state
 isc-dhcp-relay - ISC DHCP relay daemon
 isc-dhcp-relay-dbg - ISC DHCP server for automatic IP address assignment 
(relay debug)
 isc-dhcp-server - ISC DHCP server for automatic IP address assignment
 isc-dhcp-server-dbg - ISC DHCP server for automatic IP address assignment 
(server debug
 isc-dhcp-server-ldap - DHCP server that uses LDAP as its backend
Closes: 616290
Changes: 
 isc-dhcp (4.3.0a1-2.1) experimental; urgency=medium
 .
   * Non-Maintainer Upload
   * rules: Fix bind patching.
   * bind-patches/hurd: Add upstream patch to fix Hurd build.
   * rules: Select proper backends in the Hurd case.
   * dhclient-script.hurd, dhclient-script.hurd.udeb,
     rfc3442-classless-routes.hurd: Add Hurd scripts.
   * Closes: #616290.
Checksums-Sha1: 
 3a07e824b54c82d22ee33cc63d135165017c5ee1 2598 isc-dhcp_4.3.0a1-2.1.dsc
 c9e9bef45e1d6cbb9eefaea38a8bf487e8a986dd 74964 
isc-dhcp_4.3.0a1-2.1.debian.tar.xz
 676850127aea3e5b30afd9289188bbdcb2b5a34b 850976 
isc-dhcp-server_4.3.0a1-2.1_amd64.deb
 ef91ae436eabaed5d0c8c4c4aaf6577d7367999f 27748 
isc-dhcp-server-dbg_4.3.0a1-2.1_amd64.deb
 71ced01fe38f107263cf2a78fcf2191a926a6b5f 11774494 
isc-dhcp-dbg_4.3.0a1-2.1_amd64.deb
 a69193cced60e4d31ef2313339678959f67fe393 810996 
isc-dhcp-server-ldap_4.3.0a1-2.1_amd64.deb
 f8ef7a6d34947248f113656b97243a12207d3ff1 736128 
isc-dhcp-common_4.3.0a1-2.1_amd64.deb
 65c6d3489253a63ba562fcc52f73d49f4a50581a 108436 
isc-dhcp-dev_4.3.0a1-2.1_amd64.deb
 b50a6ecad6ab3896c683c1a02312928105d89b3a 727714 
isc-dhcp-client_4.3.0a1-2.1_amd64.deb
 5254316f5301404a046fb9b7abe3efd781b1739f 27750 
isc-dhcp-client-dbg_4.3.0a1-2.1_amd64.deb
 16387535b0ec80d83dc468ffd7949a83c5898209 672722 
isc-dhcp-client-udeb_4.3.0a1-2.1_amd64.udeb
 18bde35c413d3d2ba984102a2b418b2643d0c648 677432 
isc-dhcp-relay_4.3.0a1-2.1_amd64.deb
 c59b3444802b7989176867ff709ef06e751e6066 27750 
isc-dhcp-relay-dbg_4.3.0a1-2.1_amd64.deb
Checksums-Sha256: 
 510b40a06d0efd741eccc9198c8da5c70da5968d84f9b0b206d75f20f3a1f960 2598 
isc-dhcp_4.3.0a1-2.1.dsc
 7f6cf5c2bbbbb9dcfe91630fd366a3f303d5d53caa755f938fc3f142de8184b1 74964 
isc-dhcp_4.3.0a1-2.1.debian.tar.xz
 66cc4a51b834225b71cd0ccbba67d901c179fcd2eddb44a9fc27985cb8adc69a 850976 
isc-dhcp-server_4.3.0a1-2.1_amd64.deb
 b1d5a02d2fe525a81fb7e1614f7a2a76862efcb546cbc2c91d64b535b2caaddc 27748 
isc-dhcp-server-dbg_4.3.0a1-2.1_amd64.deb
 ec60bb92929713af01ea90a1c50599f3debb8ee2b736a96ad32606806b1869e9 11774494 
isc-dhcp-dbg_4.3.0a1-2.1_amd64.deb
 8c8e05e37002e654c99a0d7c0ba53c6c78bfd0b0bfb7bd944e08034eb7f4013b 810996 
isc-dhcp-server-ldap_4.3.0a1-2.1_amd64.deb
 c3fbf83ca8a9e9fae17872b85791101ab6e5c07d313b0f28a97df6667e3210bf 736128 
isc-dhcp-common_4.3.0a1-2.1_amd64.deb
 2c5afffe40eb38fb88e91c162d56ee167dbb5ecdf3db42dbfd372460517b67af 108436 
isc-dhcp-dev_4.3.0a1-2.1_amd64.deb
 2f64a994b391c06d91794620783398daead50d9006f8953d7b068b05b3c2e348 727714 
isc-dhcp-client_4.3.0a1-2.1_amd64.deb
 bc35d3187b0b64b9697b7485a7e3603a113e492d43def6717e4cce6749e81d60 27750 
isc-dhcp-client-dbg_4.3.0a1-2.1_amd64.deb
 df81ad2c6bd8215cbcb7de76ee1b3c43a22896b2b7f7d21f36368a968bf43831 672722 
isc-dhcp-client-udeb_4.3.0a1-2.1_amd64.udeb
 71fa4b27b5ef2038f263cca7951d1452e4fb63e405060ef204c6265ce81230cc 677432 
isc-dhcp-relay_4.3.0a1-2.1_amd64.deb
 5eba79a1744e93ac0c159fb01f6919def3e31915021762cea12c09dcb3c6b567 27750 
isc-dhcp-relay-dbg_4.3.0a1-2.1_amd64.deb
Files: 
 81180a6bb544b69d33e1ecf33410b026 2598 net important isc-dhcp_4.3.0a1-2.1.dsc
 3ccf672eab6a56b205f1bbed536326b9 74964 net important 
isc-dhcp_4.3.0a1-2.1.debian.tar.xz
 15a036721c5d7c36733fab65e0838122 850976 net optional 
isc-dhcp-server_4.3.0a1-2.1_amd64.deb
 f6a770253db3011218a6b79096ac1587 27748 oldlibs extra 
isc-dhcp-server-dbg_4.3.0a1-2.1_amd64.deb
 9b51e6b0872acecc2929bcc6d09c524d 11774494 debug extra 
isc-dhcp-dbg_4.3.0a1-2.1_amd64.deb
 64d4655c5d0d28901f6558dc41b90df0 810996 net optional 
isc-dhcp-server-ldap_4.3.0a1-2.1_amd64.deb
 94060ceee2109d756f315ac12881a319 736128 net important 
isc-dhcp-common_4.3.0a1-2.1_amd64.deb
 b5b58b91fe863dcade5168d0c52a0532 108436 devel optional 
isc-dhcp-dev_4.3.0a1-2.1_amd64.deb
 0a36a2e112874cbd58005f3796fdd8d9 727714 net important 
isc-dhcp-client_4.3.0a1-2.1_amd64.deb
 42b8c8733b06ef54191331293ea502c2 27750 oldlibs extra 
isc-dhcp-client-dbg_4.3.0a1-2.1_amd64.deb
 ca7a1e7fbf650170bc304b1f8de989ac 672722 debian-installer extra 
isc-dhcp-client-udeb_4.3.0a1-2.1_amd64.udeb
 91ddf45ffc8396b032c847f4816acd80 677432 net optional 
isc-dhcp-relay_4.3.0a1-2.1_amd64.deb
 d64d36c214e656869d40a9ac938a61d7 27750 oldlibs extra 
isc-dhcp-relay-dbg_4.3.0a1-2.1_amd64.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTQcMgAAoJEJTQtYw0gxjVRbAP/ir65XBV334KjmBOlLkupQoJ
4Hix0t1s4gJzzBE2cr4+qjmaB/GE4tBpTPTJtHlZIzwN2zp9Z0MkrHPilm3qPiZE
cCj1CjE2QXDAL0ZD1pT7Oi7JcVYUhdjMCe8VbOEMiC1xiSztbuoUy7+/mzf02gwo
gM6awMhdqe38noZxNwQou7TUD9iXhaLsRJ1x4ynqAHD5rjmXjWhxI/aeQw0eJMjF
5UcE5AkSa4S3DQTXHqttii/kYAWO/whfDt/5myU9VPS5mhtnLa8gBE85IoexhlkR
r47xyVJE/vAz942L7xtplis/QDbPXbONvdnme0SiILTlBq2b27buTXldcDDjaJT7
/Y/LEyLK4yjoHl1Gue2g/fS7VjO8DZ/8fMD+R1oYLSyvmUECVXcaA7wfQZTPfcvS
4T1/u4pKM2UJPbqFQvVYsSt2mzt3pV43kMwrlLi6/SKfH0U3be6//KpWe+3KWL/n
UEMWvgKRzC6PCjO20ocm3KzCQKti1egfZAM+Esb3ZQflQEPk/Jjx3xek/NoGsZsm
4p5kAOcpihD0VGXuHUb4k/SsSykJlDq9Js2GavshF3wXnXze/GJEoBf1hO6b48sL
eFcWOPnjEjTVEhIcX79wZmdnJ1wvijvx+jYhQ0+YAS1xnmCS2nfX6LjxHnCqIpSV
rtkrZL7r9lbpKjfNgotD
=gn00
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to