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

« back to all changes in this revision

Viewing changes to debian/copyright

  • 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:
3
3
 
4
4
It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/NetworkManager 
5
5
 
6
 
src/autoip.c, src/autoip.h are copyright of Arthur van Hoff (avh@strangeberry.com)
7
 
and are released under the terms of the GNU Lesser General Public
8
 
 
9
 
License:
10
 
 
11
 
    This package is free software; you can redistribute it and/or
 
6
 
 
7
All files if not specified otherwise are licensed under the following terms:
 
8
 
 
9
Copyright:
 
10
 
 
11
    Copyright (C) 2006 - 2009 Red Hat, Inc.
 
12
    Copyright (C) 2006 - 2009 Novell, Inc.
 
13
 
 
14
License:
 
15
 
 
16
    This program is free software; you can redistribute it and/or modify
 
17
    it under the terms of the GNU General Public License as published by
 
18
    the Free Software Foundation; either version 2 of the License, or
 
19
    (at your option) any later version.
 
20
 
 
21
    This program is distributed in the hope that it will be useful,
 
22
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
23
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
24
    GNU General Public License for more details.
 
25
 
 
26
    You should have received a copy of the GNU General Public License along
 
27
    with this program; if not, write to the Free Software Foundation, Inc.,
 
28
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
29
 
 
30
On Debian systems, the complete text of the GNU General
 
31
Public License can be found in `/usr/share/common-licenses/GPL'.
 
32
 
 
33
 
 
34
 
 
35
libnm-util/*.[ch], libnm-glib/*.[ch]:
 
36
 
 
37
Copyright:
 
38
 
 
39
    Copyright (C) 2005 - 2009 Red Hat, Inc.
 
40
    Copyright (C) 2005 - 2009 Novell, Inc.
 
41
 
 
42
License:
 
43
 
 
44
    This library is free software; you can redistribute it and/or
12
45
    modify it under the terms of the GNU Lesser General Public
13
46
    License as published by the Free Software Foundation; either
14
47
    version 2 of the License, or (at your option) any later version.
15
48
 
16
 
    This package is distributed in the hope that it will be useful,
 
49
    This library is distributed in the hope that it will be useful,
17
50
    but WITHOUT ANY WARRANTY; without even the implied warranty of
18
51
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19
52
    Lesser General Public License for more details.
20
53
 
21
 
    You should have received a copy of the GNU Lesser General Public
22
 
    License along with this package; if not, write to the Free Software
 
54
    You should have received a copy of the GNU Lesser General Public License
 
55
    along with this package; if not, write to the Free Software
23
56
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
24
57
 
25
 
src/gnome-keyring-md5.c, gnome-keyring-md5.h is written by Colin Plumb.
26
 
This code is in the public domain; do with it what you wish.
27
 
 
28
 
gnome/nm-applet/eggtrayicon.c, eggtrayicon.h are copyright of 
29
 
Anders Carlsson <andersca@gnu.org> and are released under the terms of 
30
 
the GNU Lesser General Public. (see above).
31
 
 
32
 
src/nm-netlink-monitor.c is copyright of Ray Strode, David Zeuthen, <david@fubar.dk> and
33
 
Novell, Inc. and it's released under the terms of the  GNU General Public License.
34
 
(see below).
35
 
 
36
 
src/nm-netlink-monitor.h is copyright of Ray Strode and it's released under the terms of the
37
 
GNU General Public License. (see below)
38
 
 
39
 
src/backends/interface_parser.c, is copyright of Tom Parker <palfrey@tevp.net>
40
 
and it's released under the terms of the GNU General Public License. (see below).
41
 
 
42
 
src/backends/NetworkManagerDebian.c is copyright of Matthew Garrett <mjg59@srcf.ucam.org>
43
 
and it's released under the terms of the GNU General Public License. (see below)
44
 
 
45
 
src/backends/NetworkManagerGentoo.c is copyright of Dan Williams <dcbw@redhat.com>,
46
 
Dan Willemsen <dan@willemsen.us>, Robert Paskowitz and it's released under the terms
47
 
of the GNU General Public License. (see below).
48
 
 
49
 
src/backends/NetworkManagerSlackware.c, is copyright of
50
 
Narayan Newton <narayan_newton@yahoo.com> and it's released under the terms of
51
 
the GNU General Public License. (see below).
52
 
 
53
 
src/backends/NetworkManagerSuSE.c, is copyright of Dan Williams <dcbw@redhat.com>,
54
 
Kay Sievers <kay.sievers@suse.de>, Robert Love <rml@novell.com> and it's released
55
 
under the terms of the GNU General Public License. (see below).
56
 
 
57
 
src/backends/shvar.c, shvar.h, are copyright of Red Hat Inc and are released under the terms
58
 
of the GNU General Public License. (see below).
59
 
                                
60
 
src/named-manager/nm-named-manager.c, nm-named-manager.h, are copyright of
61
 
Colin Walters <walters@redhat.com> and are released under the terms 
62
 
of the GNU General Public License. (see below).
63
 
 
64
 
utils/nm-utils.c, nm-utils.h are copyright of Ray Strode <rstrode@redhat.com> and 
65
 
are released under the terms of the GNU General Public License. (see below).
66
 
 
67
 
initscript/Debian/NetworkManager is copyright of <j@bootlab.org>, 
68
 
Mark Roach <mrroach@okmaybe.com>, Thom May <thom@debian.org>
69
 
 
70
 
gnome/applet/menu-info.c, menu-info.h are copyright of 
71
 
Jonathan Blandford <jrb@redhat.com> and are released under the term of
72
 
the GNU General Public License. (see below).
73
 
 
74
 
gnome//nm-vpn-properties.c, nm-vpn-properties.h are copyright of 
75
 
David Zeuthen, <davidz@redhat.com> and are licensed to you
76
 
under your choice of the Academic Free License version 2.0, or the
77
 
GNU General Public License version 2. (see below)
78
 
                         
79
 
The rest of the source (what it's not mentioned here)
80
 
is copyright of Dan Williams <dcbw@redhat.com> and it's released under 
81
 
the terms of the GNU General Public License.
82
 
 
83
 
License:
84
 
 
85
 
   This package is free software; you can redistribute it and/or modify
86
 
   it under the terms of the GNU General Public License as published by
87
 
   the Free Software Foundation; either version 2 of the License, or
88
 
   (at your option) any later version.
89
 
 
90
 
   This package is distributed in the hope that it will be useful,
91
 
   but WITHOUT ANY WARRANTY; without even the implied warranty of
92
 
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
93
 
   GNU General Public License for more details.
94
 
 
95
 
   You should have received a copy of the GNU General Public License
96
 
   along with this package; if not, write to the Free Software
97
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
98
 
 
99
 
On Debian systems, the complete text of the GNU General
100
 
Public License can be found in `/usr/share/common-licenses/GPL'.
101
 
 
 
58
On Debian systems, the complete text of the GNU Lesser General
 
59
Public License can be found in `/usr/share/common-licenses/LGPL'.