r12043 - in /trunk/libhtml-copy-perl/debian: ./ changelog compat control copyright rules

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sat Jan 5 07:05:15 UTC 2008


Author: mogaal-guest
Date: Sat Jan  5 07:05:14 2008
New Revision: 12043

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

Added:
    trunk/libhtml-copy-perl/debian/
    trunk/libhtml-copy-perl/debian/changelog
    trunk/libhtml-copy-perl/debian/compat
    trunk/libhtml-copy-perl/debian/control
    trunk/libhtml-copy-perl/debian/copyright
    trunk/libhtml-copy-perl/debian/rules   (with props)

Added: trunk/libhtml-copy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/changelog?rev=12043&op=file
==============================================================================
--- trunk/libhtml-copy-perl/debian/changelog (added)
+++ trunk/libhtml-copy-perl/debian/changelog Sat Jan  5 07:05:14 2008
@@ -1,0 +1,12 @@
+libhtml-copy-perl (1.22-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * Moved package into Perl Pkg Project SVN.
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Fri, 07 Dec 2007 01:15:55 -0400
+
+libhtml-copy-perl (1.2-1) unstable; urgency=low
+
+  * Initial Release (Closes: #427247).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sat, 02 Jun 2007 13:18:16 -0400

Added: trunk/libhtml-copy-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/compat?rev=12043&op=file
==============================================================================
--- trunk/libhtml-copy-perl/debian/compat (added)
+++ trunk/libhtml-copy-perl/debian/compat Sat Jan  5 07:05:14 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libhtml-copy-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/control?rev=12043&op=file
==============================================================================
--- trunk/libhtml-copy-perl/debian/control (added)
+++ trunk/libhtml-copy-perl/debian/control Sat Jan  5 07:05:14 2008
@@ -1,0 +1,20 @@
+Source: libhtml-copy-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 5.0.0), liburi-perl, libhtml-parser-perl (>= 3.4), libclass-accessor-perl, libwww-perl
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Homepage: http://search.cpan.org/dist/HTML-Copy/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-copy-perl/
+Vcs-Browser:
+ http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-copy-perl/
+Standards-Version: 3.7.2
+
+
+Package: libhtml-copy-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: HTML::Copy - copy a HTML file without breaking links
+ This target of this module is to copy a HTML file without 
+ beaking links in the file and is a sub class of HTML::Parser.

Added: trunk/libhtml-copy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/copyright?rev=12043&op=file
==============================================================================
--- trunk/libhtml-copy-perl/debian/copyright (added)
+++ trunk/libhtml-copy-perl/debian/copyright Sat Jan  5 07:05:14 2008
@@ -1,0 +1,30 @@
+This package was debianized by Alejandro Garrido Mota <garridomota at gmail.com>
+on Sat, 02 Jun 2007 13:18:16 -0400
+
+It was downloaded from: http://search.cpan.org/dist/HTML-Copy/
+
+Copyright (C) 2007, Tetsuro KURITA <tkurita at mac.com>
+
+License:
+
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+ This program is distributed in the hope that it will be useful, but without any warranty;
+ without even the implied warranty of merchantability or fitness for a particular purpose.
+
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.
+
+ The complete text of the GNU General Public License can be found in
+ /usr/share/common-licenses/GPL and the Artistic Licence can be found
+ in /usr/share/common-licenses/Artistic.
+		 
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The upstream author is: Tetsuro KURITA <tkurita at mac.com>
+
+The Debian packaging is (C) 2007, Alejandro Garrido Mota <garridomota at gmail.com> 
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libhtml-copy-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-copy-perl/debian/rules?rev=12043&op=file
==============================================================================
--- trunk/libhtml-copy-perl/debian/rules (added)
+++ trunk/libhtml-copy-perl/debian/rules Sat Jan  5 07:05:14 2008
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libhtml-copy-perl::
+	rm -rfv debian/libhtml-copy-perl/usr/share/perl5
+

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




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