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