Your message dated Thu, 10 Dec 2015 23:00:20 +0000
with message-id <[email protected]>
and subject line Bug#732707: fixed in dibbler 1.0.1-1
has caused the Debian Bug report #732707,
regarding dibbler: please provide debug symbol packages
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.)
--
732707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732707
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dibbler
Version: 1.0.0~rc1-1
Severity: wishlist
Tags: ipv6 patch
Please apply the attached patches to generate debug symbol packages for
dibbler_client, dibbler_server, dibbler_relay
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.12-rc7-amd64 (SMP w/6 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru dibbler-1.0.0~rc1/debian/control dibbler-1.0.0~rc1/debian/control
--- dibbler-1.0.0~rc1/debian/control 2013-12-10 11:28:07.000000000 +0100
+++ dibbler-1.0.0~rc1/debian/control 2013-12-20 12:27:41.000000000 +0100
@@ -18,6 +18,21 @@
supported. This package allows IPv6 hosts to be automatically
configured on the network.
+Package: dibbler-server-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: dibbler-server (=${binary:Version}), ${misc:Depends}
+Recommends: dibbler-doc
+Homepage: http://klub.com.pl/dhcpv6/
+Description: portable DHCPv6 server
+ The Dibbler server supports both stateful (i.e. IPv6 address
+ granting) as well as stateless (i.e. options granting)
+ auto-configuration modes of the DHCPv6 protocol. Relays are also
+ supported. This package allows IPv6 hosts to be automatically
+ configured on the network.
+ This package contains the debugging symbols for dibbler-server.
+
Package: dibbler-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf
@@ -31,6 +46,22 @@
option renewal. Installing Dibbler allows obtaining IPv6 addresses and
options from a DHCPv6 server.
+Package: dibbler-client-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: dibbler-client (=${binary:Version}), ${misc:Depends}
+Recommends: dibbler-doc, resolvconf
+Homepage: http://klub.com.pl/dhcpv6/
+Description: portable DHCPv6 client
+ The Dibbler client supports both stateful (i.e. IPv6 address
+ granting) as well as stateless (i.e. option granting)
+ auto-configuration modes of the DHCPv6 protocol. Besides basic
+ capabilities, it supports various DHCPv6 extensions, for instance
+ option renewal. Installing Dibbler allows obtaining IPv6 addresses and
+ options from a DHCPv6 server.
+ This package contains the debugging symbols for dibbler-client.
+
Package: dibbler-relay
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -42,6 +73,20 @@
one server. Installing Dibbler relay allows serving multiple, not
physically connected, links with one DHCPv6 server.
+Package: dibbler-relay-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: dibbler-relay (=${binary:Version}), ${misc:Depends}
+Recommends: dibbler-doc
+Homepage: http://klub.com.pl/dhcpv6/
+Description: portable DHCPv6 relay
+ Relays are used as proxies between servers and clients. Their main
+ advantage is the ability to support multiple remote links using only
+ one server. Installing Dibbler relay allows serving multiple, not
+ physically connected, links with one DHCPv6 server.
+ This package contains the debugging symbols for dibbler-relay.
+
Package: dibbler-doc
Architecture: all
Section: doc
diff -Nru dibbler-1.0.0~rc1/debian/rules dibbler-1.0.0~rc1/debian/rules
--- dibbler-1.0.0~rc1/debian/rules 2013-12-10 10:03:33.000000000 +0100
+++ dibbler-1.0.0~rc1/debian/rules 2013-12-20 12:52:11.000000000 +0100
@@ -6,6 +6,11 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
+.PHONY: override_dh_strip
+override_dh_strip:
+ dh_strip -pdibbler-server --dbg-package=dibbler-server-dbg
+ dh_strip -pdibbler-client --dbg-package=dibbler-client-dbg
+ dh_strip -pdibbler-relay --dbg-package=dibbler-relay-dbg
%:
dh $@ --with autotools_dev
--- End Message ---
--- Begin Message ---
Source: dibbler
Source-Version: 1.0.1-1
We believe that the bug you reported is fixed in the latest version of
dibbler, 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.
Bartosz Fenski <[email protected]> (supplier of updated dibbler 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: SHA256
Format: 1.8
Date: Thu, 10 Dec 2015 13:33:56 +0100
Source: dibbler
Binary: dibbler-server dibbler-server-dbg dibbler-client dibbler-client-dbg
dibbler-relay dibbler-relay-dbg dibbler-doc
Architecture: source amd64 all
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Tomasz Mrugalski <[email protected]>
Changed-By: Bartosz Fenski <[email protected]>
Description:
dibbler-client - portable DHCPv6 client
dibbler-client-dbg - portable DHCPv6 client
dibbler-doc - documentation for Dibbler
dibbler-relay - portable DHCPv6 relay
dibbler-relay-dbg - portable DHCPv6 relay
dibbler-server - portable DHCPv6 server
dibbler-server-dbg - portable DHCPv6 server
Closes: 732697 732707 780232 795493
Changes:
dibbler (1.0.1-1) unstable; urgency=low
.
* The Akamai Technologies paid volunteer days release.
* New upstream release (Closes: #780232, #795493)
- fixes segfaults in TClntCfgMgr::validateConfig (Closes: #732697)
* Includes debugging packages (Closes: #732707)
* Bumped Standards-Version (no changes needed)
Checksums-Sha1:
3364b529c32cbb8f984eb3fc2dfb0531bbbb0ac2 2103 dibbler_1.0.1-1.dsc
9af3166d4201fcf4691a94d49d3ceb1686c5161a 4375118 dibbler_1.0.1.orig.tar.gz
dc6a5477db5b08969011080cd05777c45967d443 19804 dibbler_1.0.1-1.debian.tar.xz
4fc625f0543662aff32a41339aea155bebfef264 3856942
dibbler-client-dbg_1.0.1-1_amd64.deb
92e668e7818f2bac0d1c6b737a636c9f0493fded 379786
dibbler-client_1.0.1-1_amd64.deb
03c6a3fd553f96d70364e5d62f7c0f12b3cce6db 1200206 dibbler-doc_1.0.1-1_all.deb
9549daecc3274be48c99d6341b0cc18f4763096b 954760
dibbler-relay-dbg_1.0.1-1_amd64.deb
dc726aacd5a2bc0ee755914bfe9a5617fde2e8cd 130136 dibbler-relay_1.0.1-1_amd64.deb
f7979ab670a83896e38ff39d79bf751cf35bff07 3813322
dibbler-server-dbg_1.0.1-1_amd64.deb
3d223c969c947340929ff27d02460300a2fa8a20 414748
dibbler-server_1.0.1-1_amd64.deb
Checksums-Sha256:
a64db4fb38b3c3061dc55d102465337008f10d4f3702e22c842d67558407e645 2103
dibbler_1.0.1-1.dsc
27869877e060c039cbc24a5f6a9dd69006bf67de0ffdf29a645a80aef6e476a1 4375118
dibbler_1.0.1.orig.tar.gz
0b6c94767663cd7af95ed348e7a7e4a3904e04f6a78fef5395825719cc1ac01b 19804
dibbler_1.0.1-1.debian.tar.xz
88bffd658e6b86e6e4d8c92f8da103d86158de5668572df358dba3c9cfbc464f 3856942
dibbler-client-dbg_1.0.1-1_amd64.deb
ae66557ee48db9b691850bedab6f859abfde9308462392e3a7abf37767e74a5e 379786
dibbler-client_1.0.1-1_amd64.deb
82a4ef502da0d50737d5f80e010ec6788894104b40149c5463913a0162167a46 1200206
dibbler-doc_1.0.1-1_all.deb
a86fc10039e202267d439fb08fdb2e6d858777efa0a48e8c545478293df715bb 954760
dibbler-relay-dbg_1.0.1-1_amd64.deb
900ff74a8a249791d1a8d85d773b6e0d015bf640aaaca0e18a6f481ea9ef06fc 130136
dibbler-relay_1.0.1-1_amd64.deb
d62e557d7a5c3fd555a258969ec18fd2a9a9300b0512e5920fb1a213be8a1c28 3813322
dibbler-server-dbg_1.0.1-1_amd64.deb
a88018b753282d9d0fe1c4a99a28ea315ddf2d13c176f576a7a71388de34a81b 414748
dibbler-server_1.0.1-1_amd64.deb
Files:
bcf6bdb9fcf38b7eeeea87d43f5e7ef6 2103 admin optional dibbler_1.0.1-1.dsc
93357bea3ec35b0c1d11242055361409 4375118 admin optional
dibbler_1.0.1.orig.tar.gz
91b76492eb42a11795d634001644e1cf 19804 admin optional
dibbler_1.0.1-1.debian.tar.xz
a1fa8c0fb4b59ee657fd465024e188e0 3856942 debug extra
dibbler-client-dbg_1.0.1-1_amd64.deb
00a9a2c13024b5620f5f4dab204028bc 379786 admin optional
dibbler-client_1.0.1-1_amd64.deb
f71596f4b3397aaff35e62d281781b9d 1200206 doc optional
dibbler-doc_1.0.1-1_all.deb
2250b8f98acd53cd0ef2bed4c695a68c 954760 debug extra
dibbler-relay-dbg_1.0.1-1_amd64.deb
ff3f18b5f15d1e614a82dfed99762502 130136 admin optional
dibbler-relay_1.0.1-1_amd64.deb
79bbc3e7cdb86117140f96cb73b37564 3813322 debug extra
dibbler-server-dbg_1.0.1-1_amd64.deb
c6ad8d529e9ca59b22357e4e0e9bf1d7 414748 admin optional
dibbler-server_1.0.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWaYeYAAoJELDZ1Kg807vBOKsP/Ra5gET0vfCB9HzfxLebSY0V
WwDFZAejfAnUhGEKWamNSuYXnuER5IMJBCWZnB1KrpXf6nhlbbG8eL8VODKzFixf
xRfNwfgFNH5zAmB+7H+Jyf5CX0BYAb1Xcso9lWJsfIpUBjsXPrVTwiFb0KWLsYkZ
J7t9825HX+U5G5FGIAADeZjYvzhw6n0afgW+tc9KPblr0shjp7uXb6sQSJkBj3FI
O4TRFoKLRcFVKLA/XaLL6kB7XnkK3erK8oBW6kAYv6WHgecARt/TTxJt7G8T2haK
RkUrUo3Ln0GCFLXdMn0/oJs+efnjDB4B8xF7kAPOy1GozJBbcJZ9QSmIC6xZdaXr
K01CkKKXpbnqtpxmFslWwHwva/cyL5JuRP+PpbzknK4omc7vjgl7BbQ+kYETvh30
wgCe/ZmitxMjtIiuCrsfkZ+d8nZWea03OKVS8snKoq5ATqpfEeUstHwkPL6K4ffK
iYdCeSkZo26FPZMnOUtEFDzreX1FQj1KrVgmzJpygCVOlcaavQ3PbCH+I66YQRbU
EYBMf2QYcp1rmD8BBhW4IdvqFW+zMQ9evT24X4Uy7G7d5Liu1BZclXUP/6kSUJZq
yOOXspjkcVtUCK/KlS4z9FkbUy29Uzljt+ryFdGQqw8hDv2Sn8ot7rdDEJ3NII7J
tmjH0Ritt8DLY2sT57jV
=6gsf
-----END PGP SIGNATURE-----
--- End Message ---