r40911 - in /trunk/libxml-node-perl/debian: changelog compat control copyright libxml-node-perl.examples rules watch
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Tue Jul 28 15:32:15 UTC 2009
Author: ansgar-guest
Date: Tue Jul 28 15:32:01 2009
New Revision: 40911
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40911
Log:
* debian/watch: Use extended regexp to match upstream releases.
* debian/control: Mention module name in description.
* debian/control: Omit Section and Priority field from binary package
definiton
* Refresh rules for debhelper 7.
* Convert debian/copyright to proposed machine-readable format.
* Add myself to Uploaders.
* No longer install README.
* Bump Standards-Version to 3.8.2.
Added:
trunk/libxml-node-perl/debian/libxml-node-perl.examples
Modified:
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/rules
trunk/libxml-node-perl/debian/watch
Modified: trunk/libxml-node-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-node-perl/debian/changelog?rev=40911&op=diff
==============================================================================
--- trunk/libxml-node-perl/debian/changelog (original)
+++ trunk/libxml-node-perl/debian/changelog Tue Jul 28 15:32:01 2009
@@ -1,20 +1,28 @@
-libxml-node-perl (0.11-7) UNRELEASED; urgency=low
+libxml-node-perl (0.11-7) unstable; urgency=low
+ [ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza).
* Set Maintainer to Debian Perl Group.
* Use dist-based URL in debian/watch.
- * debian/rules: delete /usr/lib/perl5 only if it exists.
* Revert undocumented changes to upstream Makefile.PL; remove scripts from
/usr/share/perl5/XML in debian/rules.
- * Remove debian/libxml-node-perl.*, install docs and examples from
- debian/rules.
- * Refresh debian/rules, no functional changes.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
* debian/control: Added: ${misc:Depends} to Depends: field.
- -- gregor herrmann <gregor+debian at comodo.priv.at> Sat, 01 Dec 2007 18:55:39 +0100
+ [ Ansgar Burchardt ]
+ * debian/watch: Use extended regexp to match upstream releases.
+ * debian/control: Mention module name in description.
+ * debian/control: Omit Section and Priority field from binary package
+ definiton
+ * Refresh rules for debhelper 7.
+ * Convert debian/copyright to proposed machine-readable format.
+ * Add myself to Uploaders.
+ * No longer install README.
+ * Bump Standards-Version to 3.8.2.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org> Tue, 28 Jul 2009 17:30:12 +0200
libxml-node-perl (0.11-6) unstable; urgency=low
Modified: trunk/libxml-node-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-node-perl/debian/compat?rev=40911&op=diff
==============================================================================
--- trunk/libxml-node-perl/debian/compat (original)
+++ trunk/libxml-node-perl/debian/compat Tue Jul 28 15:32:01 2009
@@ -1,1 +1,1 @@
-4
+7
Modified: trunk/libxml-node-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-node-perl/debian/control?rev=40911&op=diff
==============================================================================
--- trunk/libxml-node-perl/debian/control (original)
+++ trunk/libxml-node-perl/debian/control Tue Jul 28 15:32:01 2009
@@ -2,20 +2,20 @@
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Standards-Version: 3.6.1
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/XML-Node/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-node-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-node-perl/
-Build-Depends-Indep: debhelper (>= 4.1), perl, libxml-parser-perl
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl, libxml-parser-perl
Package: libxml-node-perl
-Section: perl
-Priority: optional
Architecture: all
Depends: ${misc: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
+ The XML::Node 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
Modified: trunk/libxml-node-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-node-perl/debian/copyright?rev=40911&op=diff
==============================================================================
--- trunk/libxml-node-perl/debian/copyright (original)
+++ trunk/libxml-node-perl/debian/copyright Tue Jul 28 15:32:01 2009
@@ -1,28 +1,31 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Tue, 16 Nov, 1999, 19:22:10 +0100.
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Chang Liu
+Upstream-Source: http://search.cpan.org/dist/XML-Node/
+Upstream-Name: XML-Node
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+Files: *
+Copyright: © 1999-2001, Chang Liu
+License-Alias: Perl
+License: Artistic | GPL-1+
-Upstream Author: Chang Liu <liu at ics.uci.edu>
+Files: debian/*
+Copyright:
+ © 1999-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2004-2005, Jay Bonci <jaybonci at debian.org>
+ © 2009, Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
-Copyright:
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
-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
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
Added: trunk/libxml-node-perl/debian/libxml-node-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-node-perl/debian/libxml-node-perl.examples?rev=40911&op=file
==============================================================================
--- trunk/libxml-node-perl/debian/libxml-node-perl.examples (added)
+++ trunk/libxml-node-perl/debian/libxml-node-perl.examples Tue Jul 28 15:32:01 2009
@@ -1,0 +1,4 @@
+foo.xml
+orders.xml
+parse-foo.pl
+parse-orders.pl
Modified: trunk/libxml-node-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-node-perl/debian/rules?rev=40911&op=diff
==============================================================================
--- trunk/libxml-node-perl/debian/rules (original)
+++ trunk/libxml-node-perl/debian/rules Tue Jul 28 15:32:01 2009
@@ -1,63 +1,7 @@
#!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
+%:
+ dh $@
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
- dh_testdir
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE)
- $(MAKE) test
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
- dh_clean build-stamp install-stamp
- [ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
- # Add commands to install the package into $(TMP) here
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
- $(RM) $(TMP)/usr/share/perl5/XML/*.pl
- [ ! -d $(TMP)/usr/lib/perl5 ] || \
- rmdir --ignore-fail-on-non-empty --parents --verbose \
- $(TMP)/usr/lib/perl5
- touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installexamples foo.xml orders.xml parse-foo.pl parse-orders.pl
- dh_installdocs README
- dh_installchangelogs Changes
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+override_dh_auto_install:
+ dh_auto_install
+ $(RM) debian/libxml-node-perl/usr/share/perl5/XML/*.pl
Modified: trunk/libxml-node-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-node-perl/debian/watch?rev=40911&op=diff
==============================================================================
--- trunk/libxml-node-perl/debian/watch (original)
+++ trunk/libxml-node-perl/debian/watch Tue Jul 28 15:32:01 2009
@@ -1,2 +1,2 @@
version=3
-http://search.cpan.org/dist/XML-Node/ .*/XML-Node-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-Node/ .*/XML-Node-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list