diff -u libxml-handler-printevents-perl-0.01/debian/watch libxml-handler-printevents-perl-0.01/debian/watch --- libxml-handler-printevents-perl-0.01/debian/watch +++ libxml-handler-printevents-perl-0.01/debian/watch @@ -1,2 +1,2 @@ -version=2 -http://www.cpan.org/modules/by-module/XML/XML-Handler-PrintEvents-([0-9].*)\.tar.gz +version=3 +http://search.cpan.org/dist/XML-Handler-PrintEvents/ .*/XML-Handler-PrintEvents-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -u libxml-handler-printevents-perl-0.01/debian/changelog libxml-handler-printevents-perl-0.01/debian/changelog --- libxml-handler-printevents-perl-0.01/debian/changelog +++ libxml-handler-printevents-perl-0.01/debian/changelog @@ -1,3 +1,25 @@ +libxml-handler-printevents-perl (0.01-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/control: Added: ${misc:Depends} to Depends: field. + + [ Ansgar Burchardt ] + * Refresh rules for debhelper 7. + * Convert debian/copyright to proposed machine-readable format. + * debian/watch: Use extended regular expression to match upstream releases. + * debian/control: Remove duplicate Section, Priority fields from binary + package stanza. + * debian/control: Move debhelper to Build-Depends (instead of B-D-Indep). + * debian/control: Mention module name in description. + * Bump Standards-Version to 3.8.3. + * Add myself to Uploaders. + + -- Ansgar Burchardt Sun, 17 Jan 2010 13:34:11 +0900 + libxml-handler-printevents-perl (0.01-6) unstable; urgency=low * Adds debian/watch file so uscan will work diff -u libxml-handler-printevents-perl-0.01/debian/compat libxml-handler-printevents-perl-0.01/debian/compat --- libxml-handler-printevents-perl-0.01/debian/compat +++ libxml-handler-printevents-perl-0.01/debian/compat @@ -1 +1 @@ -4 +7 diff -u libxml-handler-printevents-perl-0.01/debian/control libxml-handler-printevents-perl-0.01/debian/control --- libxml-handler-printevents-perl-0.01/debian/control +++ libxml-handler-printevents-perl-0.01/debian/control @@ -4,15 +4,19 @@ -Maintainer: Jay Bonci -Standards-Version: 3.6.1.0 -Build-Depends-Indep: debhelper (>= 4.1), perl, libxml-filter-saxt-perl +Maintainer: Debian Perl Group +Uploaders: Jay Bonci , + Ansgar Burchardt +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/XML-Handler-PrintEvents/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-handler-printevents-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-handler-printevents-perl/ +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libxml-filter-saxt-perl Package: libxml-handler-printevents-perl -Section: perl -Priority: optional Architecture: all -Depends: ${perl:Depends}, libxml-filter-saxt-perl +Depends: ${misc:Depends}, ${perl:Depends}, libxml-filter-saxt-perl Conflicts: libxml-enno-perl Replaces: libxml-enno-perl Description: Perl module for printing PerlSAX events (for debugging) - This module prints the PerlSAX events it receives to STDOUT. It can - be useful when debugging PerlSAX filters. It supports all PerlSAX - handler including ignorable_whitespace. + The XML::Handler::PrintEvents module prints the PerlSAX events it receives + to STDOUT. It can be useful when debugging PerlSAX filters. It supports + all PerlSAX handler including ignorable_whitespace. diff -u libxml-handler-printevents-perl-0.01/debian/copyright libxml-handler-printevents-perl-0.01/debian/copyright --- libxml-handler-printevents-perl-0.01/debian/copyright +++ libxml-handler-printevents-perl-0.01/debian/copyright @@ -1,24 +1,29 @@ -This package was debianized by Ardo van Rangelrooij -on Mon, Sep 3, 2001, 12:28:02 -0500. - -It was downloaded from the Comprehensive Perl Archive Network (CPAN). -Visit to find a CPAN site near you. - -Upstream Author: Enno Derksen +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: T.J. Mather +Source: http://search.cpan.org/dist/XML-Handler-PrintEvents/ +Name: XML-Handler-PrintEvents + +Copyright: © 1999-2000, Enno Derksen +License-Alias: Perl +License: Artistic | GPL-1+ +Files: debian/* Copyright: - 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 + © 2001-2003, Ardo van Rangelrooij + © 2004, Jay Bonci + © 2010, 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-handler-printevents-perl-0.01/debian/rules libxml-handler-printevents-perl-0.01/debian/rules --- libxml-handler-printevents-perl-0.01/debian/rules +++ libxml-handler-printevents-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 $@