Package: network-manager Version: 0.7.1-1 Severity: wishlist Tags: patch Hi, attached patch adds a debug packages, this makes tracing crashes much more convinient. I went for a single package since splitting things up further doesn't make much sense. Cheers, -- Guido
-- System Information: Debian Release: squeeze/sid Architecture: i386 (i686) Kernel: Linux 2.6.31-rc3 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages network-manager depends on: ii adduser 3.110 add and remove users and groups ii dbus 1.2.16-2 simple interprocess messaging syst ii dhcp3-client 3.1.2p1-1 DHCP client ii hal 0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer ii ifupdown 0.6.8+nmu1 high level tools to configure netw ii libc6 2.9-12 GNU C Library: Shared libraries ii libdbus-1-3 1.2.16-2 simple interprocess messaging syst ii libdbus-glib 0.80-4 simple interprocess messaging syst ii libgcrypt11 1.4.4-3 LGPL Crypto library - runtime libr ii libglib2.0-0 2.20.1-2 The GLib library of C routines ii libgnutls26 2.6.6-1 the GNU TLS library - runtime libr ii libgpg-error 1.6-1 library for common error values an ii libhal1 0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share ii libnl1 1.1-5 library for dealing with netlink s ii libnm-glib0 0.7.1-1 network management framework (GLib ii libnm-util1 0.7.1-1 network management framework (shar ii libpolkit-db 0.9-4 library for accessing PolicyKit vi ii libpolkit2 0.9-4 library for accessing PolicyKit ii libtasn1-3 2.2-1 Manage ASN.1 structures (runtime) ii libuuid1 1.41.3-1 universally unique id library ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip ii wpasupplican 0.6.9-3 client support for WPA and WPA2 (I ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime Versions of packages network-manager recommends: ii dnsmasq-base 2.49-1 A small caching DNS proxy and DHCP ii iptables 1.4.4-1 administration tools for packet fi ii network-manager-gnome 0.7.1-1 network management framework (GNOM ii policykit 0.9-4 framework for managing administrat ii ppp 2.4.4rel-10.1 Point-to-Point Protocol (PPP) - da Versions of packages network-manager suggests: ii avahi-autoipd 0.6.25-1 Avahi IPv4LL network address confi -- no debconf information
>From 49d0f7c2869cc0712c7536fb02919cf4178f6b51 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Guido=20G=C3=BCnther?= <[email protected]> Date: Wed, 5 Aug 2009 17:12:37 +0200 Subject: [PATCH] add debugging package --- 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

