r11000 - in /trunk/libxml-parser-lite-tree-perl/debian: ./ changelog compat control copyright dirs docs rules watch

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Fri Dec 7 03:47:40 UTC 2007


Author: ghostbar-guest
Date: Fri Dec  7 03:47:40 2007
New Revision: 11000

URL: http://svn.debian.org/wsvn/?sc=1&rev=11000
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libxml-parser-lite-tree-perl/debian/
    trunk/libxml-parser-lite-tree-perl/debian/changelog
    trunk/libxml-parser-lite-tree-perl/debian/compat
    trunk/libxml-parser-lite-tree-perl/debian/control
    trunk/libxml-parser-lite-tree-perl/debian/copyright
    trunk/libxml-parser-lite-tree-perl/debian/dirs
    trunk/libxml-parser-lite-tree-perl/debian/docs
    trunk/libxml-parser-lite-tree-perl/debian/rules   (with props)
    trunk/libxml-parser-lite-tree-perl/debian/watch

Added: trunk/libxml-parser-lite-tree-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/changelog?rev=11000&op=file
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/changelog (added)
+++ trunk/libxml-parser-lite-tree-perl/debian/changelog Fri Dec  7 03:47:40 2007
@@ -1,0 +1,6 @@
+libxml-parser-lite-tree-perl (0.03-1) unstable; urgency=low
+
+  * Initial release (Closes: #420090)
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Thu, 19 Apr 2007 18:14:24 -0400
+

Added: trunk/libxml-parser-lite-tree-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/compat?rev=11000&op=file
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/compat (added)
+++ trunk/libxml-parser-lite-tree-perl/debian/compat Fri Dec  7 03:47:40 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libxml-parser-lite-tree-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/control?rev=11000&op=file
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/control (added)
+++ trunk/libxml-parser-lite-tree-perl/debian/control Fri Dec  7 03:47:40 2007
@@ -1,0 +1,18 @@
+Source: libxml-parser-lite-tree-perl
+Section: perl
+Priority: extra
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends-Indep: perl, libsoap-lite-perl
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: libxml-parser-lite-tree-perl
+Architecture: all
+Depends: ${perl:Depends}, libsoap-lite-perl
+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

Added: trunk/libxml-parser-lite-tree-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/copyright?rev=11000&op=file
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/copyright (added)
+++ trunk/libxml-parser-lite-tree-perl/debian/copyright Fri Dec  7 03:47:40 2007
@@ -1,0 +1,26 @@
+This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
+Thu, 19 Apr 2007 18:14:24 -0400.
+
+It was downloaded from http://search.cpan.org/~iamcal/XML-Parser-Lite-Tree-0.03/
+
+Upstream Author: Cal Henderson <cal at iamcal.com>
+
+Copyright: Copyright (C) 2004, Cal Henderson, <cal at iamcal.com>
+
+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.
+
+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'.

Added: trunk/libxml-parser-lite-tree-perl/debian/dirs
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/dirs?rev=11000&op=file
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/dirs (added)
+++ trunk/libxml-parser-lite-tree-perl/debian/dirs Fri Dec  7 03:47:40 2007
@@ -1,0 +1,2 @@
+usr/bin
+usr/sbin

Added: trunk/libxml-parser-lite-tree-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/docs?rev=11000&op=file
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/docs (added)
+++ trunk/libxml-parser-lite-tree-perl/debian/docs Fri Dec  7 03:47:40 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libxml-parser-lite-tree-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/rules?rev=11000&op=file
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/rules (added)
+++ trunk/libxml-parser-lite-tree-perl/debian/rules Fri Dec  7 03:47:40 2007
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libxml-parser-lite-tree-perl::
+	rm -rfv debian/libxml-parser-lite-tree-perl/usr/lib

Propchange: trunk/libxml-parser-lite-tree-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libxml-parser-lite-tree-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-parser-lite-tree-perl/debian/watch?rev=11000&op=file
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/watch (added)
+++ trunk/libxml-parser-lite-tree-perl/debian/watch Fri Dec  7 03:47:40 2007
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL/XML-Parser-Lite-Tree-(\d+\.\d+)\.tar\.gz




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