r62556 - in /trunk/libhtml-html5-parser-perl/debian: ./ .backups/ changelog compat control copyright libhtml-html5-parser-perl.docs rules source/ source/format watch

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Tue Sep 14 15:56:48 UTC 2010


Author: azatoth-guest
Date: Tue Sep 14 15:56:31 2010
New Revision: 62556

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

Added:
    trunk/libhtml-html5-parser-perl/debian/
    trunk/libhtml-html5-parser-perl/debian/.backups/
    trunk/libhtml-html5-parser-perl/debian/changelog
    trunk/libhtml-html5-parser-perl/debian/compat
    trunk/libhtml-html5-parser-perl/debian/control
    trunk/libhtml-html5-parser-perl/debian/copyright
    trunk/libhtml-html5-parser-perl/debian/libhtml-html5-parser-perl.docs
    trunk/libhtml-html5-parser-perl/debian/rules   (with props)
    trunk/libhtml-html5-parser-perl/debian/source/
    trunk/libhtml-html5-parser-perl/debian/source/format
    trunk/libhtml-html5-parser-perl/debian/watch

Added: trunk/libhtml-html5-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-html5-parser-perl/debian/changelog?rev=62556&op=file
==============================================================================
--- trunk/libhtml-html5-parser-perl/debian/changelog (added)
+++ trunk/libhtml-html5-parser-perl/debian/changelog Tue Sep 14 15:56:31 2010
@@ -1,0 +1,5 @@
+libhtml-html5-parser-perl (0.101-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Carl Fürstenberg <azatoth at gmail.com>  Tue, 14 Sep 2010 17:27:26 +0200

Added: trunk/libhtml-html5-parser-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-html5-parser-perl/debian/compat?rev=62556&op=file
==============================================================================
--- trunk/libhtml-html5-parser-perl/debian/compat (added)
+++ trunk/libhtml-html5-parser-perl/debian/compat Tue Sep 14 15:56:31 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-html5-parser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-html5-parser-perl/debian/control?rev=62556&op=file
==============================================================================
--- trunk/libhtml-html5-parser-perl/debian/control (added)
+++ trunk/libhtml-html5-parser-perl/debian/control Tue Sep 14 15:56:31 2010
@@ -1,0 +1,23 @@
+Source: libhtml-html5-parser-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.2.13)
+Build-Depends-Indep: liberror-perl, libhtml-encoding-perl (>= 0.55), libwww-perl,
+ libxml-libxml-perl, perl (>= 5.10.0)
+Maintainer: Carl Fürstenberg <azatoth at gmail.com>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/HTML-HTML5-Parser/
+
+Package: libhtml-html5-parser-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, liberror-perl,
+ libhtml-encoding-perl (>= 0.55), libwww-perl, libxml-libxml-perl, perl
+Description: parse HTML reliably
+ This library is substantially the same as the non-CPAN module
+ Whatpm::HTML. Changes include:
+ * Provides an XML::LibXML-like DOM interface. If you usually use
+   XML::LibXML's DOM parser, this should be a drop-in solution for
+   tag soup HTML.
+ * Constructs an XML::LibXML::Document as the result of parsing.
+ * Via bundling and modifications, removed external dependencies on
+   non-CPAN packages.

Added: trunk/libhtml-html5-parser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-html5-parser-perl/debian/copyright?rev=62556&op=file
==============================================================================
--- trunk/libhtml-html5-parser-perl/debian/copyright (added)
+++ trunk/libhtml-html5-parser-perl/debian/copyright Tue Sep 14 15:56:31 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Toby Inkster <tobyink at cpan.org>
+Source: http://search.cpan.org/dist/HTML-HTML5-Parser/
+Name: HTML-HTML5-Parser
+
+Files: *
+Copyright: Toby Inkster <tobyink at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Carl Fürstenberg <azatoth at gmail.com>
+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 version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libhtml-html5-parser-perl/debian/libhtml-html5-parser-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-html5-parser-perl/debian/libhtml-html5-parser-perl.docs?rev=62556&op=file
==============================================================================
--- trunk/libhtml-html5-parser-perl/debian/libhtml-html5-parser-perl.docs (added)
+++ trunk/libhtml-html5-parser-perl/debian/libhtml-html5-parser-perl.docs Tue Sep 14 15:56:31 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libhtml-html5-parser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-html5-parser-perl/debian/rules?rev=62556&op=file
==============================================================================
--- trunk/libhtml-html5-parser-perl/debian/rules (added)
+++ trunk/libhtml-html5-parser-perl/debian/rules Tue Sep 14 15:56:31 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libhtml-html5-parser-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libhtml-html5-parser-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-html5-parser-perl/debian/source/format?rev=62556&op=file
==============================================================================
--- trunk/libhtml-html5-parser-perl/debian/source/format (added)
+++ trunk/libhtml-html5-parser-perl/debian/source/format Tue Sep 14 15:56:31 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libhtml-html5-parser-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-html5-parser-perl/debian/watch?rev=62556&op=file
==============================================================================
--- trunk/libhtml-html5-parser-perl/debian/watch (added)
+++ trunk/libhtml-html5-parser-perl/debian/watch Tue Sep 14 15:56:31 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/HTML-HTML5-Parser/   .*/HTML-HTML5-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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