diff -Nru libbenchmark-progressbar-perl-0.00001/debian/changelog libbenchmark-progressbar-perl-0.00001/debian/changelog --- libbenchmark-progressbar-perl-0.00001/debian/changelog 2018-02-10 18:05:22.000000000 +0000 +++ libbenchmark-progressbar-perl-0.00001/debian/changelog 2018-02-10 12:44:51.000000000 +0000 @@ -1,3 +1,49 @@ +libbenchmark-progressbar-perl (0.00001-2) unstable; urgency=medium + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Ryan Niebur ] + * Update jawnsy's email address + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ 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 ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove Jonathan Yu from Uploaders. Thanks for your work! + * Add Testsuite declaration for pkg-perl-autopkgtest. + + [ Niko Tyni ] + * Update to debhelper compat level 10 + * Minimize debian/rules with dh magic + * Update to Standards-Version 4.1.3 + * Update to dpkg source format 3.0 (quilt) + * Declare that the package does not need (fake)root to build + * Add myself to Uploaders + + -- Niko Tyni Sat, 10 Feb 2018 14:44:51 +0200 + libbenchmark-progressbar-perl (0.00001-1) unstable; urgency=low * Initial Release. (Closes: #525327) diff -Nru libbenchmark-progressbar-perl-0.00001/debian/compat libbenchmark-progressbar-perl-0.00001/debian/compat --- libbenchmark-progressbar-perl-0.00001/debian/compat 2018-02-10 18:05:22.000000000 +0000 +++ libbenchmark-progressbar-perl-0.00001/debian/compat 2018-02-10 12:44:48.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru libbenchmark-progressbar-perl-0.00001/debian/control libbenchmark-progressbar-perl-0.00001/debian/control --- libbenchmark-progressbar-perl-0.00001/debian/control 2018-02-10 18:05:22.000000000 +0000 +++ libbenchmark-progressbar-perl-0.00001/debian/control 2018-02-10 12:44:48.000000000 +0000 @@ -1,18 +1,23 @@ Source: libbenchmark-progressbar-perl +Maintainer: Debian Perl Group +Uploaders: Niko Tyni Section: perl +Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: libterm-progressbar-perl, perl (>= 5.6.0-12) -Maintainer: Debian Perl Group -Uploaders: Jonathan Yu -Standards-Version: 3.8.1 -Homepage: http://search.cpan.org/dist/Benchmark-ProgressBar/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbenchmark-progressbar-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libbenchmark-progressbar-perl/ +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: libterm-progressbar-perl, + perl +Standards-Version: 4.1.3 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbenchmark-progressbar-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbenchmark-progressbar-perl.git +Homepage: https://metacpan.org/release/Benchmark-ProgressBar Package: libbenchmark-progressbar-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libterm-progressbar-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libterm-progressbar-perl Description: Perl module that displays progress bar during benchmarking Benchmark::ProgressBar is a combination of Benchmark and Term::ProgressBar that produces a simple progress bar illustrating execution of benchmark diff -Nru libbenchmark-progressbar-perl-0.00001/debian/copyright libbenchmark-progressbar-perl-0.00001/debian/copyright --- libbenchmark-progressbar-perl-0.00001/debian/copyright 2018-02-10 18:05:22.000000000 +0000 +++ libbenchmark-progressbar-perl-0.00001/debian/copyright 2018-02-10 12:39:40.000000000 +0000 @@ -1,27 +1,23 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Copyright (c) 2008 Daisuke Maki C<< daisuke@endeworks.jp >> -Upstream-Source: http://search.cpan.org/dist/Benchmark-ProgressBar/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Benchmark-ProgressBar +Upstream-Contact: Copyright (c) 2008 Daisuke Maki C<< daisuke@endeworks.jp >> +Source: https://metacpan.org/release/Benchmark-ProgressBar Files: * Copyright: Copyright (c) 2008 Daisuke Maki -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: debian/* -Copyright: 2009, Jonathan Yu -License: Artistic | GPL-1+ +Copyright: 2009, Jonathan Yu +License: Artistic or GPL-1+ Files: inc/Test/More.pm Copyright: Copyright 2001-2008 by Michael G Schwern -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: inc/Module/* Copyright: Copyright 2002 - 2009 Brian Ingerson, Audrey Tang and Adam Kennedy -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify diff -Nru libbenchmark-progressbar-perl-0.00001/debian/rules libbenchmark-progressbar-perl-0.00001/debian/rules --- libbenchmark-progressbar-perl-0.00001/debian/rules 2018-02-10 18:05:22.000000000 +0000 +++ libbenchmark-progressbar-perl-0.00001/debian/rules 2018-02-10 12:44:48.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 libbenchmark-progressbar-perl-0.00001/debian/source/format libbenchmark-progressbar-perl-0.00001/debian/source/format --- libbenchmark-progressbar-perl-0.00001/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libbenchmark-progressbar-perl-0.00001/debian/source/format 2018-02-10 12:44:48.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libbenchmark-progressbar-perl-0.00001/debian/watch libbenchmark-progressbar-perl-0.00001/debian/watch --- libbenchmark-progressbar-perl-0.00001/debian/watch 2018-02-10 18:05:22.000000000 +0000 +++ libbenchmark-progressbar-perl-0.00001/debian/watch 2018-02-10 12:39:40.000000000 +0000 @@ -1,4 +1,4 @@ # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search -http://search.cpan.org/dist/Benchmark-ProgressBar/ .*/Benchmark-ProgressBar-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Benchmark-ProgressBar .*/Benchmark-ProgressBar-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$