retitle 448454 a2ps: various problems with copyright file
thanks
Hi,
because I find it inappropriate to open up another bug for it I changed
the title to be more wideley and would like to add the following
informations to this bug report:
- Copyright file does not list all Copyright holders
- Wording Copyright: for the license is inappropriate
Also my patch was errornous.
I add another patch, which fixes this issues as well.
Regards,
Patrick
diff -ur a2ps-4.13c~rc5/debian/changelog a2ps-4.13c~rc5.new/debian/changelog
--- a2ps-4.13c~rc5/debian/changelog 2007-11-01 11:29:11.000000000 +0100
+++ a2ps-4.13c~rc5.new/debian/changelog 2007-11-01 11:57:59.147577388 +0100
@@ -1,3 +1,13 @@
+a2ps (1:4.13c~rc5-2) unstable; urgency=low
+
+ * Fixed debian/copyright:
+ + Licensing is GPLv2 and later
+ + copyright file should distinguish between license and copyright
+ + copyright file does not list copyright holders
+ (Closes: #448454)
+
+ -- Patrick Schoenfeld <[EMAIL PROTECTED]> Thu, 01 Nov 2007 11:45:50 +0100
+
a2ps (1:4.13c~rc5-1) unstable; urgency=low
* New upstream release.
diff -ur a2ps-4.13c~rc5/debian/copyright a2ps-4.13c~rc5.new/debian/copyright
--- a2ps-4.13c~rc5/debian/copyright 2007-11-01 11:29:11.000000000 +0100
+++ a2ps-4.13c~rc5.new/debian/copyright 2007-11-01 11:50:31.622074363 +0100
@@ -6,11 +6,15 @@
Upstream Authors: Akim Demaille <[EMAIL PROTECTED]>
Miguel Santana <[EMAIL PROTECTED]>
-Copyright:
+Copyright holders: Akim Demaille <[EMAIL PROTECTED]>
+ Miguel Santana <[EMAIL PROTECTED]
+ Free Software Foundation
+License:
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; version 2 dated June, 1991.
+ 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
@@ -19,9 +23,7 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- 02110-1301, USA.
+ 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'.
-