r10525 - in /trunk/libxml-nodefilter-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:34:39 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:34:39 2007
New Revision: 10525

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

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

Added: trunk/libxml-nodefilter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-nodefilter-perl/debian/changelog?rev=10525&op=file
==============================================================================
--- trunk/libxml-nodefilter-perl/debian/changelog (added)
+++ trunk/libxml-nodefilter-perl/debian/changelog Sat Dec  1 12:34:39 2007
@@ -1,0 +1,33 @@
+libxml-nodefilter-perl (0.01-5) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will actually work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 11:56:35 -0400
+
+libxml-nodefilter-perl (0.01-4) unstable; urgency=low
+
+  * New Maintainer (Closes: #210537)
+  * Policy version bump to 3.6.1.0 (No other changes)
+  * Removed .install file as it is no longer needed
+  * Updated debian/rules file to my standard template
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 10 Mar 2004 21:26:21 -0500
+
+libxml-nodefilter-perl (0.01-3) unstable; urgency=low
+
+  * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Mon,  1 Sep 2003 11:53:53 -0500
+
+libxml-nodefilter-perl (0.01-2) unstable; urgency=low
+
+  * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Mon,  1 Sep 2003 11:50:12 -0500
+
+libxml-nodefilter-perl (0.01-1) unstable; urgency=low
+
+  * Initial release
+    (closes: Bug#196383)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun,  8 Jun 2003 14:08:36 -0500

Added: trunk/libxml-nodefilter-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-nodefilter-perl/debian/compat?rev=10525&op=file
==============================================================================
--- trunk/libxml-nodefilter-perl/debian/compat (added)
+++ trunk/libxml-nodefilter-perl/debian/compat Sat Dec  1 12:34:39 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-nodefilter-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-nodefilter-perl/debian/control?rev=10525&op=file
==============================================================================
--- trunk/libxml-nodefilter-perl/debian/control (added)
+++ trunk/libxml-nodefilter-perl/debian/control Sat Dec  1 12:34:39 2007
@@ -1,0 +1,17 @@
+Source: libxml-nodefilter-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-nodefilter-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module for a generic node-filter class for DOM traversal
+ This module is a generic node-filter class for DOM traversal as
+ specified in the DOM Level 2 Traversal and Range specification.  It
+ extends that specification so this class is more easy to use for Perl
+ programmers.

Added: trunk/libxml-nodefilter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-nodefilter-perl/debian/copyright?rev=10525&op=file
==============================================================================
--- trunk/libxml-nodefilter-perl/debian/copyright (added)
+++ trunk/libxml-nodefilter-perl/debian/copyright Sat Dec  1 12:34:39 2007
@@ -1,0 +1,25 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Sun, Jun 8, 2003, 14:02:34 -0500.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Author: Christian Glahn <christian.glahn at uibk.ac.at>
+
+Copyright:
+
+Copyright (c) 2002, Christian Glahn. 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" which comes with Perl.
+
+On a Debian system the complete text of the GNU General Public License
+can be found in the file `/usr/share/common-licenses/GPL' and the
+complete text of the the Artistic Licence can be found in the file
+`/usr/share/common-licenses/Artistic'.

Added: trunk/libxml-nodefilter-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-nodefilter-perl/debian/rules?rev=10525&op=file
==============================================================================
--- trunk/libxml-nodefilter-perl/debian/rules (added)
+++ trunk/libxml-nodefilter-perl/debian/rules Sat Dec  1 12:34: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/libxml-nodefilter-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

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




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