r62339 - in /trunk/libhtml-template-pro-perl/debian: changelog control copyright libhtml-template-pro-perl.docs

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Sep 5 21:21:27 UTC 2010


Author: periapt-guest
Date: Sun Sep  5 21:15:00 2010
New Revision: 62339

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62339
Log:
* Refreshed control
* Reviewed and updated copyright

Modified:
    trunk/libhtml-template-pro-perl/debian/changelog
    trunk/libhtml-template-pro-perl/debian/control
    trunk/libhtml-template-pro-perl/debian/copyright
    trunk/libhtml-template-pro-perl/debian/libhtml-template-pro-perl.docs

Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=62339&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Sun Sep  5 21:15:00 2010
@@ -4,6 +4,8 @@
   * Upped standard to 3.9.1
   * Added myself to Uploaders
   * Reviewed spelling patch
+  * Refreshed control
+  * Reviewed and updated copyright
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 05 Sep 2010 20:47:43 +0100
 

Modified: trunk/libhtml-template-pro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/control?rev=62339&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/control (original)
+++ trunk/libhtml-template-pro-perl/debian/control Sun Sep  5 21:15:00 2010
@@ -1,8 +1,8 @@
 Source: libhtml-template-pro-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7.0.50), libtest-pod-perl, libpcre3-dev,
- libjson-perl (>= 2)
+Build-Depends: debhelper (>= 7.0.50), libjson-perl (>= 2), libpcre3-dev,
+ libtest-pod-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
  Vincent Danjean <vdanjean at debian.org>, Jose Luis Rivas <ghostbar38 at gmail.com>,
@@ -15,7 +15,8 @@
 
 Package: libhtml-template-pro-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libjson-perl (>= 2)
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libjson-perl (>= 2)
 Description: Perl module to use HTML Templates from CGI scripts
  HTML::Template::Pro attempts to make using HTML templates simple and natural.
  It extends standard HTML with a few new HTML-esque tags that provide control

Modified: trunk/libhtml-template-pro-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/copyright?rev=62339&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/copyright (original)
+++ trunk/libhtml-template-pro-perl/debian/copyright Sun Sep  5 21:15:00 2010
@@ -4,17 +4,17 @@
 Name: HTML-Template-Pro
 
 Files: *
-Copyright: 2005-2009, Igor Yu. Vlasenko <viy at altlinux.org>
- Pieces of code in Pro.pm and documentation of HTML::Template are
- copyright 2000-2009, Sam Tregar <sam at tregar.com>
-License: Artistic or GPL-1+
+Copyright:
+ 2005-2009, Igor Yu. Vlasenko <viy at altlinux.org>
+ 2000-2009, Sam Tregar <sam at tregar.com>
+License: Artistic or GPL-2+
 
 Files: expr.c
 Copyright: 1984, 1989-1990, 2000-2006, Free Software Foundation, Inc.
-License: GPL-2+ + exception
+License: GPL-3+ + exception
 
 Files: ppport.h
-Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+Copyright:
  2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
  1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
 License-Alias: Perl
@@ -32,34 +32,42 @@
 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 the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
 
-License: GPL-2+ + exception
-    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 2, or (at your option) any later
-    version.
-    As a special exception, you may create a larger work that contains part or
-    all of the Bison parser skeleton and distribute that work under terms of
-    your choice, so long as that work isn't itself a parser generator using
-    the skeleton or a modified version thereof as a parser skeleton.
-    Alternatively, if you modify or redistribute the parser skeleton itself,
-    you may (at your option) remove this special exception, which will cause
-    the skeleton and the resulting Bison output files to be licensed under the
-    GNU General Public License without this special exception.
-    This special exception was added by the Free Software Foundation in
-    version 2.2 of Bison.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
-  
+License: GPL-3+ + exception
+ 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 3 of the License, or
+ (at your option) any later version.
+ .  
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ . 
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton.  Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+ . 
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison. 

Modified: trunk/libhtml-template-pro-perl/debian/libhtml-template-pro-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/libhtml-template-pro-perl.docs?rev=62339&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/libhtml-template-pro-perl.docs (original)
+++ trunk/libhtml-template-pro-perl/debian/libhtml-template-pro-perl.docs Sun Sep  5 21:15:00 2010
@@ -1,3 +1,4 @@
 debian/README.ru
 FAQ
 TODO
+README.win32




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