r49532 - in /trunk/libxml-xpath-perl/debian: changelog compat control copyright libxml-xpath-perl.docs patches/example.patch patches/series patches/spelling.patch rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Wed Dec 30 09:39:59 UTC 2009


Author: ansgar-guest
Date: Wed Dec 30 09:39:49 2009
New Revision: 49532

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49532
Log:
* Refresh debian/rules for debhelper 7.
* Convert debian/copyright to proposed machine-readable format.
* Add missing newline to error message in patches/example.patch.
  (LP: #291119)
* debian/control: Mention module name in description.
* Bump Standards-Version to 3.8.3.
* debian/control: Remove duplicate fields Section, Priority from binary
  package stanza.
* Add myself to Uploaders.
* Add patch spelling.patch: Fix several spelling errors reported by lintian.

Added:
    trunk/libxml-xpath-perl/debian/libxml-xpath-perl.docs
    trunk/libxml-xpath-perl/debian/patches/spelling.patch
Modified:
    trunk/libxml-xpath-perl/debian/changelog
    trunk/libxml-xpath-perl/debian/compat
    trunk/libxml-xpath-perl/debian/control
    trunk/libxml-xpath-perl/debian/copyright
    trunk/libxml-xpath-perl/debian/patches/example.patch
    trunk/libxml-xpath-perl/debian/patches/series
    trunk/libxml-xpath-perl/debian/rules
    trunk/libxml-xpath-perl/debian/watch

Modified: trunk/libxml-xpath-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/changelog?rev=49532&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/changelog (original)
+++ trunk/libxml-xpath-perl/debian/changelog Wed Dec 30 09:39:49 2009
@@ -1,38 +1,37 @@
-libxml-xpath-perl (1.13-7) UNRELEASED; urgency=low
+libxml-xpath-perl (1.13-7) unstable; urgency=low
 
-  NEEDS: at least work on debian/rules
-  
   [ 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.
+  * Remove changes in upstream Makefile.PL.
+  * Split out remaining changes in upstream code into patches.
+  * Add debian/README.source to document quilt usage, as required by
+    Debian Policy since 3.8.0.
+  * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ David Paleino ]
   * debian/control:
     - added myself to Uploaders
     - moved debhelper to Build-Depends, needed by clean target
     - added quilt to Build-Depends
-  * debian/rules:
-    - updated to handle quilt patch system
   * debian/patches/:
     - 01-fix_comparison_bug_RT6363.patch added (Closes: #374672)
 
-  [ gregor herrmann ]
-  * Set debhelper compatibility level to 6.
-  * Remove changes in upstream Makefile.PL.
-  * Remove debian/libxml-xpath-perl.docs, install TODO via debian/rules.
-  * Refresh debian/rules, no functional changes.
-  * Split out remaining changes in upstream code into patches; activate quilt
-    in debian/rules.
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
-  * debian/control: Added: ${misc:Depends} to Depends: field.
+  [ Ansgar Burchardt ]
+  * Refresh debian/rules for debhelper 7.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Add missing newline to error message in patches/example.patch.
+    (LP: #291119)
+  * debian/control: Mention module name in description.
+  * Bump Standards-Version to 3.8.3.
+  * debian/control: Remove duplicate fields Section, Priority from binary
+    package stanza.
+  * Add myself to Uploaders.
+  * Add patch spelling.patch: Fix several spelling errors reported by lintian.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 11 Jan 2008 01:51:59 +0100
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 30 Dec 2009 18:35:55 +0900
 
 libxml-xpath-perl (1.13-6) unstable; urgency=low
 

Modified: trunk/libxml-xpath-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/compat?rev=49532&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/compat (original)
+++ trunk/libxml-xpath-perl/debian/compat Wed Dec 30 09:39:49 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libxml-xpath-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/control?rev=49532&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/control (original)
+++ trunk/libxml-xpath-perl/debian/control Wed Dec 30 09:39:49 2009
@@ -3,21 +3,20 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- David Paleino <d.paleino at gmail.com>
-Standards-Version: 3.7.3
+ David Paleino <d.paleino at gmail.com>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/XML-XPath/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-xpath-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-xpath-perl/
-Build-Depends: debhelper (>= 6), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libxml-parser-perl
 
 Package: libxml-xpath-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl
 Description: Perl module for processing XPath
- This module implements the W3C's XPath specification.  It aims to be
- completely correct to the letter of the spec, and yet still allow
+ The XML::XPath module implements the W3C's XPath specification.  It aims to
+ be completely correct to the letter of the spec, and yet still allow
  extensions through the use of functions and variables, such as are
  provided by XSLT and XPointer.

Modified: trunk/libxml-xpath-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/copyright?rev=49532&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/copyright (original)
+++ trunk/libxml-xpath-perl/debian/copyright Wed Dec 30 09:39:49 2009
@@ -1,21 +1,29 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Tue, Jul 18, 2000, 21:32:50 +0200.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Matt Sergeant
+Upstream-Source: http://search.cpan.org/dist/XML-XPath/
+Upstream-Name: XML-XPath
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+Files: *
+Copyright: © 2000, AxKit.com Ltd.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Matt Sergeant <matt at sergeant.org>
+Files: debian/*
+Copyright:
+ © 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'
 
-This module is copyright 2000 Fastnet Software Ltd. This is free
-software, and as such comes with NO WARRANTY. No dates are used in this
-module. You may distribute this module under the terms of either the
-Gnu GPL,  or under specific licencing from Fastnet Software Ltd.
-Special free licencing consideration will be given to similarly free
-software. Please don't flame me for this licence - I've put a lot of
-hours into this code, and if someone uses my software in their product
-I expect them to have the courtesy to contact me first.
-
-On a Debian system a copy of the GNU General Public License can be
-found in the file '/usr/share/common-licenses/GPL'.
+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-xpath-perl/debian/libxml-xpath-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/libxml-xpath-perl.docs?rev=49532&op=file
==============================================================================
--- trunk/libxml-xpath-perl/debian/libxml-xpath-perl.docs (added)
+++ trunk/libxml-xpath-perl/debian/libxml-xpath-perl.docs Wed Dec 30 09:39:49 2009
@@ -1,0 +1,1 @@
+TODO

Modified: trunk/libxml-xpath-perl/debian/patches/example.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/patches/example.patch?rev=49532&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/patches/example.patch (original)
+++ trunk/libxml-xpath-perl/debian/patches/example.patch Wed Dec 30 09:39:49 2009
@@ -138,7 +138,7 @@
 +			}
 +		}
 +		else {
-+			print STDERR "No nodes found in $filename" unless $quiet;
++			print STDERR "No nodes found in $filename\n" unless $quiet;
 +		}
 +	}
 +	else {

Modified: trunk/libxml-xpath-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/patches/series?rev=49532&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/patches/series (original)
+++ trunk/libxml-xpath-perl/debian/patches/series Wed Dec 30 09:39:49 2009
@@ -1,3 +1,4 @@
 fix_comparison_bug_RT6363.patch
 example.patch
 test.patch
+spelling.patch

Added: trunk/libxml-xpath-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/patches/spelling.patch?rev=49532&op=file
==============================================================================
--- trunk/libxml-xpath-perl/debian/patches/spelling.patch (added)
+++ trunk/libxml-xpath-perl/debian/patches/spelling.patch Wed Dec 30 09:39:49 2009
@@ -1,0 +1,36 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Subject: Fix spelling errors
+Date: Wed, 30 Dec 2009 18:32:43 +0900
+
+Fix several spelling errors reported by lintian.
+--- libxml-xpath-perl.orig/XPath/Node/Element.pm
++++ libxml-xpath-perl/XPath/Node/Element.pm
+@@ -431,7 +431,7 @@
+ =head2 new ( name, prefix )
+ 
+ Create a new Element node with name "name" and prefix "prefix". The name
+-be "prefix:local" if prefix is defined. I know that sounds wierd, but it
++be "prefix:local" if prefix is defined. I know that sounds weird, but it
+ works ;-)
+ 
+ =head2 getName
+--- libxml-xpath-perl.orig/XPath/PerlSAX.pm
++++ libxml-xpath-perl/XPath/PerlSAX.pm
+@@ -130,7 +130,7 @@
+ 
+ =head1 NAME
+ 
+-XML::XPath::PerlSAX - A PerlSAX event generator for my wierd node structure
++XML::XPath::PerlSAX - A PerlSAX event generator for my weird node structure
+ 
+ =head1 SYNOPSIS
+ 
+@@ -152,7 +152,7 @@
+ =head1 DESCRIPTION
+ 
+ This module generates PerlSAX events to pass to a PerlSAX handler such
+-as XML::DOM::PerlSAX. It operates specifically on my wierd tree format.
++as XML::DOM::PerlSAX. It operates specifically on my weird tree format.
+ 
+ Unfortunately SAX doesn't seem to cope with namespaces, so these are
+ lost completely. I believe SAX2 is doing namespaces.

Modified: trunk/libxml-xpath-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/rules?rev=49532&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/rules (original)
+++ trunk/libxml-xpath-perl/debian/rules Wed Dec 30 09:39:49 2009
@@ -1,63 +1,3 @@
 #!/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.
-
-# 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
-
-include /usr/share/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	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
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -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 examples/*
-	dh_installdocs TODO
-	dh_installchangelogs
-	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
+%:
+	dh --with quilt $@

Modified: trunk/libxml-xpath-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpath-perl/debian/watch?rev=49532&op=diff
==============================================================================
--- trunk/libxml-xpath-perl/debian/watch (original)
+++ trunk/libxml-xpath-perl/debian/watch Wed Dec 30 09:39:49 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-XPath/ .*/XML-XPath-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-XPath/   .*/XML-XPath-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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