r28948 - in /trunk/libhtml-strip-perl/debian: ./ changelog compat control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Dec 29 15:57:41 UTC 2008


Author: dmn
Date: Mon Dec 29 15:57:38 2008
New Revision: 28948

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

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

Added: trunk/libhtml-strip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/changelog?rev=28948&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/changelog (added)
+++ trunk/libhtml-strip-perl/debian/changelog Mon Dec 29 15:57:38 2008
@@ -1,0 +1,5 @@
+libhtml-strip-perl (1.06-1) unstable; urgency=low
+
+  * Initial Release. Closes: #509095 -- ITP
+
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 29 Dec 2008 17:52:38 +0200

Added: trunk/libhtml-strip-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/compat?rev=28948&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/compat (added)
+++ trunk/libhtml-strip-perl/debian/compat Mon Dec 29 15:57:38 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libhtml-strip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/control?rev=28948&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/control (added)
+++ trunk/libhtml-strip-perl/debian/control Mon Dec 29 15:57:38 2008
@@ -1,0 +1,27 @@
+Source: libhtml-strip-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/HTML-Strip/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-strip-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-strip-perl/
+
+Package: libhtml-strip-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description:  Perl extension for stripping HTML markup from text.
+ HTML::Strip simply strips HTML-like markup from text in a very quick and
+ brutal manner. It could quite easily be used to strip XML or SGML from text
+ as well; but removing HTML markup is a much more common problem, hence this
+ module lives in the HTML:: namespace.
+ .
+ It is written in XS, and thus about five times quicker than using regular
+ expressions for the same task.
+ .
+ It does not do any syntax checking (if you want that, use HTML::Parser),
+ instead it merely applies the following rules:
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libhtml-strip-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/copyright?rev=28948&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/copyright (added)
+++ trunk/libhtml-strip-perl/debian/copyright Mon Dec 29 15:57:38 2008
@@ -1,0 +1,30 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Alex Bowley <kilinrax at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/HTML-Strip/
+Upstream-Name: HTML-Strip
+
+Files: *
+Copyright: Copyright (c) 2003 Alex Bowley <kilinrax at cpan.org>. All rights reserved.
+License-Alias: Perl
+License: Artistic | GPL-1+
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: 2008, Damyan Ivanov <dmn at debian.org>
+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/libhtml-strip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/rules?rev=28948&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/rules (added)
+++ trunk/libhtml-strip-perl/debian/rules Mon Dec 29 15:57:38 2008
@@ -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: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libhtml-strip-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-strip-perl/debian/watch?rev=28948&op=file
==============================================================================
--- trunk/libhtml-strip-perl/debian/watch (added)
+++ trunk/libhtml-strip-perl/debian/watch Mon Dec 29 15:57:38 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/HTML-Strip/   .*/HTML-Strip-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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