r64516 - in /trunk/libxml-libxml-simple-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

danai at users.alioth.debian.org danai at users.alioth.debian.org
Wed Nov 3 23:03:33 UTC 2010


Author: danai
Date: Wed Nov  3 23:03:06 2010
New Revision: 64516

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64516
Log:
[svn-inject] Applying Debian modifications (0.14-1) to trunk

Added:
    trunk/libxml-libxml-simple-perl/debian/
    trunk/libxml-libxml-simple-perl/debian/changelog
    trunk/libxml-libxml-simple-perl/debian/compat
    trunk/libxml-libxml-simple-perl/debian/control
    trunk/libxml-libxml-simple-perl/debian/copyright
    trunk/libxml-libxml-simple-perl/debian/rules   (with props)
    trunk/libxml-libxml-simple-perl/debian/source/
    trunk/libxml-libxml-simple-perl/debian/source/format
    trunk/libxml-libxml-simple-perl/debian/watch

Added: trunk/libxml-libxml-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-simple-perl/debian/changelog?rev=64516&op=file
==============================================================================
--- trunk/libxml-libxml-simple-perl/debian/changelog (added)
+++ trunk/libxml-libxml-simple-perl/debian/changelog Wed Nov  3 23:03:06 2010
@@ -1,0 +1,6 @@
+libxml-libxml-simple-perl (0.14-1) unstable; urgency=low
+
+  [ Danai SAE-HAN ]
+  * Initial release (Closes: #601290).
+
+ -- Danai SAE-HAN (韓達耐) <danai at debian.org>  Wed, 03 Nov 2010 23:28:40 +0100

Added: trunk/libxml-libxml-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-simple-perl/debian/compat?rev=64516&op=file
==============================================================================
--- trunk/libxml-libxml-simple-perl/debian/compat (added)
+++ trunk/libxml-libxml-simple-perl/debian/compat Wed Nov  3 23:03:06 2010
@@ -1,0 +1,1 @@
+8

Added: trunk/libxml-libxml-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-simple-perl/debian/control?rev=64516&op=file
==============================================================================
--- trunk/libxml-libxml-simple-perl/debian/control (added)
+++ trunk/libxml-libxml-simple-perl/debian/control Wed Nov  3 23:03:06 2010
@@ -1,0 +1,19 @@
+Source: libxml-libxml-simple-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8), quilt (>= 0.48-2~), libfile-slurp-perl, libxml-libxml-perl (>= 1.64), libtest-pod-perl (>= 1.00)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Danai SAE-HAN (韓達耐) <danai at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/XML-LibXML-Simple/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-libxml-simple-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-libxml-simple-perl/
+
+Package: libxml-libxml-simple-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libfile-slurp-perl, libxml-libxml-perl (>= 1.64)
+Description: A Perl module that uses the XML::LibXML parser for XML structures
+ This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
+ XML::LibXML parser for XML structures, where the original uses plain Perl
+ or SAX parsers.

Added: trunk/libxml-libxml-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-simple-perl/debian/copyright?rev=64516&op=file
==============================================================================
--- trunk/libxml-libxml-simple-perl/debian/copyright (added)
+++ trunk/libxml-libxml-simple-perl/debian/copyright Wed Nov  3 23:03:06 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Danai SAE-HAN (韓達耐) <danai at debian.org>
+Source: http://search.cpan.org/dist/XML-LibXML-Simple/
+Name: XML-LibXML-Simple
+
+Files: *
+Copyright: 2008-2010, Mark Overmeer <perl at overmeer.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Danai SAE-HAN (韓達耐) <danai 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'
+
+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'

Added: trunk/libxml-libxml-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-simple-perl/debian/rules?rev=64516&op=file
==============================================================================
--- trunk/libxml-libxml-simple-perl/debian/rules (added)
+++ trunk/libxml-libxml-simple-perl/debian/rules Wed Nov  3 23:03:06 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with quilt

Propchange: trunk/libxml-libxml-simple-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libxml-libxml-simple-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-simple-perl/debian/source/format?rev=64516&op=file
==============================================================================
--- trunk/libxml-libxml-simple-perl/debian/source/format (added)
+++ trunk/libxml-libxml-simple-perl/debian/source/format Wed Nov  3 23:03:06 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libxml-libxml-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-simple-perl/debian/watch?rev=64516&op=file
==============================================================================
--- trunk/libxml-libxml-simple-perl/debian/watch (added)
+++ trunk/libxml-libxml-simple-perl/debian/watch Wed Nov  3 23:03:06 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/XML-LibXML-Simple/ .*/XML-LibXML-Simple-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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