From 7c7458bb89015be2bbeea18a96a5f3c6a1af141d Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 7 Jul 2011 14:22:03 -0400 Subject: releasing version 0.1-0ubuntu1 --- debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 debian/copyright (limited to 'debian/copyright') diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7fc6418 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: indicator-power +Source: http://launchpad.net/indicator-power + +Files: * +Copyright: 2011 Canonical Ltd. + +License: GPL-3 + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License version 3, as published + by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +Files: debian/* +Copyright: 2011 Ken VanDine +License: GPL-2+ + This package 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 2 of the License, or + (at your option) any later version. + . + This package 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, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". -- cgit v1.2.3 From f0c76b883bbd02592eca5e283c10d1f42135fd44 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 23 Sep 2011 14:13:13 -0400 Subject: releasing version 0.9-0ubuntu1 --- debian/changelog | 4 +++- debian/copyright | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/copyright') diff --git a/debian/changelog b/debian/changelog index 526ce0b..9cfa1bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-power (0.9-0ubuntu1) UNRELEASED; urgency=low +indicator-power (0.9-0ubuntu1) oneiric; urgency=low * New upstream release. - Use correct dgettext and g_dngettext calls (LP: #846895) @@ -10,6 +10,8 @@ indicator-power (0.9-0ubuntu1) UNRELEASED; urgency=low appear (LP: #854717) * po/POTFILES.in - Fixed gsettings schema filename + * debian/copyright + - Removed an extra line to make dep5 compliant -- Ken VanDine Fri, 23 Sep 2011 13:03:13 -0400 diff --git a/debian/copyright b/debian/copyright index 7fc6418..1f5be70 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,6 @@ Source: http://launchpad.net/indicator-power Files: * Copyright: 2011 Canonical Ltd. - License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published -- cgit v1.2.3