r10453 - in /trunk/libxml-filter-buffertext-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:27:46 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:27:46 2007
New Revision: 10453

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

Added:
    trunk/libxml-filter-buffertext-perl/debian/
    trunk/libxml-filter-buffertext-perl/debian/changelog
    trunk/libxml-filter-buffertext-perl/debian/compat
    trunk/libxml-filter-buffertext-perl/debian/control
    trunk/libxml-filter-buffertext-perl/debian/copyright
    trunk/libxml-filter-buffertext-perl/debian/rules   (with props)
    trunk/libxml-filter-buffertext-perl/debian/watch

Added: trunk/libxml-filter-buffertext-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-buffertext-perl/debian/changelog?rev=10453&op=file
==============================================================================
--- trunk/libxml-filter-buffertext-perl/debian/changelog (added)
+++ trunk/libxml-filter-buffertext-perl/debian/changelog Sat Dec  1 12:27:46 2007
@@ -1,0 +1,42 @@
+libxml-filter-buffertext-perl (1.01-4) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will actually work
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 26 Oct 2004 22:56:50 -0400
+
+libxml-filter-buffertext-perl (1.01-3) unstable; urgency=low
+
+  * Removed dependancy on libtest-simple-perl. (Closes: #244471)
+    - The module did not even use Test::Simple (anymore?)
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 19 Apr 2004 13:49:20 -0400
+
+libxml-filter-buffertext-perl (1.01-2) unstable; urgency=low
+
+  * New Maintainer (Closes: #210522)
+  * Updated to policy version 3.6.1.0 (No other changes)
+  * Updated CPAN download URL
+  * Updated copyright boilerplate to discuss dual nature of of the perl license
+  * Removed upstream README because all of the information was contained in the POD
+  * Removed install file as it's now handled automatically
+
+ -- Jay Bonci <jaybonci at debian.org>  Sun,  9 Nov 2003 21:41:19 -0500
+
+libxml-filter-buffertext-perl (1.01-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-filter-buffertext-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>  Wed,  3 Sep 2003 15:30:35 -0500
+
+libxml-filter-buffertext-perl (1.00-1) unstable; urgency=low
+
+  * Initial release
+    (closes: Bug#161826)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 21 Sep 2002 17:15:52 -0500

Added: trunk/libxml-filter-buffertext-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-buffertext-perl/debian/compat?rev=10453&op=file
==============================================================================
--- trunk/libxml-filter-buffertext-perl/debian/compat (added)
+++ trunk/libxml-filter-buffertext-perl/debian/compat Sat Dec  1 12:27:46 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-filter-buffertext-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-buffertext-perl/debian/control?rev=10453&op=file
==============================================================================
--- trunk/libxml-filter-buffertext-perl/debian/control (added)
+++ trunk/libxml-filter-buffertext-perl/debian/control Sat Dec  1 12:27:46 2007
@@ -1,0 +1,18 @@
+Source: libxml-filter-buffertext-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1.0
+Build-Depends-Indep: debhelper (>= 4.0), perl (>= 5.8.0-7), libxml-sax-perl (>= 0.10)
+
+Package: libxml-filter-buffertext-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libxml-sax-perl (>= 0.10)
+Description: Perl module for putting all characters into a single event
+ This module is a very simple filter.  One common cause of grief (and
+ programmer error) is that XML parsers aren't required to provide
+ character events in one chunk.  They can, but are not forced to, and
+ most don't.  This filter does the trivial but oft-repeated task of
+ putting all characters into a single event.

Added: trunk/libxml-filter-buffertext-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-buffertext-perl/debian/copyright?rev=10453&op=file
==============================================================================
--- trunk/libxml-filter-buffertext-perl/debian/copyright (added)
+++ trunk/libxml-filter-buffertext-perl/debian/copyright Sat Dec  1 12:27:46 2007
@@ -1,0 +1,25 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Sat, Sep 21, 2002, 15:55:21 -0500.
+
+It was downloaded from:
+http://search.cpan.org/dist/XML-Filter-BufferText/
+
+Upstream Author: Robin Berjon <robin at knowscape.com>
+
+Copyright:
+        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-buffertext-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-buffertext-perl/debian/rules?rev=10453&op=file
==============================================================================
--- trunk/libxml-filter-buffertext-perl/debian/rules (added)
+++ trunk/libxml-filter-buffertext-perl/debian/rules Sat Dec  1 12:27:46 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-buffertext-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libxml-filter-buffertext-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-filter-buffertext-perl/debian/watch?rev=10453&op=file
==============================================================================
--- trunk/libxml-filter-buffertext-perl/debian/watch (added)
+++ trunk/libxml-filter-buffertext-perl/debian/watch Sat Dec  1 12:27:46 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-Filter-BufferText-([0-9].*)\.tar.gz




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