diff -Nru libtemplate-timer-perl-1.00/debian/changelog libtemplate-timer-perl-1.00/debian/changelog --- libtemplate-timer-perl-1.00/debian/changelog 2011-10-17 15:01:28.000000000 +0000 +++ libtemplate-timer-perl-1.00/debian/changelog 2011-09-18 10:01:35.000000000 +0000 @@ -1,3 +1,21 @@ +libtemplate-timer-perl (1.00-2) unstable; urgency=low + + [ gregor herrmann ] + * Remove Florian Ragwitz from Uploaders (closes: #523264). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Update my email address. + * debian/control: Convert Vcs-* fields to Git. + * Use source format 3.0 (quilt). + * debian/copyright: Formatting changes. + * Use tiny debian/rules with debhelper 8. + * Bump Standards-Version to 3.9.2. + + -- Ansgar Burchardt Sun, 18 Sep 2011 12:01:32 +0200 + libtemplate-timer-perl (1.00-1) unstable; urgency=low [ gregor herrmann ] diff -Nru libtemplate-timer-perl-1.00/debian/compat libtemplate-timer-perl-1.00/debian/compat --- libtemplate-timer-perl-1.00/debian/compat 2011-10-17 15:01:28.000000000 +0000 +++ libtemplate-timer-perl-1.00/debian/compat 2011-09-18 10:00:32.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru libtemplate-timer-perl-1.00/debian/control libtemplate-timer-perl-1.00/debian/control --- libtemplate-timer-perl-1.00/debian/control 2011-10-17 15:01:28.000000000 +0000 +++ libtemplate-timer-perl-1.00/debian/control 2011-09-18 10:01:06.000000000 +0000 @@ -2,14 +2,13 @@ Section: perl Priority: optional Maintainer: Debian Perl Group -Uploaders: Florian Ragwitz , - Ansgar Burchardt -Build-Depends: debhelper (>= 7) +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtemplate-perl, libtest-pod-perl (>= 1.14) -Standards-Version: 3.8.0 +Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Template-Timer/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-timer-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-timer-perl/ +Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-timer-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-timer-perl.git Package: libtemplate-timer-perl Architecture: all diff -Nru libtemplate-timer-perl-1.00/debian/copyright libtemplate-timer-perl-1.00/debian/copyright --- libtemplate-timer-perl-1.00/debian/copyright 2011-10-17 15:01:28.000000000 +0000 +++ libtemplate-timer-perl-1.00/debian/copyright 2011-09-18 10:00:04.000000000 +0000 @@ -1,26 +1,31 @@ -Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228 -Upstream-Name: Template-Timple -Upstream-Maintainer: Andy Lester -Upstream-Source: http://search.cpan.org/dist/Template-Timer/ +Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59 +Name: Template-Timple +Maintainer: Andy Lester +Source: http://search.cpan.org/dist/Template-Timer/ Files: * -Copyright: © 2004-2009, Andy Lester -License: GPL-3 | Artistic - This library is free software; you can redistribute it and/or modify - it under the terms of either the GNU Public License v3, or the Artistic - License 2.0. - . - On Debian GNU/Linux systems, the complete text of the GNU General Public - License v3 can be found in `/usr/share/common-licenses/GPL-3' and the - Artistic Licence in `/usr/share/common-licenses/Artistic'. +Copyright: 2004-2009, Andy Lester +License: Artistic or GPL-3 Files: debian/* Copyright: - © 2005-2006, Florian Ragwitz - © 2008, Mark Hymers - © 2008, gregor herrmann - © 2008, Ansgar Burchardt -License: GPL-3 | Artistic - It is assumed that all contributors put their work under the same license - as the module itself. + 2005-2006, Florian Ragwitz + 2008, Mark Hymers + 2008, gregor herrmann + 2008, Ansgar Burchardt +License: Artistic or GPL-3 + +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 systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. +License: GPL-3 + 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; version 3 dated June, 2007. + . + On Debian systems, the complete text of version 3 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-3'. diff -Nru libtemplate-timer-perl-1.00/debian/rules libtemplate-timer-perl-1.00/debian/rules --- libtemplate-timer-perl-1.00/debian/rules 2011-10-17 15:01:28.000000000 +0000 +++ libtemplate-timer-perl-1.00/debian/rules 2011-09-18 10:00:30.000000000 +0000 @@ -1,23 +1,4 @@ #!/usr/bin/make -f -build: build-stamp -build-stamp: - dh build - touch $@ - -clean: +%: dh $@ - -install: install-stamp -install-stamp: build-stamp - dh install - touch $@ - -binary-arch: - -binary-indep: install - dh $@ - -binary: binary-arch binary-indep - -.PHONY: binary binary-arch binary-indep install clean build diff -Nru libtemplate-timer-perl-1.00/debian/source/format libtemplate-timer-perl-1.00/debian/source/format --- libtemplate-timer-perl-1.00/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libtemplate-timer-perl-1.00/debian/source/format 2011-10-17 15:01:29.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libtemplate-timer-perl-1.00/debian/watch libtemplate-timer-perl-1.00/debian/watch --- libtemplate-timer-perl-1.00/debian/watch 2011-10-17 15:01:28.000000000 +0000 +++ libtemplate-timer-perl-1.00/debian/watch 2011-09-18 09:54:42.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Template-Timer/ .+/Template-Timer-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +http://search.cpan.org/dist/Template-Timer/ .+/Template-Timer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$