~ubuntu-branches/ubuntu/oneiric/network-manager/oneiric

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-05-06 12:59:53 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110506125953-r4ka8fnwirdjd2g8
Tags: 0.8.4-0ubuntu1
* Upstream release 0.8.4.
* debian/source/format: migrate to package format 3.0 (quilt)
* debian/patches/99_printf_formatting_fixes.patch: dropped, applied upstream.
* debian/patches/git_disconn_secrets_reqs_b613a17.patch,
  debian/patches/git_wwan_state_detection_d0a1b23.patch, 
  debian/patches/git_wired_ap_scan_value_a262dc4.patch: dropped,
  applied upstream.
* debian/patches/lp120363_smartcard_pkcs11.patch: refreshed, for reordering
  the new symbols in the symbols list file.
* debian/patches/02-dbus_access_network_manager.patch: dropped, no longer
  required (hal is deprecated).
* debian/control: merge Debian changes and migrate to DH instead of CDBS:
  - bump debhelper Build-Depends to >= 8.
  - add Build-Depends on dh-autoreconf.
  - sync Build-Depends with Debian's; this drops automake1.9, cdbs, quilt,
    gnome-common, libgnome-keyring-dev, libgnomeui-dev, libpanel-applet2-dev,
    libglade2-dev, libgconf2-dev, iproute.
  - add new package network-manager-dbg for debug symbols.
  - bump Standards-Version to 3.9.2.
* debian/control: merge binary packages dependencies with Debian, important
  changes:
  - network-manager: Depends adds udev and isc-dhcp-client (>= 4.1.1-P1-4)
  - network-manager: Recommends: adds policykit-1
  - network-manager: Suggests: adds avahi-autoipd
* debian/compat: bump to compat level 8.
* debian/rules:
  - migrate to use dh instead of CDBS.
  - add override for dh_strip to correctly strip NM to the new
    package network-manager-dbg. 
  - cleanup more extra files left behind by the build.
* debian/libnm-glib-dev.install,
  debian/libnm-glib-vpn-dev.install: clean up and sync with Debian.
* debian/libnm-glib-dev.links: drop links to legacy names for .pc files,
  introduced in Karmic for a transition: they're not required anymore.
* debian/libnm-util-dev.install: sync with Debian.
* debian/network-manager.install:
  - don't ship .a and .la files.
  - explicitly install /usr/bin/nm-online.
  - install dispatchers from upstream in /etc/NetworkManager/dispatcher.d.
  - install extra udev rules from upstream.
* debian/network-manager.dirs: sync with Debian.
* debian/network-manager.docs: define additional upstream files to ship as
  documentation.
  - drop ifblacklist_migrate.sh and /usr/share/NetworkManager/gdb-cmd
* debian/network-manager.postrm: drop old code migrating /etc/dbus-1/event.d.
* debian/network-manager.postinst: drop code migrating /etc/dbus-1/event.d.
* debian/copyright: sync with Debian.
* debian/README.Debian: add information about using System-level settings and
  connections.
* debian/watch: because I can.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Riccardo Setti <giskard@debian.org>
6
6
Uploaders: Michael Biebl <biebl@debian.org>
7
 
Build-Depends: debhelper (>= 7.3.15ubuntu2),
8
 
        automake1.9,
9
 
        cdbs,
10
 
        quilt,
11
 
        gnome-common,
12
 
        intltool,
13
 
        libgnome-keyring-dev,
14
 
        libdbus-glib-1-dev (>= 0.74),
15
 
        libiw-dev(>= 27+28pre9),
16
 
        libgnomeui-dev,
17
 
        libpanel-applet2-dev,
18
 
        libglade2-dev,
19
 
        libgconf2-dev,
20
 
        libnl-dev (>= 1.0~pre8),
21
 
        libnotify-dev (>= 0.3),
22
 
        libpolkit-gobject-1-dev,
23
 
        libnss3-dev,
24
 
        docbook-to-man,
25
 
        ppp-dev (>= 2.4.5~),
26
 
        iproute,
27
 
        gtk-doc-tools,
