r10519 - in /trunk/libxml-node-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/libxml-node-perl.docs debian/libxml-node-perl.examples debian/rules debian/watch

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


Author: vdanjean
Date: Sat Dec  1 12:34:08 2007
New Revision: 10519

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

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

Modified: trunk/libxml-node-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libxml-node-perl/Makefile.PL?rev=10519&op=diff
==============================================================================
--- trunk/libxml-node-perl/Makefile.PL (original)
+++ trunk/libxml-node-perl/Makefile.PL Sat Dec  1 12:34:08 2007
@@ -1,7 +1,8 @@
-use ExtUtils::MakeMaker;
-
-WriteMakefile(
-	      NAME      => 'XML::Node',
-#	      MAN3PODS  => 'Node.pm',
-	      VERSION_FROM => 'Node.pm',
-	      );
+use ExtUtils::MakeMaker;
+
+WriteMakefile(
+	      NAME      => 'XML::Node',
+#	      MAN3PODS  => 'Node.pm',
+	      VERSION_FROM => 'Node.pm',
+	      PM => { 'Node.pm' => '$(INST_LIBDIR)/Node.pm', },
+	      );

Added: trunk/libxml-node-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-node-perl/debian/changelog?rev=10519&op=file
==============================================================================
--- trunk/libxml-node-perl/debian/changelog (added)
+++ trunk/libxml-node-perl/debian/changelog Sat Dec  1 12:34:08 2007
@@ -1,0 +1,101 @@
+libxml-node-perl (0.11-6) unstable; urgency=low
+
+  * Expanded debian/watch so uupdate will also work
+  * Grammar fix in description. (Closes: #300029)
+
+ -- Jay Bonci <jaybonci at debian.org>  Fri, 18 Mar 2005 13:39:31 -0500
+
+libxml-node-perl (0.11-5) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 11:50:13 -0400
+
+libxml-node-perl (0.11-4) unstable; urgency=low
+
+  * New Maintainer (Closes: #210536)
+  * Clarified copyright file to specify dual nature of the Perl license
+  * Moved over to my standard rules file
+  * Removed install file, as it's not needed
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 10 Mar 2004 19:08:09 -0500
+
+libxml-node-perl (0.11-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-node-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>  Thu,  4 Sep 2003 22:09:40 -0500
+
+libxml-node-perl (0.11-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>  Thu,  8 Aug 2002 20:11:47 -0500
+
+libxml-node-perl (0.11-1) unstable; urgency=low
+
+  * New upstream release
+    (closes: Bug#109754, Bug#109757)
+  * debian/control: upgraded to Debian Policy 3.5.6
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Tue, 11 Dec 2001 19:20:24 -0600
+
+libxml-node-perl (0.10-6) unstable; urgency=low
+
+  * debian/control: upgraded to Debian Policy 3.5.5
+  * debian/control: upgraded to Debian Perl Policy 1.20
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun,  2 Sep 2001 17:19:34 -0500
+
+libxml-node-perl (0.10-5) unstable; urgency=low
+
+  * debian/control: updated debhelper dependency to remove dh_testversion
+  * debian/control: upgraded to Debian Policy 3.5.2
+  * debian/control: upgraded to Debian Perl Policy 1.17
+  * debian/rules: upgraded to Debian Perl Policy 1.17
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 15 Apr 2001 17:53:37 -0500
+
+libxml-node-perl (0.10-4) unstable; urgency=low
+
+  * debian/rules: added forgotten test for debhelper v3
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Wed, 17 Jan 2001 14:44:38 -0600
+
+libxml-node-perl (0.10-3) unstable; urgency=low
+
+  * debian/control: upgraded to Debian Policy 3.2.1
+  * debian/rules: upgraded to debhelper v3
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Wed, 17 Jan 2001 13:30:19 -0600
+
+libxml-node-perl (0.10-2) unstable; urgency=low
+
+  * debian/control: updated short description
+  * debian/control: updated long description
+  * debian/control: upgraded to Debian Policy 3.1.1
+  * debian/copyright: updated
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 17 Jun 2000 19:20:18 +0200
+
+libxml-node-perl (0.10-1) unstable; urgency=low
+
+  * New upstream releaase
+    (closes: Bug#58701)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 25 Mar 2000 17:56:05 +0100
+
+libxml-node-perl (0.09-1) unstable; urgency=low
+
+  * Initial Release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Tue, 16 Nov 1999 19:16:56 +0100

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

Added: trunk/libxml-node-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-node-perl/debian/control?rev=10519&op=file
==============================================================================
--- trunk/libxml-node-perl/debian/control (added)
+++ trunk/libxml-node-perl/debian/control Sat Dec  1 12:34:08 2007
@@ -1,0 +1,18 @@
+Source: libxml-node-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>= 4.1), perl, libxml-parser-perl
+
+Package: libxml-node-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libxml-parser-perl
+Description: Perl module for parsing XML files node based
+ This module allows you to register callback functions or variables
+ for any XML node.  If you register a call back function, it will be
+ called when the node of the type you specified are encountered.  If
+ you register a variable, the content of an XML node will be appended
+ to that variable automatically.

Added: trunk/libxml-node-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-node-perl/debian/copyright?rev=10519&op=file
==============================================================================
--- trunk/libxml-node-perl/debian/copyright (added)
+++ trunk/libxml-node-perl/debian/copyright Sat Dec  1 12:34:08 2007
@@ -1,0 +1,28 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Tue, 16 Nov, 1999, 19:22:10 +0100.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Author: Chang Liu <liu at ics.uci.edu>
+
+Copyright:
+
+Copyright (c)  1999,2000 Chang  Liu 
+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-node-perl/debian/libxml-node-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libxml-node-perl/debian/libxml-node-perl.docs?rev=10519&op=file
==============================================================================
--- trunk/libxml-node-perl/debian/libxml-node-perl.docs (added)
+++ trunk/libxml-node-perl/debian/libxml-node-perl.docs Sat Dec  1 12:34:08 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libxml-node-perl/debian/libxml-node-perl.examples
URL: http://svn.debian.org/wsvn/trunk/libxml-node-perl/debian/libxml-node-perl.examples?rev=10519&op=file
==============================================================================
--- trunk/libxml-node-perl/debian/libxml-node-perl.examples (added)
+++ trunk/libxml-node-perl/debian/libxml-node-perl.examples Sat Dec  1 12:34:08 2007
@@ -1,0 +1,4 @@
+foo.xml
+orders.xml
+parse-foo.pl
+parse-orders.pl

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

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




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