[med-svn] r1081 - trunk/packages/minc/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Mon Jan 7 02:43:07 UTC 2008
Author: smr
Date: 2008-01-07 02:43:07 +0000 (Mon, 07 Jan 2008)
New Revision: 1081
Modified:
trunk/packages/minc/trunk/debian/changelog
trunk/packages/minc/trunk/debian/copyright
Log:
Copy the Perl license terms directly into copyright, rather
than referring to /usr/share/doc/perl/copyright. The latter
approach was REJECTed by the ftp admins and raises a lintian
error:
copyright-file-lacks-pointer-to-perl-license
If your package is released under the same terms as Perl itself,
it should refer to the Artistic and GPL license files in the
/usr/share/common-licenses directory.
Refer to Policy Manual, section 12.5 for details.
Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog 2008-01-04 16:01:11 UTC (rev 1080)
+++ trunk/packages/minc/trunk/debian/changelog 2008-01-07 02:43:07 UTC (rev 1081)
@@ -22,7 +22,7 @@
* patches/04_progs-use-lib.diff: New. Add "use lib" declaration to find
the private Getopt::Tabular.
- -- Steve M. Robbins <smr at debian.org> Tue, 01 Jan 2008 05:04:20 -0600
+ -- Steve M. Robbins <smr at debian.org> Sun, 06 Jan 2008 20:40:29 -0600
minc (1.5-2) NEVER UPLOADED; urgency=low
Modified: trunk/packages/minc/trunk/debian/copyright
===================================================================
--- trunk/packages/minc/trunk/debian/copyright 2008-01-04 16:01:11 UTC (rev 1080)
+++ trunk/packages/minc/trunk/debian/copyright 2008-01-07 02:43:07 UTC (rev 1081)
@@ -17,10 +17,21 @@
http://search.cpan.org/dist/Getopt-Tabular) under the following
license.
-# Copyright (c) 1995-98 Greg Ward. All rights reserved. This package is
-# free software; you can redistribute it and/or modify it under the same
-# terms as Perl itself.
+ Copyright (c) 1995-98 Greg Ward. All rights reserved. This package is
+ free software; you can redistribute it and/or modify it under the same
+ terms as Perl itself.
-On Debian GNU/Linux systems, the perl license may be found in
-/usr/share/doc/perl/copyright.
+The perl license terms are as follows:
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+
+ a) the GNU General Public License as published by the Free Software
+ Foundation; either version 1, or (at your option) any later
+ version, or
+
+ b) the "Artistic License" which comes with Perl.
+
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL' and
+ the Artistic Licence in `/usr/share/common-licenses/Artistic'.
More information about the debian-med-commit
mailing list