28
 
        uuid-dev,
29
 
        libudev-dev,
30
 
        isc-dhcp-client (>= 4.1.1),
31
 
        libgudev-1.0-dev
32
 
Standards-Version: 3.9.1
 
7
Build-Depends:
 
8
 debhelper (>= 8),
 
9
 dh-autoreconf,
 
10
 autotools-dev,
 
11
 pkg-config,
 
12
 intltool,
 
13
 libdbus-glib-1-dev (>= 0.75),
 
14
 libdbus-1-dev (>= 1.1),
 
15
 libiw-dev(>= 27+28pre9),
 
16
 libglib2.0-dev (>= 2.18),
 
17
 libnl-dev (>= 1.0~pre8),
 
18
 ppp-dev (>= 2.4.5~),
 
19
 libpolkit-gobject-1-dev,
 
20
 libnss3-dev,
 
21
 uuid-dev,
 
22
 libudev-dev,
 
23
 libgudev-1.0-dev,
 
24
 libnotify-dev (>= 0.3),
 
25
 isc-dhcp-client (>= 4.1.1-P1-4),
 
26
 gtk-doc-tools
 
27
Standards-Version: 3.9.2
33
28
Homepage: http://www.gnome.org/projects/NetworkManager/
34
29
Vcs-Bzr: https://code.launchpad.net/~network-manager/network-manager/ubuntu.head
35
30
 
36
31
Package: network-manager
37
32
Architecture: any
38
 
Depends: ${shlibs:Depends},
39
 
        ${misc:Depends},
40
 
        iproute,
41
 
        iputils-arping,
42
 
        lsb-base (>= 3.2-14),
43
 
        wpasupplicant (>= 0.6.1~),
44
 
        dbus (>= 0.60)
45
 
Replaces: network-manager-pptp (<< 0.7~~)
46
 
Conflicts: network-manager-pptp (<< 0.7~~)
47
 
Breaks: dhcp3-client (<< 4.1.1-P1-11)
48
 
Recommends: network-manager-gnome | network-manager-kde | plasma-widget-networkmanagement, dnsmasq-base, modemmanager, iptables, network-manager-pptp, ppp
 
33
Depends:
 
34
 ${shlibs:Depends},
 
35
 ${misc:Depends},
 
36
 lsb-base (>= 3.2-14),
 
37
 wpasupplicant (>= 0.6.2-1),
 
38
 dbus (>= 1.1.2),
 
39
 udev,
 
40
 isc-dhcp-client (>= 4.1.1-P1-4),
 
41
 iproute,
 
42
 iputils-arping
 
43
Recommends:
 
44
 network-manager-pptp,
 
45
 network-manager-gnome | network-manager-kde | plasma-widget-networkmanagement,
 
46
 policykit-1,
 
47
 ppp (>= 2.4.5),
 
48
 dnsmasq-base,
 
49
 iptables,
 
50
 modemmanager
 
51
Suggests: avahi-autoipd
 
52
Breaks:
 
53
 network-manager-gnome (<< 0.8.2),
 
54
 network-manager-kde (<< 1:0.9~~),
 
55
 network-manager-openvpn (<< 0.8),
 
56
 network-manager-vpnc (<< 0.8),
 
57
 network-manager-pptp (<< 0.8),
 
58
 ppp (<< 2.4.5)
49
59
Description: network management framework daemon
50
60
 NetworkManager attempts to keep an active network connection available at all
51
61
 times. It is intended only for the desktop use-case, and is not intended for
59
69
Package: network-manager-dev
60
70
Architecture: any
61
71
Section: devel
62
 
Depends: ${shlibs:Depends}, ${misc:Depends}, pkg-config, libnm-util-dev
 
72
Depends: ${misc:Depends}
63
73
Description: network management framework (development files)
64
74
 NetworkManager attempts to keep an active network connection available at all
65
75
 times. It is intended only for the desktop use-case, and is not intended for
74
84
Package: libnm-glib2
75
85
Section: libs
76
86
Architecture: any
77
 
