r10501 - in /trunk/libxml-handler-trees-perl/debian: ./ changelog compat control copyright rules watch
vdanjean at users.alioth.debian.org
vdanjean at users.alioth.debian.org
Sat Dec 1 12:32:09 UTC 2007
Author: vdanjean
Date: Sat Dec 1 12:32:09 2007
New Revision: 10501
URL: http://svn.debian.org/wsvn/?sc=1&rev=10501
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libxml-handler-trees-perl/debian/
trunk/libxml-handler-trees-perl/debian/changelog
trunk/libxml-handler-trees-perl/debian/compat
trunk/libxml-handler-trees-perl/debian/control
trunk/libxml-handler-trees-perl/debian/copyright
trunk/libxml-handler-trees-perl/debian/rules (with props)
trunk/libxml-handler-trees-perl/debian/watch
Added: trunk/libxml-handler-trees-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-handler-trees-perl/debian/changelog?rev=10501&op=file
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/changelog (added)
+++ trunk/libxml-handler-trees-perl/debian/changelog Sat Dec 1 12:32:09 2007
@@ -1,0 +1,42 @@
+libxml-handler-trees-perl (0.02-5) unstable; urgency=low
+
+ * Adds debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org> Wed, 27 Oct 2004 11:34:50 -0400
+
+libxml-handler-trees-perl (0.02-4) unstable; urgency=low
+
+ * New Maintainer (Closes: #210531)
+ * Bumped policy-version to 3.6.1.0 (No other changes)
+ * Removed .install file as it's no longer needed
+ * Clarified copyright explicating dual nature of perl license
+ * Moved to my standard rules template
+
+ -- Jay Bonci <jaybonci at debian.org> Thu, 4 Mar 2004 01:05:30 -0500
+
+libxml-handler-trees-perl (0.02-3) unstable; urgency=low
+
+ * debian/rules: moved debhelper compatibility level setting to
+ 'debian/compat' per latest debhelper best practices
+ * debian/control: updated sections according to latest archive changes:
+ - 'libxml-handler-trees-perl' from 'interpreters' to 'perl'
+ * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
+ * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Mon, 1 Sep 2003 11:30:12 -0500
+
+libxml-handler-trees-perl (0.02-2) unstable; urgency=low
+
+ * debian/rules: upgraded to debhelper v4
+ * debian/control: changed build dependency on debhelper accordingly
+ * debian/rules: migrated from 'dh_movefiles' to 'dh_install'
+ * debian/rules: split off 'install' target from 'binary-indep' target
+ * debian/copyright: added pointer to license
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Tue, 6 Aug 2002 20:40:20 -0500
+
+libxml-handler-trees-perl (0.02-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Mon, 31 Dec 2001 19:29:19 -0600
Added: trunk/libxml-handler-trees-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-handler-trees-perl/debian/compat?rev=10501&op=file
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/compat (added)
+++ trunk/libxml-handler-trees-perl/debian/compat Sat Dec 1 12:32:09 2007
@@ -1,0 +1,1 @@
+4
Added: trunk/libxml-handler-trees-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-handler-trees-perl/debian/control?rev=10501&op=file
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/control (added)
+++ trunk/libxml-handler-trees-perl/debian/control Sat Dec 1 12:32:09 2007
@@ -1,0 +1,26 @@
+Source: libxml-handler-trees-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1.0
+Build-Depends-Indep: debhelper (>= 4.1), perl
+
+Package: libxml-handler-trees-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module for building tree structures using PerlSAX handlers
+ This module provides three PerlSAX handler classes for building tree
+ structures. XML::Handler::Tree builds the same type of tree as the
+ "Tree" style in XML::Parser. XML::Handler::EasyTree builds the same
+ type of tree as the "EasyTree" style added to XML::Parser by
+ XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same
+ type of tree as Sean M. Burke's XML::TreeBuilder. These classes make
+ it possible to construct these tree structures from sources other
+ than XML::Parser.
+ .
+ All three handlers can be driven by either PerlSAX 1 or PerlSAX 2
+ drivers. In all cases, the end_document() method returns a reference
+ to the constructed tree, which normally becomes the return value of
+ the PerlSAX driver.
Added: trunk/libxml-handler-trees-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-handler-trees-perl/debian/copyright?rev=10501&op=file
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/copyright (added)
+++ trunk/libxml-handler-trees-perl/debian/copyright Sat Dec 1 12:32:09 2007
@@ -1,0 +1,33 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Mon, Dec 31, 2001, 19:25:12 -0600.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Authors: Eric Bohlman <ebohlman at omsdev.com>
+ Matt Sergeant <matt at sergeant.org>
+ Stuart McDow <smcdow at moontower.org>
+
+Copyright:
+
+Copyright (c) 2001 Eric Bohlman.
+
+Portions of this code Copyright (c) 2001 Matt Sergeant.
+
+Portions of this code Copyright (c) 2001 Stuart McDow.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of either:
+
+ 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"
+
+ See:
+
+ /usr/share/common-licenses/Artistic
+ /usr/share/common-licenses/GPL
+
+ For more information regarding these licensing options
Added: trunk/libxml-handler-trees-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-handler-trees-perl/debian/rules?rev=10501&op=file
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/rules (added)
+++ trunk/libxml-handler-trees-perl/debian/rules Sat Dec 1 12:32:09 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/libxml-handler-trees-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libxml-handler-trees-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-handler-trees-perl/debian/watch?rev=10501&op=file
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/watch (added)
+++ trunk/libxml-handler-trees-perl/debian/watch Sat Dec 1 12:32:09 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-Handler-Trees-([0-9].*)\.tar.gz
More information about the Pkg-perl-cvs-commits
mailing list