r10189 - in /trunk/libhtml-simpleparse-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 11:58:39 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:58:39 2007
New Revision: 10189

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

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

Added: trunk/libhtml-simpleparse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libhtml-simpleparse-perl/debian/changelog?rev=10189&op=file
==============================================================================
--- trunk/libhtml-simpleparse-perl/debian/changelog (added)
+++ trunk/libhtml-simpleparse-perl/debian/changelog Sat Dec  1 11:58:39 2007
@@ -1,0 +1,43 @@
+libhtml-simpleparse-perl (0.12-1) unstable; urgency=low
+
+  * New upstream version
+  * New Maintainer (Closes: #279791)
+  * Changed section to perl
+  * Bumped policy-version to 3.6.1
+  * Changed priority to optional
+  * Updated to debhelper version 4.1
+  * Adds watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 10 Nov 2004 18:16:08 -0500
+
+libhtml-simpleparse-perl (0.10-3) unstable; urgency=low
+
+  * Fix a spelling mistake in the control file,
+  Closes: #124985
+
+ -- Stephen Zander <gibreel at debian.org>  Wed, 20 Mar 2002 21:42:44 -0800
+
+libhtml-simpleparse-perl (0.10-2) unstable; urgency=low
+
+  * New maintainer, Closes: #80293
+
+ -- Stephen Zander <gibreel at debian.org>  Mon, 28 May 2001 16:06:35 -0700
+
+libhtml-simpleparse-perl (0.10-1) unstable; urgency=low
+
+  * New upstream release
+  * New yada compatible with Standards-Version: 3.1.0
+
+ -- Piotr Roszatycki <dexter at debian.org>  Fri, 21 Jul 2000 23:55:54 +0200
+
+libhtml-simpleparse-perl (0.06-2) unstable; urgency=low
+
+  * Changed copyright info
+
+ -- Piotr Roszatycki <dexter at debian.org>  Sun, 15 Aug 1999 23:57:22 +0200
+
+libhtml-simpleparse-perl (0.06-1) unstable; urgency=low
+
+  * Initial Debian version.
+
+ -- Piotr Roszatycki <dexter at debian.org>  Tue,  3 Aug 1999 00:02:55 +0200

Added: trunk/libhtml-simpleparse-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libhtml-simpleparse-perl/debian/compat?rev=10189&op=file
==============================================================================
--- trunk/libhtml-simpleparse-perl/debian/compat (added)
+++ trunk/libhtml-simpleparse-perl/debian/compat Sat Dec  1 11:58:39 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libhtml-simpleparse-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libhtml-simpleparse-perl/debian/control?rev=10189&op=file
==============================================================================
--- trunk/libhtml-simpleparse-perl/debian/control (added)
+++ trunk/libhtml-simpleparse-perl/debian/control Sat Dec  1 11:58:39 2007
@@ -1,0 +1,26 @@
+Source: libhtml-simpleparse-perl
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Section: perl
+Priority: optional
+Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>= 4.1), perl (>= 5.6.1)
+
+Package: libhtml-simpleparse-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: HTML::SimpleParse - a bare-bones HTML parser
+ It is a bare-bones HTML parser, similar to HTML::Parser, but with
+ a couple important distinctions:
+ .
+ First, HTML::Parser knows which tags can contain other tags, which start
+ tags have corresponding end tags, which tags can exist only in the <HEAD>
+ portion of the document, and so forth.  HTML::SimpleParse does not know any
+ of these things.  It just finds tags and text in the HTML you give it, it
+ does not care about the specific content of these tags (though it does
+ distinguish between different _types_ of tags, such as comments, starting
+ tags like <b>, ending tags like </b>, and so on).
+ .
+ Second, HTML::SimpleParse does not create a hierarchical tree of HTML
+ content, but rather a simple linear list.  It does not pay any attention to
+ balancing start tags with corresponding end tags, or which pairs of tags are
+ inside other pairs of tags.

Added: trunk/libhtml-simpleparse-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libhtml-simpleparse-perl/debian/copyright?rev=10189&op=file
==============================================================================
--- trunk/libhtml-simpleparse-perl/debian/copyright (added)
+++ trunk/libhtml-simpleparse-perl/debian/copyright Sat Dec  1 11:58:39 2007
@@ -1,0 +1,31 @@
+This is the Debian prepackaged version of perl HTML::SimpleParse
+- a bare-bones HTML parser.  It was Debianised by Piotr
+Roszatycki <dexter at debian.org>, using files obtained from
+<URL:http://www.perl.com/CPAN/modules/by-module/HTML/>.
+
+Changes were made as follows:
+  none
+
+Copyright and licence notice:
+
+         Copyright 1998 Swarthmore College.  All rights reserved.
+  
+         This library is free software; you can redistribute it
+         and/or modify it under the same terms as Perl itself.
+  
+  	a) the GNU General Public License as published by the Free
+  	Software Foundation; either version 1, or (at your option) any
+  	later version, or
+  
+  	b) the "Artistic License" which comes with Debian.
+  
+      You should have received a copy of the Artistic License with this
+      Kit, in the file /usr/share/common-licenses/Artistic.  If not, I'll be
+      glad to provide one.
+  
+      You should also have received a copy of the GNU General Public
+      License along with this system, in /usr/share/common-licenses/GPL; if not,
+      write to the Free Software Foundation, Inc., 59 Temple Place - Suite
+      330, Boston, MA 02111-1307, USA.
+
+.

Added: trunk/libhtml-simpleparse-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libhtml-simpleparse-perl/debian/rules?rev=10189&op=file
==============================================================================
--- trunk/libhtml-simpleparse-perl/debian/rules (added)
+++ trunk/libhtml-simpleparse-perl/debian/rules Sat Dec  1 11:58:39 2007
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: trunk/libhtml-simpleparse-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libhtml-simpleparse-perl/debian/watch?rev=10189&op=file
==============================================================================
--- trunk/libhtml-simpleparse-perl/debian/watch (added)
+++ trunk/libhtml-simpleparse-perl/debian/watch Sat Dec  1 11:58:39 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/HTML/HTML-SimpleParse-([0-9].*)\.tar.gz




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