diff -u libxml-nodefilter-perl-0.01/debian/watch libxml-nodefilter-perl-0.01/debian/watch --- libxml-nodefilter-perl-0.01/debian/watch +++ libxml-nodefilter-perl-0.01/debian/watch @@ -1,2 +1,2 @@ -version=2 -http://www.cpan.org/modules/by-module/XML/XML-NodeFilter-([0-9].*)\.tar.gz +version=3 +http://search.cpan.org/dist/XML-NodeFilter/ .*/XML-NodeFilter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -u libxml-nodefilter-perl-0.01/debian/changelog libxml-nodefilter-perl-0.01/debian/changelog --- libxml-nodefilter-perl-0.01/debian/changelog +++ libxml-nodefilter-perl-0.01/debian/changelog @@ -1,3 +1,27 @@ +libxml-nodefilter-perl (0.01-6) 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/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * Convert debian/copyright to proposed machine-readable format. + * debian/watch: Use extended regexp to match upstream releases. + * debian/control: mention module name in description. + * debian/control: Remove duplicate Priority and Section fields from binary + package definition. + * Refresh rules for debhelper 7. + * debian/control: Move debhelper to Build-Depends. + * Bump Standards-Version to 3.8.2. + * Add myself to Uploaders. + + -- Ansgar Burchardt Tue, 28 Jul 2009 23:31:00 +0200 + libxml-nodefilter-perl (0.01-5) unstable; urgency=low * Adds debian/watch file so uscan will actually work diff -u libxml-nodefilter-perl-0.01/debian/compat libxml-nodefilter-perl-0.01/debian/compat --- libxml-nodefilter-perl-0.01/debian/compat +++ libxml-nodefilter-perl-0.01/debian/compat @@ -1 +1 @@ -4 +7 diff -u libxml-nodefilter-perl-0.01/debian/control libxml-nodefilter-perl-0.01/debian/control --- libxml-nodefilter-perl-0.01/debian/control +++ libxml-nodefilter-perl-0.01/debian/control @@ -2,16 +2,20 @@ Section: perl Priority: optional -Maintainer: Jay Bonci -Standards-Version: 3.6.1.0 -Build-Depends-Indep: debhelper (>= 4.1), perl +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + Ansgar Burchardt +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/XML-NodeFilter/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-nodefilter-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-nodefilter-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl Package: libxml-nodefilter-perl -Section: perl -Priority: optional Architecture: all -Depends: ${perl:Depends} +Depends: ${misc: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 + The XML::NodeFilter 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. diff -u libxml-nodefilter-perl-0.01/debian/copyright libxml-nodefilter-perl-0.01/debian/copyright --- libxml-nodefilter-perl-0.01/debian/copyright +++ libxml-nodefilter-perl-0.01/debian/copyright @@ -1,25 +1,32 @@ -This package was debianized by Ardo van Rangelrooij -on Sun, Jun 8, 2003, 14:02:34 -0500. - -It was downloaded from the Comprehensive Perl Archive Network (CPAN). -Visit to find a CPAN site near you. - -Upstream Author: Christian Glahn +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Christian Glahn +Upstream-Source: http://search.cpan.org/dist/XML-NodeFilter/ +Upstream-Name: XML-NodeFilter +Files: * Copyright: + © 2002, Christian Glahn +License-Alias: Perl +License: Artistic | GPL-1+ -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'. +Files: debian/* +Copyright: + © 2003, Ardo van Rangelrooij + © 2004, Jay Bonci + © 2009, Ansgar Burchardt +License: Artistic | GPL-1+ + +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' + +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' diff -u libxml-nodefilter-perl-0.01/debian/rules libxml-nodefilter-perl-0.01/debian/rules --- libxml-nodefilter-perl-0.01/debian/rules +++ libxml-nodefilter-perl-0.01/debian/rules @@ -2,52 +2,2 @@ -# 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 +%: + dh $@