r64168 - in /trunk/libdata-dump-perl/debian: changelog copyright

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sat Oct 23 07:12:38 UTC 2010


Author: carnil
Date: Sat Oct 23 07:09:57 2010
New Revision: 64168

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64168
Log:
debian/copyright: Use 'or' instead of '|' for listing alternative
licenses in License stanza according to used revision of DEP5 format
specification.

Modified:
    trunk/libdata-dump-perl/debian/changelog
    trunk/libdata-dump-perl/debian/copyright

Modified: trunk/libdata-dump-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-perl/debian/changelog?rev=64168&op=diff
==============================================================================
--- trunk/libdata-dump-perl/debian/changelog (original)
+++ trunk/libdata-dump-perl/debian/changelog Sat Oct 23 07:09:57 2010
@@ -1,6 +1,12 @@
 libdata-dump-perl (1.19-1) unstable; urgency=low
 
+  [ Jotam Jr. Trejo ]
   * New upstream release
+
+  [ Salvatore Bonaccorso ]
+  * debian/copyright: Use 'or' instead of '|' for listing alternative
+    licenses in License stanza according to used revision of DEP5 format
+    specification.
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Fri, 22 Oct 2010 21:15:45 -0600
 

Modified: trunk/libdata-dump-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-perl/debian/copyright?rev=64168&op=diff
==============================================================================
--- trunk/libdata-dump-perl/debian/copyright (original)
+++ trunk/libdata-dump-perl/debian/copyright Sat Oct 23 07:09:57 2010
@@ -6,11 +6,11 @@
 Files: *
 Copyright: 1998-2010, Gisle Aas <gisle at aas.no>
  1996-1998, Gurusamy Sarathy <gsar at cpan.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: lib/Data/Dump/Trace.pm
 Copyright: 2009, Gisle Aas <gisle at aas.no>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2006-2010, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
@@ -19,14 +19,14 @@
  2008, gregor herrmann <gregoa at debian.org>
  2009, Jonathan Yu <jawnsy at cpan.org>
  2010, Jotam Jr. Trejo <jotamjr at debian.org.sv>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -34,5 +34,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'. 




More information about the Pkg-perl-cvs-commits mailing list