r72417 - in /trunk/libweb-scraper-perl/debian: ./ changelog compat control copyright libweb-scraper-perl.examples rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 9 20:26:36 UTC 2011


Author: gregoa
Date: Sat Apr  9 20:26:26 2011
New Revision: 72417

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

Added:
    trunk/libweb-scraper-perl/debian/
    trunk/libweb-scraper-perl/debian/changelog
    trunk/libweb-scraper-perl/debian/compat
    trunk/libweb-scraper-perl/debian/control
    trunk/libweb-scraper-perl/debian/copyright
    trunk/libweb-scraper-perl/debian/libweb-scraper-perl.examples
    trunk/libweb-scraper-perl/debian/rules   (with props)
    trunk/libweb-scraper-perl/debian/source/
    trunk/libweb-scraper-perl/debian/source/format
    trunk/libweb-scraper-perl/debian/watch

Added: trunk/libweb-scraper-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-scraper-perl/debian/changelog?rev=72417&op=file
==============================================================================
--- trunk/libweb-scraper-perl/debian/changelog (added)
+++ trunk/libweb-scraper-perl/debian/changelog Sat Apr  9 20:26:26 2011
@@ -1,0 +1,5 @@
+libweb-scraper-perl (0.34-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #530467).
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 9 Apr 2011 22:08:46 +0200

Added: trunk/libweb-scraper-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-scraper-perl/debian/compat?rev=72417&op=file
==============================================================================
--- trunk/libweb-scraper-perl/debian/compat (added)
+++ trunk/libweb-scraper-perl/debian/compat Sat Apr  9 20:26:26 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libweb-scraper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-scraper-perl/debian/control?rev=72417&op=file
==============================================================================
--- trunk/libweb-scraper-perl/debian/control (added)
+++ trunk/libweb-scraper-perl/debian/control Sat Apr  9 20:26:26 2011
@@ -1,0 +1,45 @@
+Source: libweb-scraper-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libhtml-parser-perl,
+ libhtml-selector-xpath-perl,
+ libhtml-tagset-perl,
+ libhtml-tree-perl,
+ libhtml-treebuilder-xpath-perl,
+ libtest-base-perl,
+ libtest-requires-perl,
+ libuniversal-require-perl,
+ liburi-perl,
+ libwww-perl (>= 5.827),
+ libxml-xpathengine-perl,
+ libyaml-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Web-Scraper/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libweb-scraper-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libweb-scraper-perl/
+
+Package: libweb-scraper-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libhtml-parser-perl,
+ libhtml-selector-xpath-perl,
+ libhtml-tagset-perl,
+ libhtml-tree-perl,
+ libhtml-treebuilder-xpath-perl,
+ libuniversal-require-perl,
+ liburi-perl,
+ libwww-perl (>= 5.827),
+ libxml-xpathengine-perl,
+ libyaml-perl
+Description: Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions
+ Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi.
+ It provides a DSL-ish interface for traversing HTML documents and returning a
+ neatly arranged Perl data strcuture.
+ .
+ The scraper and process blocks provide a method to define what segments of a
+ document to extract. It understands HTML and CSS Selectors as well as XPath
+ expressions.

Added: trunk/libweb-scraper-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-scraper-perl/debian/copyright?rev=72417&op=file
==============================================================================
--- trunk/libweb-scraper-perl/debian/copyright (added)
+++ trunk/libweb-scraper-perl/debian/copyright Sat Apr  9 20:26:26 2011
@@ -1,0 +1,40 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Source: http://search.cpan.org/dist/Web-Scraper/
+Name: Web-Scraper
+
+Files: *
+Copyright: 2007-2011, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+License: Artistic or GPL-1+
+Comment: Rationale from the author was:
+  All of my modules available at http://search.cpan.org/~miyagawa/ with the
+  statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted,
+  Copyright (c) Tatsuhiko Miyagawa.
+ Source: http://bulknews.net/debian.txt (author's web site)
+ The exact year comes from Changes.
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+  
+Files: debian/*
+Copyright: 2011, gregor herrmann <gregoa 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libweb-scraper-perl/debian/libweb-scraper-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-scraper-perl/debian/libweb-scraper-perl.examples?rev=72417&op=file
==============================================================================
--- trunk/libweb-scraper-perl/debian/libweb-scraper-perl.examples (added)
+++ trunk/libweb-scraper-perl/debian/libweb-scraper-perl.examples Sat Apr  9 20:26:26 2011
@@ -1,0 +1,2 @@
+eg/*
+bin/*

Added: trunk/libweb-scraper-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-scraper-perl/debian/rules?rev=72417&op=file
==============================================================================
--- trunk/libweb-scraper-perl/debian/rules (added)
+++ trunk/libweb-scraper-perl/debian/rules Sat Apr  9 20:26:26 2011
@@ -1,0 +1,13 @@
+#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# install as example
+	$(RM) -v $(TMP)/usr/bin/scraper
+	rmdir -v --parents --ignore-fail-on-non-empty $(TMP)/usr/bin

Propchange: trunk/libweb-scraper-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libweb-scraper-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-scraper-perl/debian/source/format?rev=72417&op=file
==============================================================================
--- trunk/libweb-scraper-perl/debian/source/format (added)
+++ trunk/libweb-scraper-perl/debian/source/format Sat Apr  9 20:26:26 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libweb-scraper-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libweb-scraper-perl/debian/watch?rev=72417&op=file
==============================================================================
--- trunk/libweb-scraper-perl/debian/watch (added)
+++ trunk/libweb-scraper-perl/debian/watch Sat Apr  9 20:26:26 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Web-Scraper/   .*/Web-Scraper-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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