[PATCH] add debugging package
Guido Günther
agx at sigxcpu.org
Wed Aug 5 15:12:37 UTC 2009
---
debian/control | 15 +++++++++++++++
debian/rules | 2 ++
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/debian/control b/debian/control
index 55854af..bb08aed 100644
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,21 @@ Description: network management framework daemon
* avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP
address configuration.
+Package: network-manager-dbg
+Architecture: any
+Priority: extra
+Section: debug
+Depends: ${shlibs:Depends}, network-manager (= ${binary:Version})
+Description: network management framework daemon
+ NetworkManager attempts to keep an active network connection available at all
+ times. It is intended only for the desktop use-case, and is not intended for
+ usage on servers. The point of NetworkManager is to make networking
+ configuration and setup as painless and automatic as possible. If using DHCP,
+ NetworkManager is _intended_ to replace default routes, obtain IP addresses
+ from a DHCP server, and change nameservers whenever it sees fit.
+ .
+ This package provides the debugging symbols.
+
Package: network-manager-dev
Architecture: any
Section: devel
diff --git a/debian/rules b/debian/rules
index 8e81f9b..93b5465 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,8 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
DEB_DH_INSTALLINIT_ARGS := -r -- start 26 2 3 4 5 . stop 88 0 1 6 .
+DEB_DBG_PACKAGES = network-manager-dbg
+
clean::
rm -f po/*.gmo
--
1.6.3.3
--8t9RHnE3ZwKMSgU+--
More information about the Pkg-utopia-maintainers
mailing list