r10549 - in /trunk/libxml-sax-machines-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/libxml-sax-machines-perl.examples debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:36:51 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:36:51 2007
New Revision: 10549

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

Added:
    trunk/libxml-sax-machines-perl/debian/
    trunk/libxml-sax-machines-perl/debian/changelog
    trunk/libxml-sax-machines-perl/debian/compat
    trunk/libxml-sax-machines-perl/debian/control
    trunk/libxml-sax-machines-perl/debian/copyright
    trunk/libxml-sax-machines-perl/debian/libxml-sax-machines-perl.examples
    trunk/libxml-sax-machines-perl/debian/rules   (with props)
    trunk/libxml-sax-machines-perl/debian/watch
Modified:
    trunk/libxml-sax-machines-perl/Makefile.PL

Modified: trunk/libxml-sax-machines-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/Makefile.PL?rev=10549&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/Makefile.PL (original)
+++ trunk/libxml-sax-machines-perl/Makefile.PL Sat Dec  1 12:36:51 2007
@@ -47,5 +47,5 @@
 ## NOTE THE LITERAL TABS!!
 sub MY::postamble { return <<'POSTAMBLE_END' }
 install_site_config:
-	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -I$(INST_LIB) -I$(INSTALLSITELIB) -MXML::SAX::Machines::ConfigHelper -we 'XML::SAX::Machines::ConfigHelper::_write_site_config_if_absent(shift)' $(INSTALLSITELIB)
+	$(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) -I$(INST_LIB) -I$(INSTALLVENDORLIB) -MXML::SAX::Machines::ConfigHelper -we 'XML::SAX::Machines::ConfigHelper::_write_site_config_if_absent(shift)' $(INSTALLVENDORLIB)
 POSTAMBLE_END

Added: trunk/libxml-sax-machines-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/changelog?rev=10549&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/changelog (added)
+++ trunk/libxml-sax-machines-perl/debian/changelog Sat Dec  1 12:36:51 2007
@@ -1,0 +1,43 @@
+libxml-sax-machines-perl (0.41-2) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 12:52:44 -0400
+
+libxml-sax-machines-perl (0.41-1) unstable; urgency=low
+
+  * New upstream version
+  * New maintainer (Closes: #210542)
+  * Bumped policy-version to 3.6.1.0 (No other changes)
+  * Clarified copyright to current version (No more BSD license option)
+  * Removed .install file as it is no longer needed
+  * Migrated over to my standard rules template
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 15 Mar 2004 14:25:20 -0500
+
+libxml-sax-machines-perl (0.40-1) unstable; urgency=low
+
+  * New upstream release
+  * 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-sax-machines-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>  Sat,  6 Sep 2003 10:57:48 -0500
+
+libxml-sax-machines-perl (0.38-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright: added pointer to license
+    (closes: Bug#157676)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Wed, 25 Sep 2002 06:52:19 -0500
+
+libxml-sax-machines-perl (0.34-1) unstable; urgency=low
+
+  * Initial release
+    (closes: Bug#151951)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Thu,  4 Jul 2002 15:26:17 -0500

Added: trunk/libxml-sax-machines-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/compat?rev=10549&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/compat (added)
+++ trunk/libxml-sax-machines-perl/debian/compat Sat Dec  1 12:36:51 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-sax-machines-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/control?rev=10549&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/control (added)
+++ trunk/libxml-sax-machines-perl/debian/control Sat Dec  1 12:36:51 2007
@@ -1,0 +1,25 @@
+Source: libxml-sax-machines-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, libxml-sax-perl (>= 0.10), libxml-sax-writer-perl (>= 0.42)
+
+Package: libxml-sax-machines-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libxml-sax-perl (>= 0.10), libxml-sax-writer-perl (>= 0.42)
+Description: Perl modules for managing collections of SAX processors
+ These modules provide a collection of APIs that allow complex SAX
+ machines to be constructed without a huge amount of extra typing.
+ .
+ SAX machines are a way to gather and manage SAX processors without
+ going nuts.  Or at least without going completely nuts.  Individual
+ machines can also be like SAX processors; they don't need to parse or
+ write anything:
+ .
+   my $w = XML::SAX::Writer->new( Output => \*STDOUT );
+   my $m = Pipeline( "My::Filter1", "My::Filter2", { Handler => $w } );
+   my $p = XML::SAX::ParserFactory->new( handler => $p );
+

Added: trunk/libxml-sax-machines-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/copyright?rev=10549&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/copyright (added)
+++ trunk/libxml-sax-machines-perl/debian/copyright Sat Dec  1 12:36:51 2007
@@ -1,0 +1,18 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Thu, Jul  4, 2002, 13:30:04 -5600.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Authors: Barrie Slaymaker <barries at slaysys.com>
+
+Copyright:
+
+Copyright 2002, Barrie Slaymaker, All Rights Reserved.
+
+You may use this module under the terms of the Artistic or GPL
+
+On a Debian system a copy of these licenses can be found at
+/usr/share/common-licenses/Artistic
+or
+/usr/share/common-licenses/GPL

Added: trunk/libxml-sax-machines-perl/debian/libxml-sax-machines-perl.examples
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/libxml-sax-machines-perl.examples?rev=10549&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/libxml-sax-machines-perl.examples (added)
+++ trunk/libxml-sax-machines-perl/debian/libxml-sax-machines-perl.examples Sat Dec  1 12:36:51 2007
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libxml-sax-machines-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/rules?rev=10549&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/rules (added)
+++ trunk/libxml-sax-machines-perl/debian/rules Sat Dec  1 12:36:51 2007
@@ -1,0 +1,54 @@
+#!/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_installexamples
+	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-sax-machines-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libxml-sax-machines-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-machines-perl/debian/watch?rev=10549&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/watch (added)
+++ trunk/libxml-sax-machines-perl/debian/watch Sat Dec  1 12:36:51 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-SAX-Machines-([0-9].*)\.tar.gz




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