From b3c78cf486012fbfd6b0afe90ca21cee30ef0832 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Feb 2009 09:40:55 +0100 Subject: debian/copyright: Properly describe licenses. --- debian/changelog | 3 ++- debian/copyright | 41 ++++++++++++++++++++++++++++++++++++----- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a05e8e4..a097ba2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,5 +4,6 @@ indicator-applet (0.1-0ubuntu1) UNRELEASED; urgency=low (lp:~indicator-applet-developers/indicator-applet/applet-packaging) * debian/control: Add Homepage:, Vcs-Bzr:, and proper package descriptions. + * debian/copyright: Properly describe licenses. - -- Martin Pitt Tue, 17 Feb 2009 09:10:51 +0100 + -- Martin Pitt Tue, 17 Feb 2009 09:24:37 +0100 diff --git a/debian/copyright b/debian/copyright index 56f5316..cf44847 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,20 +3,51 @@ Wed, 11 Feb 2009 15:41:06 -0600. It was downloaded from -Upstream Author(s): +Upstream Author: Ted Gould Copyright: - + Copyright (C) 2009 Canonical Ltd. License: - Licensed under the GPL v3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License. - libindicate/ - Licensed under the LGPL v2.1 and/or v3 + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +License for libindicate/* (libindicate0 and libindicate-dev packages): + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 or 3 of the License. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General Public License +can be found in `/usr/share/common-licenses/LGPL-2.1' and +`/usr/share/common-licenses/LGPL-3'. The Debian packaging is (C) 2009, Canonical Ltd. and is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. -- cgit v1.2.3 From 93794c85979dcec0d207c180568f1df3c4ed75bc Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Feb 2009 09:41:02 +0100 Subject: Repack orig.tar.gz with a copy of the LGPL 3, libindicate/* is under that license. --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a097ba2..c3d7e3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ indicator-applet (0.1-0ubuntu1) UNRELEASED; urgency=low * Initial release, based on DX team's PPA packaging branch. (lp:~indicator-applet-developers/indicator-applet/applet-packaging) + * Repack orig.tar.gz with a copy of the LGPL 3, libindicate/* is + under that license. * debian/control: Add Homepage:, Vcs-Bzr:, and proper package descriptions. * debian/copyright: Properly describe licenses. - -- Martin Pitt Tue, 17 Feb 2009 09:24:37 +0100 + -- Martin Pitt Tue, 17 Feb 2009 09:31:25 +0100 -- cgit v1.2.3 From 5dc54bde76c7516dad0f383cea81d275bdcb3a9d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Feb 2009 10:28:12 +0100 Subject: configure.ac: Add missing gio-2.0 pkgconfig check (from DX team PPA packaging branch), and autoreconf to pick up the change. --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c3d7e3a..a55513c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,5 +7,7 @@ indicator-applet (0.1-0ubuntu1) UNRELEASED; urgency=low * debian/control: Add Homepage:, Vcs-Bzr:, and proper package descriptions. * debian/copyright: Properly describe licenses. + * configure.ac: Add missing gio-2.0 pkgconfig check (from DX team + PPA packaging branch), and autoreconf to pick up the change. - -- Martin Pitt Tue, 17 Feb 2009 09:31:25 +0100 + -- Martin Pitt Tue, 17 Feb 2009 10:27:45 +0100 -- cgit v1.2.3 From f0eb6e32a6bebf7824bb9a9818f8754d5e77deac Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Feb 2009 11:04:52 +0100 Subject: releasing version 0.1-0ubuntu1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a55513c..a6925e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-applet (0.1-0ubuntu1) UNRELEASED; urgency=low +indicator-applet (0.1-0ubuntu1) jaunty; urgency=low * Initial release, based on DX team's PPA packaging branch. (lp:~indicator-applet-developers/indicator-applet/applet-packaging) @@ -10,4 +10,4 @@ indicator-applet (0.1-0ubuntu1) UNRELEASED; urgency=low * configure.ac: Add missing gio-2.0 pkgconfig check (from DX team PPA packaging branch), and autoreconf to pick up the change. - -- Martin Pitt Tue, 17 Feb 2009 10:27:45 +0100 + -- Martin Pitt Tue, 17 Feb 2009 10:28:14 +0100 -- cgit v1.2.3 From 7009e0c413860eced640868557ff4154d415479f Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Feb 2009 11:17:59 +0100 Subject: debian/control: Fix Vcs-Bzr. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a6925e7..997ebae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: Fix Vcs-Bzr. + + -- Martin Pitt Tue, 17 Feb 2009 11:17:43 +0100 + indicator-applet (0.1-0ubuntu1) jaunty; urgency=low * Initial release, based on DX team's PPA packaging branch. diff --git a/debian/control b/debian/control index 6ee0c1d..c74c2a9 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 5.0), libgirepository-dev (>= 0.6) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu/files +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu Package: indicator-applet Architecture: any -- cgit v1.2.3 From 23d66233aef2061ef5f9d1e6dee33a8632c0b943 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Feb 2009 11:23:18 +0100 Subject: debian/control: Update package descriptions; the messaging part is provided by indicator-messages. --- debian/changelog | 4 +++- debian/control | 13 +++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 997ebae..c5559b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ indicator-applet (0.1-0ubuntu2) UNRELEASED; urgency=low * debian/control: Fix Vcs-Bzr. + * debian/control: Update package descriptions; the messaging part is + provided by indicator-messages. - -- Martin Pitt Tue, 17 Feb 2009 11:17:43 +0100 + -- Martin Pitt Tue, 17 Feb 2009 11:22:42 +0100 indicator-applet (0.1-0ubuntu1) jaunty; urgency=low diff --git a/debian/control b/debian/control index c74c2a9..933e50b 100644 --- a/debian/control +++ b/debian/control @@ -22,11 +22,12 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-panel -Description: GNOME panel message indicator applet +Description: GNOME panel indicator applet indicator-applet is an applet to display information from various applications consistently in the GNOME panel. . - Currently this includes support for messaging applications. + Currently this includes support for messaging applications in the + indicator-messages package. Package: libindicate0 Section: libs @@ -35,12 +36,10 @@ Replaces: libindicate Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: GNOME panel message indicator applet - shared library +Description: GNOME panel indicator applet - shared library indicator-applet is an applet to display information from various applications consistently in the GNOME panel. . - Currently this includes support for messaging applications. - . This package contains shared libraries to be used by applications. Package: libindicate-dev @@ -51,10 +50,8 @@ Depends: ${shlibs:Depends}, libindicate0 (= ${binary:Version}), libdbus-glib-1-dev (>= 0.76), libgtk2.0-dev (>= 2.12.0) -Description: GNOME panel message indicator applet - shared library +Description: GNOME panel indicator applet - shared library indicator-applet is an applet to display information from various applications consistently in the GNOME panel. . - Currently this includes support for messaging applications. - . This package contains files that are needed to build applications. -- cgit v1.2.3