diff options
| author | Michael Biebl <biebl@debian.org> | 2010-01-22 00:08:12 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-01-22 00:08:12 +0000 |
| commit | 27e6774f085bf7e7daf78ae2f5b6ebaae85f468d (patch) | |
| tree | 10f336c005ab88f0cbce02e8ec54afb0996d9572 /debian/control | |
| parent | 0f2fd358cc2e719c3292b6ca7d1a99678205e71e (diff) | |
Add -dbg package. (Closes: #380626)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@3401 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 72c4378c..84f13100 100644 --- a/debian/control +++ b/debian/control @@ -191,3 +191,19 @@ Description: network management framework (development files) . This package contains header and development files. +Package: network-manager-dbg +Architecture: any +Section: debug +Priority: extra +Depends: + network-manager (= ${binary:Version}) | libnm-util1 (= ${binary:Version}) | libnm-glib2 (= ${binary:Version}) | libnm-glib-vpn1 (= ${binary:Version}), + ${misc:Depends} +Description: network management framework daemon - debugging symbols + 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 contains detached debugging symbols. |