diff -Nru libapache-session-wrapper-perl-0.34/debian/changelog libapache-session-wrapper-perl-0.34/debian/changelog --- libapache-session-wrapper-perl-0.34/debian/changelog 2010-05-21 21:02:41.000000000 +0000 +++ libapache-session-wrapper-perl-0.34/debian/changelog 2015-06-07 10:21:32.000000000 +0000 @@ -1,3 +1,46 @@ +libapache-session-wrapper-perl (0.34-2) unstable; urgency=low + + * Team upload + + [ Ansgar Burchardt ] + * Update my email address. + * debian/control: Convert Vcs-* fields to Git. + + [ Fabrizio Regalli ] + * Bump to 3.9.2 Standard-Version. + * Add myself to Uploaders and Copyright. + * Switch d/compat to 8. + * Build-Depends: switch to debhelper (>= 8). + * Fixed lintian copyright-refers-to-symlink-license message. + * Moved d/rules to standard 3 lines. + + [ gregor herrmann ] + * Remove alternative (build) dependencies that are already satisfied + in oldstable. + + [ Salvatore Bonaccorso ] + * debian/copyright: Replace DEP5 Format-Specification URL from + svn.debian.org to anonscm.debian.org URL. + * 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 + + [ Damyan Ivanov ] + * Mark package as autopkgtest-able + * Declare compliance with Debian Policy 3.9.6 + * Add explicit build dependency on libmodule-build-perl + + -- Damyan Ivanov Sun, 07 Jun 2015 10:20:51 +0000 + libapache-session-wrapper-perl (0.34-1) unstable; urgency=low [ gregor herrmann ] diff -Nru libapache-session-wrapper-perl-0.34/debian/compat libapache-session-wrapper-perl-0.34/debian/compat --- libapache-session-wrapper-perl-0.34/debian/compat 2010-05-21 20:57:28.000000000 +0000 +++ libapache-session-wrapper-perl-0.34/debian/compat 2011-07-29 08:56:02.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru libapache-session-wrapper-perl-0.34/debian/control libapache-session-wrapper-perl-0.34/debian/control --- libapache-session-wrapper-perl-0.34/debian/control 2010-05-21 21:02:25.000000000 +0000 +++ libapache-session-wrapper-perl-0.34/debian/control 2015-06-07 10:15:18.000000000 +0000 @@ -1,20 +1,32 @@ Source: libapache-session-wrapper-perl -Section: perl -Priority: optional -Build-Depends: debhelper (>= 7.3.7~), perl (>= 5.10) | libmodule-build-perl -Build-Depends-Indep: perl, libapache-session-perl, libclass-container-perl, libexception-class-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , - gregor herrmann , - Ansgar Burchardt -Standards-Version: 3.8.4 -Homepage: http://search.cpan.org/dist/Apache-Session-Wrapper/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapache-session-wrapper-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapache-session-wrapper-perl/ + gregor herrmann , + Ansgar Burchardt , + Fabrizio Regalli +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 8), + libmodule-build-perl +Build-Depends-Indep: perl, + libapache-session-perl, + libclass-container-perl, + libexception-class-perl, + libtest-pod-perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-session-wrapper-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache-session-wrapper-perl.git +Homepage: https://metacpan.org/release/Apache-Session-Wrapper Package: libapache-session-wrapper-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libapache-session-perl, libparams-validate-perl, libclass-container-perl, libexception-class-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libapache-session-perl, + libparams-validate-perl, + libclass-container-perl, + libexception-class-perl Description: simple wrapper around Apache::Session Apache::Session::Wrapper module is a simple wrapper around Apache::Session which provides some methods to simplify getting and diff -Nru libapache-session-wrapper-perl-0.34/debian/copyright libapache-session-wrapper-perl-0.34/debian/copyright --- libapache-session-wrapper-perl-0.34/debian/copyright 2010-05-21 20:57:28.000000000 +0000 +++ libapache-session-wrapper-perl-0.34/debian/copyright 2014-04-11 20:14:08.000000000 +0000 @@ -1,8 +1,9 @@ -Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 -Maintainer: Yves -Source: http://search.cpan.org/dist/Apache-Session-Wrapper/ -Name: Apache-Session-Wrapper +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Apache-Session-Wrapper +Upstream-Contact: Yves +Source: https://metacpan.org/release/Apache-Session-Wrapper +Files: * Copyright: © 2003-2006, David Rolsky License: Artistic or GPL-1+ @@ -10,7 +11,8 @@ Copyright: © 2004-2006, Krzysztof Krzyzaniak (eloy) © 2006, gregor herrmann - © 2010, Ansgar Burchardt + © 2010, Ansgar Burchardt + © 2011, Fabrizio Regalli License: Artistic or GPL-1+ License: Artistic @@ -25,4 +27,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 libapache-session-wrapper-perl-0.34/debian/rules libapache-session-wrapper-perl-0.34/debian/rules --- libapache-session-wrapper-perl-0.34/debian/rules 2010-05-21 20:57:28.000000000 +0000 +++ libapache-session-wrapper-perl-0.34/debian/rules 2011-07-29 08:56:02.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh --buildsystem=perl_build $@ + dh $@ diff -Nru libapache-session-wrapper-perl-0.34/debian/watch libapache-session-wrapper-perl-0.34/debian/watch --- libapache-session-wrapper-perl-0.34/debian/watch 2009-06-06 12:08:41.000000000 +0000 +++ libapache-session-wrapper-perl-0.34/debian/watch 2014-04-11 20:14:08.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Apache-Session-Wrapper/ .*/Apache-Session-Wrapper-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Apache-Session-Wrapper .*/Apache-Session-Wrapper-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)