diff -Nru libapache-session-perl-1.93/debian/changelog libapache-session-perl-1.93/debian/changelog --- libapache-session-perl-1.93/debian/changelog 2015-12-28 01:21:43.000000000 +0000 +++ libapache-session-perl-1.93/debian/changelog 2018-08-27 19:27:47.000000000 +0000 @@ -1,11 +1,30 @@ -libapache-session-perl (1.93-2ubuntu1) xenial; urgency=medium +libapache-session-perl (1.93-3) unstable; urgency=medium - * Depend on libcgi-pm-perl for runtime-deps-and-recommends autopkgtest; - this is also covered by needs-recommends, but an explicit dependency - forces autopkgtest not to drop it during Perl transitions due to pinning - only necessary packages from -proposed. + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove Rene Mayorga from Uploaders. Thanks for your work! + + [ Alex Muntada ] + * Remove inactive pkg-perl members from Uploaders. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN. + + [ Xavier Guimard ] + * Declare compliance with policy 4.2.1 + * Add upstream/metadata + * Bump debhelper compat to 10 + + [ gregor herrmann ] + * Remove debian/tests/control; add libdbi-perl to Recommends. - -- Colin Watson Mon, 28 Dec 2015 01:21:42 +0000 + -- Xavier Guimard Mon, 27 Aug 2018 21:27:47 +0200 libapache-session-perl (1.93-2) unstable; urgency=medium @@ -107,7 +126,7 @@ [ Rene Mayorga ] * New upstream release * debian/control - + Set standards-Version to 3.8.0 + + Set standards-Version to 3.8.0 + Add README.source + Bump compat level and dehelper to 7 + Add myself to uploaders diff -Nru libapache-session-perl-1.93/debian/compat libapache-session-perl-1.93/debian/compat --- libapache-session-perl-1.93/debian/compat 2011-07-29 08:56:02.000000000 +0000 +++ libapache-session-perl-1.93/debian/compat 2018-08-27 19:27:47.000000000 +0000 @@ -1 +1 @@ -8 +10 diff -Nru libapache-session-perl-1.93/debian/control libapache-session-perl-1.93/debian/control --- libapache-session-perl-1.93/debian/control 2015-12-28 01:21:41.000000000 +0000 +++ libapache-session-perl-1.93/debian/control 2018-08-27 19:27:47.000000000 +0000 @@ -1,30 +1,28 @@ Source: libapache-session-perl -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Perl Group +Maintainer: Debian Perl Group Uploaders: gregor herrmann , - Krzysztof Krzyzaniak (eloy) , Damyan Ivanov , - Rene Mayorga , Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 10), libmodule-build-perl Build-Depends-Indep: libtest-deep-perl, libtest-exception-perl, libtest-pod-perl, perl -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-session-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache-session-perl.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-session-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-session-perl.git Homepage: https://metacpan.org/release/Apache-Session Package: libapache-session-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} -Recommends: libcgi-pm-perl +Recommends: libcgi-pm-perl, + libdbi-perl Description: modules for keeping persistent user data across HTTP requests Apache::Session makes maintaining user data across HTTP requests simple. It's usable from both mod_perl scripts and more traditional Perl CGI diff -Nru libapache-session-perl-1.93/debian/copyright libapache-session-perl-1.93/debian/copyright --- libapache-session-perl-1.93/debian/copyright 2014-05-18 15:07:49.000000000 +0000 +++ libapache-session-perl-1.93/debian/copyright 2018-08-27 19:27:47.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache-Session Source: https://metacpan.org/release/Apache-Session Upstream-Contact: Alexandr Ciornii @@ -35,7 +35,7 @@ Copyright: 2001, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: Rationale from the author was: - All of my modules available at http://search.cpan.org/~miyagawa/ with the + All of my modules available at https://metacpan.org/author/MIYAGAWA with the statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted, Copyright (c) Tatsuhiko Miyagawa. Source: http://bulknews.net/debian.txt (author's web site) diff -Nru libapache-session-perl-1.93/debian/tests/control libapache-session-perl-1.93/debian/tests/control --- libapache-session-perl-1.93/debian/tests/control 2015-12-28 01:21:06.000000000 +0000 +++ libapache-session-perl-1.93/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -Test-Command: /usr/share/pkg-perl-autopkgtest/runner build-deps -Depends: @, @builddeps@, pkg-perl-autopkgtest - -Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps -Depends: @, pkg-perl-autopkgtest - -Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends -Depends: @, pkg-perl-autopkgtest, libcgi-pm-perl, libdbi-perl -Restrictions: needs-recommends - -Test-Command: /usr/share/pkg-perl-autopkgtest/runner heavy-deps -Depends: @, pkg-perl-autopkgtest, pkg-perl-autopkgtest-heavy, libdbi-perl - diff -Nru libapache-session-perl-1.93/debian/upstream/metadata libapache-session-perl-1.93/debian/upstream/metadata --- libapache-session-perl-1.93/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libapache-session-perl-1.93/debian/upstream/metadata 2018-08-27 19:27:47.000000000 +0000 @@ -0,0 +1,6 @@ +--- +Archive: CPAN +Contact: Casey West +Name: Apache-Session +Repository: https://github.com/chorny/Apache-Session.git +Repository-Browse: https://github.com/chorny/Apache-Session