r10471 - in /trunk/libxml-filter-saxt-perl/debian: ./ changelog compat control copyright rules watch
vdanjean at users.alioth.debian.org
vdanjean at users.alioth.debian.org
Sat Dec 1 12:29:23 UTC 2007
Author: vdanjean
Date: Sat Dec 1 12:29:23 2007
New Revision: 10471
URL: http://svn.debian.org/wsvn/?sc=1&rev=10471
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libxml-filter-saxt-perl/debian/
trunk/libxml-filter-saxt-perl/debian/changelog
trunk/libxml-filter-saxt-perl/debian/compat
trunk/libxml-filter-saxt-perl/debian/control
trunk/libxml-filter-saxt-perl/debian/copyright
trunk/libxml-filter-saxt-perl/debian/rules (with props)
trunk/libxml-filter-saxt-perl/debian/watch
Added: trunk/libxml-filter-saxt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-saxt-perl/debian/changelog?rev=10471&op=file
==============================================================================
--- trunk/libxml-filter-saxt-perl/debian/changelog (added)
+++ trunk/libxml-filter-saxt-perl/debian/changelog Sat Dec 1 12:29:23 2007
@@ -1,0 +1,50 @@
+libxml-filter-saxt-perl (0.01-6) unstable; urgency=low
+
+ * Added debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org> Wed, 27 Oct 2004 10:49:33 -0400
+
+libxml-filter-saxt-perl (0.01-5) unstable; urgency=low
+
+ * New maintainer (Closes: #210525)
+ * Bumped policy-version to 3.6.1.0 (no other changes)
+ * Updated CPAN url to point to actual module page
+ * Clarified license boilerplate to explicate the dual nature of the perl license
+ * Removed upstream README from the distribution as it doesn't contain any info outside of the POD
+ * Removed the install file as it is contained in the build process
+ * Changed over to my standard rules template
+
+ -- Jay Bonci <jaybonci at debian.org> Mon, 10 Nov 2003 00:26:52 -0500
+
+libxml-filter-saxt-perl (0.01-4) 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-filter-saxt-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:21:57 -0500
+
+libxml-filter-saxt-perl (0.01-3) 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:30:02 -0500
+
+libxml-filter-saxt-perl (0.01-2) unstable; urgency=low
+
+ * debian/control: upgraded to Debian Policy 3.5.6
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Sun, 23 Dec 2001 18:03:17 -0600
+
+libxml-filter-saxt-perl (0.01-1) unstable; urgency=low
+
+ * Initial release as a separate package
+
+ -- Ardo van Rangelrooij <ardo at debian.org> Mon, 3 Sep 2001 12:06:28 -0500
Added: trunk/libxml-filter-saxt-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-saxt-perl/debian/compat?rev=10471&op=file
==============================================================================
--- trunk/libxml-filter-saxt-perl/debian/compat (added)
+++ trunk/libxml-filter-saxt-perl/debian/compat Sat Dec 1 12:29:23 2007
@@ -1,0 +1,1 @@
+4
Added: trunk/libxml-filter-saxt-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-saxt-perl/debian/control?rev=10471&op=file
==============================================================================
--- trunk/libxml-filter-saxt-perl/debian/control (added)
+++ trunk/libxml-filter-saxt-perl/debian/control Sat Dec 1 12:29:23 2007
@@ -1,0 +1,25 @@
+Source: libxml-filter-saxt-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-filter-saxt-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}
+Conflicts: libxml-enno-perl
+Replaces: libxml-enno-perl
+Description: Perl module for replicating events to several event handlers
+ This module is like the Unix 'tee' command in that it multiplexes the
+ input stream to several output streams. In this case, the input
+ stream is a PerlSAX event producer (like XML::Parser::PerlSAX) and
+ the output streams are PerlSAX handlers or filters.
+ .
+ The SAXT constructor takes a list of hash references. Each hash
+ specifies an output handler. The hash keys can be: DocumentHandler,
+ DTDHandler, EntityResolver or Handler, where Handler is a combination
+ of the previous three and acts as the default handler. E.g. if
+ DocumentHandler is not specified, it will try to use Handler.
Added: trunk/libxml-filter-saxt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-saxt-perl/debian/copyright?rev=10471&op=file
==============================================================================
--- trunk/libxml-filter-saxt-perl/debian/copyright (added)
+++ trunk/libxml-filter-saxt-perl/debian/copyright Sat Dec 1 12:29:23 2007
@@ -1,0 +1,29 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Mon, Sep 3, 2001, 12:05:42 -0500.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN):
+http://search.cpan.org/dist/XML-Filter-SAXT/
+
+Upstream Author: Enno Derksen <enno at att.com>
+
+Copyright:
+
+Copyright (c) 1999,2000 Enno Derksen
+All rights reserved.
+
+ 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-filter-saxt-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-saxt-perl/debian/rules?rev=10471&op=file
==============================================================================
--- trunk/libxml-filter-saxt-perl/debian/rules (added)
+++ trunk/libxml-filter-saxt-perl/debian/rules Sat Dec 1 12:29:23 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-filter-saxt-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libxml-filter-saxt-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-saxt-perl/debian/watch?rev=10471&op=file
==============================================================================
--- trunk/libxml-filter-saxt-perl/debian/watch (added)
+++ trunk/libxml-filter-saxt-perl/debian/watch Sat Dec 1 12:29:23 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-Filter-SAXT-([0-9].*)\.tar.gz
More information about the Pkg-perl-cvs-commits
mailing list