r61191 - in /trunk/libmakefile-parser-perl/debian: changelog copyright

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Aug 5 06:10:34 UTC 2010


Author: carnil-guest
Date: Thu Aug  5 06:10:19 2010
New Revision: 61191

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61191
Log:
* debian/copyright:
  - Add myself to copyright for debian/* packaging
  - Refresh debian/copyright to revision 135 of DEP5 format-
    specification for machine-readable copyright files.
  - Explicitly point to GPL-1 license text in common-licenses.

Modified:
    trunk/libmakefile-parser-perl/debian/changelog
    trunk/libmakefile-parser-perl/debian/copyright

Modified: trunk/libmakefile-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmakefile-parser-perl/debian/changelog?rev=61191&op=diff
==============================================================================
--- trunk/libmakefile-parser-perl/debian/changelog (original)
+++ trunk/libmakefile-parser-perl/debian/changelog Thu Aug  5 06:10:19 2010
@@ -5,8 +5,13 @@
     pgmake-db scripts (Closes: #591680).
   * Bump Build-Depends on debhelper to (>= 7.2.13) for AutoInstall.
   * Convert to '3.0 (quilt)' source package format.
+  * debian/copyright:
+    - Add myself to copyright for debian/* packaging
+    - Refresh debian/copyright to revision 135 of DEP5 format-
+      specification for machine-readable copyright files.
+    - Explicitly point to GPL-1 license text in common-licenses.
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 05 Aug 2010 07:54:11 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 05 Aug 2010 08:08:48 +0200
 
 libmakefile-parser-perl (0.211-1) unstable; urgency=low
 

Modified: trunk/libmakefile-parser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmakefile-parser-perl/debian/copyright?rev=61191&op=diff
==============================================================================
--- trunk/libmakefile-parser-perl/debian/copyright (original)
+++ trunk/libmakefile-parser-perl/debian/copyright Thu Aug  5 06:10:19 2010
@@ -1,59 +1,53 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Agent Zhang <agentzh at yahoo.cn>
-Upstream-Source: http://search.cpan.org/dist/Maketext-Parser/
-Upstream-Name: Makefile-Parser
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Agent Zhang <agentzh at yahoo.cn>
+Source: http://search.cpan.org/dist/Makefile-Parser/
+Name: Makefile-Parser
 
 Files: *
 Copyright: 2005-2008 Agent Zhang
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: lib/Makefile/AST/*, script/pgmake-db
 Copyright: 2007-2008 Agent Zhang
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: script/plmake
 Copyright: 2007 Agent Zhang
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: inc/Test/*
 Copyright: 2006, 2008, 2009, Ingy döt Net
-Copyright: 2005, Brian Ingerson. All rights reserved.
-License-Alias: Perl
-License: Artistic | GPL-1+
+ 2005, Brian Ingerson. All rights reserved.
+License: Artistic or GPL-1+
 
 Files: inc/Spiffy.pm
 Copyright: 2006, Ingy döt Net
-Copyright: 2004, Brian Ingerson
-License-Alias: Perl
-License: Artistic | GPL-1+
+ 2004, Brian Ingerson
+License: Artistic or GPL-1+
 
 Files: inc/Module/*
 Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
  2002-2009, Audrey Tang <autrijus at autrijus.org>
  2002-2009, Brian Ingerson <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Mikhail Gusarov <dottedmag at dottedmag.net>
-License-Alias: Perl
-License: Artistic | GPL-1+
+ 2010, Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+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 GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/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 GNU/Linux 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
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
-
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.




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