r14749 - in /trunk/libxml-parser-lite-tree-perl/debian: changelog control copyright dirs watch

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Feb 11 10:53:18 UTC 2008


Author: tincho-guest
Date: Mon Feb 11 10:53:17 2008
New Revision: 14749

URL: http://svn.debian.org/wsvn/?sc=1&rev=14749
Log:
* debian/control:
  - make dependency on soap-lite versioned, as that fix the bug in
    XML::Parser::Lite, that causes a FTBFS (Closes: #461194).
  - add myself to uploaders.
  - remove redundant link to perldoc.
* debian/copyright: new format, and real CP info (it is Artistic and not
  GPL!)
* debian/dirs: removed empty directories (dh-make template?).
* debian/watch: allow "v" prefix.

Removed:
    trunk/libxml-parser-lite-tree-perl/debian/dirs
Modified:
    trunk/libxml-parser-lite-tree-perl/debian/changelog
    trunk/libxml-parser-lite-tree-perl/debian/control
    trunk/libxml-parser-lite-tree-perl/debian/copyright
    trunk/libxml-parser-lite-tree-perl/debian/watch

Modified: trunk/libxml-parser-lite-tree-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/changelog?rev=14749&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/changelog (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/changelog Mon Feb 11 10:53:17 2008
@@ -1,4 +1,4 @@
-libxml-parser-lite-tree-perl (0.03-2) UNRELEASED; urgency=low
+libxml-parser-lite-tree-perl (0.03-2) unstable; urgency=low
 
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -15,7 +15,18 @@
     - Priority set to optional
   * debian/watch updated (Closes: #450349)
 
- -- David Paleino <d.paleino at gmail.com>  Mon, 14 Jan 2008 09:46:07 +0100
+  [ Martín Ferrari ]
+  * debian/control:
+    - make dependency on soap-lite versioned, as that fix the bug in
+      XML::Parser::Lite, that causes a FTBFS (Closes: #461194).
+    - add myself to uploaders.
+    - remove redundant link to perldoc.
+  * debian/copyright: new format, and real CP info (it is Artistic and not
+    GPL!)
+  * debian/dirs: removed empty directories (dh-make template?).
+  * debian/watch: allow "v" prefix.
+
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Mon, 11 Feb 2008 08:39:30 -0200
 
 libxml-parser-lite-tree-perl (0.03-1) unstable; urgency=low
 

Modified: trunk/libxml-parser-lite-tree-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/control?rev=14749&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/control (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/control Mon Feb 11 10:53:17 2008
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
- David Paleino <d.paleino at gmail.com>
-Build-Depends-Indep: perl, libsoap-lite-perl
+ David Paleino <d.paleino at gmail.com>, Martín Ferrari <martin.ferrari at gmail.com>
+Build-Depends-Indep: perl, libsoap-lite-perl (>= 0.70.04-4)
 Build-Depends: cdbs, debhelper (>= 5)
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/XML-Parser-Lite-Tree/
@@ -13,11 +13,9 @@
 
 Package: libxml-parser-lite-tree-perl
 Architecture: all
-Depends: ${perl:Depends}, libsoap-lite-perl
+Depends: ${perl:Depends}, libsoap-lite-perl (>= 0.70.04-4)
 Description: Lightweight XML tree builder
  This is a singleton class for parsing XML into a tree structure. How does this
  differ from other XML tree generators? By using XML::Parser::Lite, which is a 
  pure perl XML parser. Using this module you can tree-ify simple XML without 
  having to compile any C.
- .
- http://search.cpan.org/perldoc?XML::Parser::Lite::Tree

Modified: trunk/libxml-parser-lite-tree-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/copyright?rev=14749&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/copyright (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/copyright Mon Feb 11 10:53:17 2008
@@ -3,24 +3,21 @@
 
 It was downloaded from http://search.cpan.org/~iamcal/XML-Parser-Lite-Tree-0.03/
 
-Upstream Author: Cal Henderson <cal at iamcal.com>
+Upstream author: Cal Henderson <cal at iamcal.com>
 
-Copyright: Copyright (C) 2004, Cal Henderson, <cal at iamcal.com>
+Files: *
+Copyright: © 2004 Cal Henderson, <cal at iamcal.com>
+License: Artistic
+ (taken from README, as the code doesn't have a license statement)
+ License: Perl Artistic License
 
-License:
-
-    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.
+Files: debian/*
+Copyright: © 2008 Debian Perl Group
+                  <pkg-perl-maintainers at lists.alioth.debian.org>
+           © 2007 Jose Luis Rivas <ghostbar38 at gmail.com>
+License: GPL
 
 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'.
 
-The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: trunk/libxml-parser-lite-tree-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/watch?rev=14749&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/watch (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/watch Mon Feb 11 10:53:17 2008
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/dist/XML-Parser-Lite-Tree/ .*/XML-Parser-Lite-Tree-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-Parser-Lite-Tree/ \
+	.*/XML-Parser-Lite-Tree-v?(\d.*)\.tar\.gz




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