Depends: ${shlibs:Depends}, ${misc:Depends}, libnm-glib-vpn1 (>= 0.8.4~)
78
 
Replaces: libnm-glib2 (<< 0.8.4~git.20110319t175609.d14809b-0ubuntu2~)
79
 
Conflicts: libnm-glib2 (<< 0.8.4~git.20110319t175609.d14809b-0ubuntu2~)
80
 
Breaks: dhcp3-client (<< 4.1.1-P1-11)
 
87
Depends:
 
88
 ${shlibs:Depends},
 
89
 ${misc:Depends}
81
90
Description: network management framework (GLib shared library)
82
91
 NetworkManager attempts to keep an active network connection available at all
83
92
 times. It is intended only for the desktop use-case, and is not intended for
92
101
Package: libnm-glib-dev
93
102
Section: libdevel
94
103
Architecture: any
95
 
Depends: libnm-glib2 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev, libdbus-glib-1-dev (>= 0.60), network-manager-dev
 
104
Depends:
 
105
 libnm-glib2 (= ${binary:Version}),
 
106
 ${misc:Depends},
 
107
 libnm-util-dev,
 
108
 network-manager-dev,
 
109
 libglib2.0-dev,
 
110
 libdbus-glib-1-dev
96
111
Description: network management framework (GLib interface)
97
112
 NetworkManager attempts to keep an active network connection available at all
98
113
 times. It is intended only for the desktop use-case, and is not intended for
110
125
Depends:
111
126
 ${shlibs:Depends},
112
127
 ${misc:Depends}
113
 
Breaks: libnm-glib2 (<< 0.8.4~git.20110319t175609.d14809b-0ubuntu2~)
114
128
Description: network management framework (GLib VPN shared library)
115
129
 NetworkManager attempts to keep an active network connection available at all
116
130
 times. It is intended only for the desktop use-case, and is not intended for
143
157
Package: libnm-util1
144
158
Section: libs
145
159
Architecture: any
146
 
Depends: ${shlibs:Depends}, ${misc:Depends}
147
 
Breaks: network-manager-gnome (<< 0.7~~), network-manager-kde (<< 1:0.2.3), dhcp3-client (<< 4.1.1-P1-11)
 
160
Depends:
 
161
 ${shlibs:Depends},
 
162
 ${misc:Depends}
148
163
Description: network management framework (shared library)
149
164
 NetworkManager attempts to keep an active network connection available at all
150
165
 times. It is intended only for the desktop use-case, and is not intended for
159
174
Package: libnm-util-dev
160
175
Section: libdevel
161
176
Architecture: any
162
 
Depends: libnm-util1 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev, libdbus-glib-1-dev (>= 0.60)
 
177
Depends:
 
178
 libnm-util1 (= ${binary:Version}),
 
179
 ${misc:Depends},
 
180
 libglib2.0-dev,
 
181
 libdbus-glib-1-dev
163
182
Description: network management framework (development files)
164
183
 NetworkManager attempts to keep an active network connection available at all
165
184
 times. It is intended only for the desktop use-case, and is not intended for
170
189
 .
171
190
 This package contains header and development files.
172
191
 
 
192
Package: network-manager-dbg
 
193
Architecture: any
 
194
Section: debug
 
195
Priority: extra
 
196
Depends:
 
197
 network-manager (= ${binary:Version}) | libnm-util1 (= ${binary:Version}) | libnm-glib2 (= ${binary:Version}) | libnm-glib-vpn1 (= ${binary:Version}),
 
198
 ${misc:Depends}
 
199
Description: network management framework daemon - debugging symbols
 
200
 NetworkManager attempts to keep an active network connection available at all
 
201
 times. It is intended only for the desktop use-case, and is not intended for
 
202
 usage on servers. The point of NetworkManager is to make networking
 
203
 configuration and setup as painless and automatic as possible.  If using DHCP,
 
204
 NetworkManager is _intended_ to replace default routes, obtain IP addresses
 
205
 from a DHCP server, and change nameservers whenever it sees fit.
 
206
 .
 
207
 This package contains detached debugging symbols.
 
208