diff -Nru libimage-math-constrain-perl-1.02/debian/changelog libimage-math-constrain-perl-1.02/debian/changelog --- libimage-math-constrain-perl-1.02/debian/changelog 2016-04-27 11:14:21.000000000 +0000 +++ libimage-math-constrain-perl-1.02/debian/changelog 2016-02-22 07:36:03.000000000 +0000 @@ -1,3 +1,49 @@ +libimage-math-constrain-perl (1.02-2) unstable; urgency=low + + * Team upload + + [ 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 + + [ gregor herrmann ] + * Bump debhelper build dependency (overrides). + * Add perl (>= 5.10.1) as an alternative build dependency for Pod::Simple. + + [ 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 + + [ 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 + + [ Damyan Ivanov ] + * Claim conformance with Policy 3.9.7 + * Mark package as autopkg-testable + * Use source format '3.0 (quilt)' + * Bump debhelper compatibility level to 9 + * Point d/copyright to GPL-1 instead of GPL + + -- Damyan Ivanov Mon, 22 Feb 2016 07:35:18 +0000 + libimage-math-constrain-perl (1.02-1) unstable; urgency=low * Initial Release (Closes: #537579) diff -Nru libimage-math-constrain-perl-1.02/debian/compat libimage-math-constrain-perl-1.02/debian/compat --- libimage-math-constrain-perl-1.02/debian/compat 2016-04-27 11:14:21.000000000 +0000 +++ libimage-math-constrain-perl-1.02/debian/compat 2016-02-22 07:35:53.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru libimage-math-constrain-perl-1.02/debian/control libimage-math-constrain-perl-1.02/debian/control --- libimage-math-constrain-perl-1.02/debian/control 2016-04-27 11:14:21.000000000 +0000 +++ libimage-math-constrain-perl-1.02/debian/control 2016-02-22 07:35:53.000000000 +0000 @@ -1,19 +1,23 @@ Source: libimage-math-constrain-perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl (>= 5.6.0-12), libtest-minimumversion-perl, - libtest-cpan-meta-perl, libpod-simple-perl (>= 3.07), libtest-pod-perl (>= 1.26) -Maintainer: Debian Perl Group -Uploaders: Jonathan Yu -Standards-Version: 3.8.2 -Homepage: http://search.cpan.org/dist/Image-Math-Constrain/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libimage-math-constrain-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libimage-math-constrain-perl/ +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl, + libtest-minimumversion-perl, + libtest-cpan-meta-perl, + libtest-pod-perl +Standards-Version: 3.9.7 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libimage-math-constrain-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libimage-math-constrain-perl.git +Homepage: https://metacpan.org/release/Image-Math-Constrain Package: libimage-math-constrain-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} +Depends: ${perl:Depends}, + ${misc:Depends} Description: Perl module performing math used to constrain image sizes Image::Math::Constrain is a Perl module that implements all of the math behind implementing image size constraints. It allows one to restrict the dimensions @@ -23,3 +27,4 @@ or both, and is guaranteed to return dimensions that are proportional to the original -- that is, they will have the same aspect ratio. It also returns the necessary scaling factor, so you can pass it to a module to do the work. + diff -Nru libimage-math-constrain-perl-1.02/debian/copyright libimage-math-constrain-perl-1.02/debian/copyright --- libimage-math-constrain-perl-1.02/debian/copyright 2016-04-27 11:14:21.000000000 +0000 +++ libimage-math-constrain-perl-1.02/debian/copyright 2016-02-22 07:35:59.000000000 +0000 @@ -1,24 +1,21 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Adam Kennedy -Upstream-Source: http://search.cpan.org/dist/Image-Math-Constrain/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Image-Math-Constrain +Upstream-Contact: Adam Kennedy +Source: https://metacpan.org/release/Image-Math-Constrain Files: * Copyright: 2004-2008, Adam Kennedy -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/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson -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 @@ -32,4 +29,4 @@ 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' + Public License can be found in `/usr/share/common-licenses/GPL-1' diff -Nru libimage-math-constrain-perl-1.02/debian/source/format libimage-math-constrain-perl-1.02/debian/source/format --- libimage-math-constrain-perl-1.02/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libimage-math-constrain-perl-1.02/debian/source/format 2016-02-22 07:29:13.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libimage-math-constrain-perl-1.02/debian/watch libimage-math-constrain-perl-1.02/debian/watch --- libimage-math-constrain-perl-1.02/debian/watch 2016-04-27 11:14:21.000000000 +0000 +++ libimage-math-constrain-perl-1.02/debian/watch 2014-03-18 09:21:38.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Image-Math-Constrain/ .*/Image-Math-Constrain-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Image-Math-Constrain .*/Image-Math-Constrain-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$