r68216 - in /trunk/libcgi-simple-perl/debian: changelog control copyright

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Feb 9 15:55:36 UTC 2011


Author: gregoa
Date: Wed Feb  9 15:55:24 2011
New Revision: 68216

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68216
Log:
* Email change: Jose Luis Rivas -> ghostbar at debian.org
* debian/copyright: update formatting.

Modified:
    trunk/libcgi-simple-perl/debian/changelog
    trunk/libcgi-simple-perl/debian/control
    trunk/libcgi-simple-perl/debian/copyright

Modified: trunk/libcgi-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-simple-perl/debian/changelog?rev=68216&op=diff
==============================================================================
--- trunk/libcgi-simple-perl/debian/changelog (original)
+++ trunk/libcgi-simple-perl/debian/changelog Wed Feb  9 15:55:24 2011
@@ -10,7 +10,9 @@
   * Improve reference to documentation in long description, thanks to Frank
     Gevaerts for the bug report (closes: #576530).
   * Email change: gregor herrmann -> gregoa at debian.org
+  * Email change: Jose Luis Rivas -> ghostbar at debian.org
   * Minimize debian/rules.
+  * debian/copyright: update formatting.
 
   [ Ansgar Burchardt ]
   * Email change: Ansgar Burchardt -> ansgar at debian.org

Modified: trunk/libcgi-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-simple-perl/debian/control?rev=68216&op=diff
==============================================================================
--- trunk/libcgi-simple-perl/debian/control (original)
+++ trunk/libcgi-simple-perl/debian/control Wed Feb  9 15:55:24 2011
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, libtest-pod-perl,
  libtest-pod-coverage-perl, libtest-exception-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
+Uploaders: Jose Luis Rivas <ghostbar at debian.org>,
  gregor herrmann <gregoa at debian.org>,
  Ansgar Burchardt <ansgar at debian.org>,
  Ryan Niebur <ryan at debian.org>,

Modified: trunk/libcgi-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-simple-perl/debian/copyright?rev=68216&op=diff
==============================================================================
--- trunk/libcgi-simple-perl/debian/copyright (original)
+++ trunk/libcgi-simple-perl/debian/copyright Wed Feb  9 15:55:24 2011
@@ -1,54 +1,55 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Andy Armstrong <andy at hexten.net>
-Upstream-Source: http://search.cpan.org/dist/CGI-Simple/
-Upstream-Name: CGI-Simple
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Andy Armstrong <andy at hexten.net>
+Source: http://search.cpan.org/dist/CGI-Simple/
+Name: CGI-Simple
 
 Files: *
-Copyright: 2007, Andy Armstrong "<andy at hexten.net>". All rights reserved.
-License-Alias: Perl
-License: GPL-1+ | Artistic
+Copyright: 2007, Andy Armstrong <andy at hexten.net>
+License: Artistic or GPL-1+
 
 Files: lib/CGI/Simple/Util.pm
 Copyright: 
- Original version copyright 1995-1998, Lincoln D. Stein.  All rights reserved.
- Originally copyright 2001 Dr James Freeman <jfreeman at tassie.net.au>
- This release by Andy Armstrong <andy at hexten.net>
-License-Alias: Perl
-License: GPL-1+ | Artistic
+ 1995-1998, Lincoln D. Stein
+ 2001, Dr James Freeman <jfreeman at tassie.net.au>
+ 2007, Andy Armstrong <andy at hexten.net>
+License: Artistic or GPL-1+
 
 Files: lib/CGI/Simple/Cookie.pm
 Copyright: 
- Original version copyright 1997-1998, Lincoln D. Stein.  All rights reserved.
- Originally copyright 2001 Dr James Freeman <jfreeman at tassie.net.au>
- This release by Andy Armstrong <andy at hexten.net>
-License-Alias: Perl
-License: GPL-1+ | Artistic
+ 1997-1998, Lincoln D. Stein
+ 2001, Dr James Freeman <jfreeman at tassie.net.au>
+ 2007, Andy Armstrong <andy at hexten.net>
+License: Artistic or GPL-1+
 
 Files: lib/CGI/Simple.pm
 Copyright: 
- Originally copyright 2001 Dr James Freeman <jfreeman at tassie.net.au>
- This release by Andy Armstrong <andy at hexten.net>
+ 2001, Dr James Freeman <jfreeman at tassie.net.au>
+ 2007, Andy Armstrong <andy at hexten.net>
 License-Alias: Perl
 License: Artistic
 
 Files: debian/*
-Copyright: 
- 2005,      Christopher Sacca <csacca at thecsl.org>
- 2007,      Jose Luis Rivas <ghostbar38 at gmail.com>
- 2007-2009, various members of the Debian Perl Group, cf. debian/changelog
-License: Artistic | GPL-1+
+Copyright: 2005, Christopher Sacca <csacca at thecsl.org>
+ 2007, Jose Luis Rivas <ghostbar at debian.org>
+ 2008, 2011, gregor herrmann <gregoa at debian.org>
+ 2009, Ansgar Burchardt <ansgar at debian.org>
+ 2009, Ryan Niebur <ryan at debian.org>
+ 2010, Damyan Ivanov <dmn at debian.org>
+ 2011, Niko Tyni <ntyni at debian.org>
+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 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 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