diff -Nru libdir-purge-perl-1.02/debian/changelog libdir-purge-perl-1.02/debian/changelog --- libdir-purge-perl-1.02/debian/changelog 2016-11-26 06:57:36.000000000 +0000 +++ libdir-purge-perl-1.02/debian/changelog 2016-11-25 20:14:22.000000000 +0000 @@ -1,3 +1,46 @@ +libdir-purge-perl (1.02-3) unstable; urgency=medium + + * Team upload + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * Change my email address. + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ gregor herrmann ] + * debian/control: update {versioned,alternative} (build) dependencies. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * Remove Deepak Tripathi from Uploaders. Thanks for your work! + + [ Florian Schlichting ] + * Switch to source format 3.0 (quilt) + * Switch to short-form debian/rules + * Bump dh compat to level 9 + * Convert d/copryright to copyright-format 1.0 + * Declare compliance with Debian Policy 3.9.8 + + -- Florian Schlichting Fri, 25 Nov 2016 21:14:22 +0100 + libdir-purge-perl (1.02-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser diff -Nru libdir-purge-perl-1.02/debian/compat libdir-purge-perl-1.02/debian/compat --- libdir-purge-perl-1.02/debian/compat 2016-11-26 06:57:36.000000000 +0000 +++ libdir-purge-perl-1.02/debian/compat 2016-11-25 20:10:32.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru libdir-purge-perl-1.02/debian/control libdir-purge-perl-1.02/debian/control --- libdir-purge-perl-1.02/debian/control 2016-11-26 06:57:36.000000000 +0000 +++ libdir-purge-perl-1.02/debian/control 2016-11-25 20:14:13.000000000 +0000 @@ -1,20 +1,21 @@ Source: libdir-purge-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 5.0.0) -Build-Depends-Indep: perl (>= 5.8.8-7) -Maintainer: Debian Perl Group -Uploaders: Deepak Tripathi , - gregor herrmann -Standards-Version: 3.7.3 -Homepage: http://search.cpan.org/dist/Dir-Purge/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdir-purge-perl/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdir-purge-perl/ +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdir-purge-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdir-purge-perl.git +Homepage: https://metacpan.org/release/Dir-Purge Package: libdir-purge-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} -Description: Purge directories to a given number of files +Depends: ${perl:Depends}, + ${misc:Depends} +Description: Purge directories to a given number of files Dir::Purge implements functions to reduce the number of files in a directory according to a strategy. It currently provides one strategy: removal of files by age. diff -Nru libdir-purge-perl-1.02/debian/copyright libdir-purge-perl-1.02/debian/copyright --- libdir-purge-perl-1.02/debian/copyright 2016-11-26 06:57:36.000000000 +0000 +++ libdir-purge-perl-1.02/debian/copyright 2016-11-25 20:13:24.000000000 +0000 @@ -1,19 +1,31 @@ -This is the debian package for the Dir-Purge module. -It was created by Deepak Tripathi using dh-make-perl. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/Dir-Purge +Upstream-Contact: Johan Vromans (jvromans@squirrel.nl) +Upstream-Name: Dir-Purge -Upstream source location: http://search.cpan.org/dist/Dir-Purge/ +Files: * +Copyright: 2000, 2005 by Squirrel Consultancy +License: Artistic or GPL-1+ -The upstream author is: -Johan Vromans (jvromans@squirrel.nl) wrote this module. +Files: debian/* +Copyright: 2007, Deepak Tripathi + 2008, gregor herrmann + 2008, gregor herrmann + 2016, Florian Schlichting +License: Artistic or GPL-1+ -Copyright (c) 2000, 2005 by Squirrel Consultancy. All rights reserved.This -program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. +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'. -The full text of the license can be found in the LICENSE file included -with this module. - -Perl is distributed under your choice of the GNU General Public License or -the Artistic License. On Debian GNU/Linux systems, the complete text of the -GNU General Public License can be found in `/usr/share/common-licenses/GPL' -and the Artistic Licence 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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libdir-purge-perl-1.02/debian/rules libdir-purge-perl-1.02/debian/rules --- libdir-purge-perl-1.02/debian/rules 2016-11-26 06:57:36.000000000 +0000 +++ libdir-purge-perl-1.02/debian/rules 2016-11-25 20:12:01.000000000 +0000 @@ -1,70 +1,4 @@ #!/usr/bin/make -f -# This debian/rules file is provided as a template for normal perl -# packages. It was created by Marc Brockschmidt 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 - -PACKAGE=$(shell dh_listpackages) - -ifndef PERL -PERL = /usr/bin/perl -endif - -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 - - $(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_installdocs README - dh_installchangelogs CHANGES - dh_perl - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +%: + dh $@ diff -Nru libdir-purge-perl-1.02/debian/source/format libdir-purge-perl-1.02/debian/source/format --- libdir-purge-perl-1.02/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libdir-purge-perl-1.02/debian/source/format 2016-11-25 20:11:58.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libdir-purge-perl-1.02/debian/watch libdir-purge-perl-1.02/debian/watch --- libdir-purge-perl-1.02/debian/watch 2016-11-26 06:57:36.000000000 +0000 +++ libdir-purge-perl-1.02/debian/watch 2014-03-04 10:37:38.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Dir-Purge/ .*/Dir-Purge-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Dir-Purge .*/Dir-Purge-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)