r34723 - in /trunk/libwww-mechanize-treebuilder-perl/debian: ./ changelog compat control copyright rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Mon May 4 06:50:39 UTC 2009


Author: mogaal-guest
Date: Mon May  4 06:49:55 2009
New Revision: 34723

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

Added:
    trunk/libwww-mechanize-treebuilder-perl/debian/
    trunk/libwww-mechanize-treebuilder-perl/debian/changelog
    trunk/libwww-mechanize-treebuilder-perl/debian/compat
    trunk/libwww-mechanize-treebuilder-perl/debian/control
    trunk/libwww-mechanize-treebuilder-perl/debian/copyright
    trunk/libwww-mechanize-treebuilder-perl/debian/rules   (with props)
    trunk/libwww-mechanize-treebuilder-perl/debian/watch

Added: trunk/libwww-mechanize-treebuilder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/changelog?rev=34723&op=file
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/changelog (added)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/changelog Mon May  4 06:49:55 2009
@@ -1,0 +1,5 @@
+libwww-mechanize-treebuilder-perl (1.1-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #526870).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sun, 03 May 2009 01:39:40 -0430

Added: trunk/libwww-mechanize-treebuilder-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/compat?rev=34723&op=file
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/compat (added)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/compat Mon May  4 06:49:55 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libwww-mechanize-treebuilder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/control?rev=34723&op=file
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/control (added)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/control Mon May  4 06:49:55 2009
@@ -1,0 +1,27 @@
+Source: libwww-mechanize-treebuilder-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libhtml-tree-perl, libmoose-perl (>= 0.65),
+  libtest-www-mechanize-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/
+
+Package: libwww-mechanize-treebuilder-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libhtml-tree-perl, libmoose-perl (>= 0.65)
+Description: Module to optimize WWW::Mechanize and HTML::TreeBuilder use
+ WWW::Mechanize::TreeBuilder is module that combine WWW::Mechanize
+ with HTML::TreeBuilder. The reason is because sometimes it is common see 
+ too much code like the following:
+ .
+ like($mech->content, qr{<p>some text</p>}, "Found the right tag");
+ .
+ Which is just all flavours of wrong - its akin to processing XML with
+ regexps. Instead, do it like the following:
+ .
+ ok($mech->look_down(_tag => 'p', sub { $_[0]->as_trimmed_text eq 'some text' })

Added: trunk/libwww-mechanize-treebuilder-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/copyright?rev=34723&op=file
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/copyright (added)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/copyright Mon May  4 06:49:55 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ash Berlin <ash at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/
+Upstream-Name: WWW-Mechanize-TreeBuilder
+
+Files: *
+Copyright: Ash Berlin <ash at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Alejandro Garrido Mota <garridomota at gmail.com>
+License: Artistic | 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/libwww-mechanize-treebuilder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/rules?rev=34723&op=file
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/rules (added)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/rules Mon May  4 06:49:55 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libwww-mechanize-treebuilder-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libwww-mechanize-treebuilder-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-treebuilder-perl/debian/watch?rev=34723&op=file
==============================================================================
--- trunk/libwww-mechanize-treebuilder-perl/debian/watch (added)
+++ trunk/libwww-mechanize-treebuilder-perl/debian/watch Mon May  4 06:49:55 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/   .*/WWW-Mechanize-TreeBuilder-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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