diff -Nru libapache-session-memcached-perl-0.03/debian/changelog libapache-session-memcached-perl-0.03/debian/changelog --- libapache-session-memcached-perl-0.03/debian/changelog 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/changelog 2018-08-17 20:27:44.000000000 +0000 @@ -1,3 +1,27 @@ +libapache-session-memcached-perl (0.03-2) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Christopher Hoskin ] + * Use my @debian address in control, copyright and patches + * Bump debhelper compat from 9 to 11 + * Remove unnecessary testsuite autopkgtest header + * Bump Standards-Version from 3.9.6 to 4.1.3 (no change required) + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ Christopher Hoskin ] + * Remove trailing space from control + * Replace tests/custom-smoke with autopkgtest-pkg-perl overrides + * Bump Standards-Version from 4.1.3 to 4.2.0 (no change required) + + -- Christopher Hoskin Fri, 17 Aug 2018 21:27:44 +0100 + libapache-session-memcached-perl (0.03-1) unstable; urgency=low * Initial Release. Closes: #775796 diff -Nru libapache-session-memcached-perl-0.03/debian/compat libapache-session-memcached-perl-0.03/debian/compat --- libapache-session-memcached-perl-0.03/debian/compat 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/compat 2018-02-14 06:11:28.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru libapache-session-memcached-perl-0.03/debian/control libapache-session-memcached-perl-0.03/debian/control --- libapache-session-memcached-perl-0.03/debian/control 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/control 2018-08-17 20:24:12.000000000 +0000 @@ -2,16 +2,16 @@ Section: perl Priority: optional Maintainer: Debian Perl Group -Uploaders: Christopher Hoskin -Build-Depends: debhelper (>= 9), memcached, net-tools +Uploaders: Christopher Hoskin +Build-Depends: debhelper (>= 11), memcached, net-tools Build-Depends-Indep: perl, libapache-session-perl, libcache-memcached-perl, procps, netbase -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-session-memcached-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache-session-memcached-perl.git +Standards-Version: 4.2.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-session-memcached-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-session-memcached-perl.git Homepage: https://metacpan.org/release/Apache-Session-Memcached Testsuite: autopkgtest-pkg-perl @@ -30,4 +30,3 @@ . Apache::Session::Memcached provides a way to use Cache::Memcached (memcached Perl API) as Apache::Session storage implementation. - diff -Nru libapache-session-memcached-perl-0.03/debian/copyright libapache-session-memcached-perl-0.03/debian/copyright --- libapache-session-memcached-perl-0.03/debian/copyright 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/copyright 2018-02-14 06:07:06.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/ Source: https://metacpan.org/release/Apache-Session-Memcached Upstream-Contact: Enrico Sorcinelli Upstream-Name: Apache-Session-Memcached @@ -8,7 +8,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2015, Christopher Hoskin +Copyright: 2015-2018, Christopher Hoskin License: Artistic or GPL-1+ License: Artistic diff -Nru libapache-session-memcached-perl-0.03/debian/patches/grammar.patch libapache-session-memcached-perl-0.03/debian/patches/grammar.patch --- libapache-session-memcached-perl-0.03/debian/patches/grammar.patch 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/patches/grammar.patch 2018-02-14 06:08:29.000000000 +0000 @@ -1,7 +1,7 @@ Description: Minor grammar corrections -Author: Christopher Hoskin +Author: Christopher Hoskin Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102007 -Last-Update: 2015-02-08 +Last-Update: 2018-02-14 --- a/lib/Apache/Session/Memcached.pm +++ b/lib/Apache/Session/Memcached.pm diff -Nru libapache-session-memcached-perl-0.03/debian/patches/test-env-var.patch libapache-session-memcached-perl-0.03/debian/patches/test-env-var.patch --- libapache-session-memcached-perl-0.03/debian/patches/test-env-var.patch 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/patches/test-env-var.patch 2018-02-14 06:08:01.000000000 +0000 @@ -3,9 +3,9 @@ variable named MEMCACHED_param will override the parameter param in the config file t/CONFIG. This is useful, for example, when the port number is determined on the fly during automated testing. -Author: Christopher Hoskin +Author: Christopher Hoskin Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102008 -Last-Update: 2015-02-08 +Last-Update: 2018-02-14 --- a/t/testlib.pl +++ b/t/testlib.pl diff -Nru libapache-session-memcached-perl-0.03/debian/tests/control libapache-session-memcached-perl-0.03/debian/tests/control --- libapache-session-memcached-perl-0.03/debian/tests/control 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +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 -Restrictions: needs-recommends - -Test-Command: /usr/share/pkg-perl-autopkgtest/runner heavy-deps -Depends: @, pkg-perl-autopkgtest, pkg-perl-autopkgtest-heavy - -Tests: custom-smoke -Depends: @, memcached, procps, pkg-perl-autopkgtest, net-tools, netbase diff -Nru libapache-session-memcached-perl-0.03/debian/tests/custom-smoke libapache-session-memcached-perl-0.03/debian/tests/custom-smoke --- libapache-session-memcached-perl-0.03/debian/tests/custom-smoke 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/tests/custom-smoke 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -#!/bin/sh - -PIDFILE=${ADTTMP}/m.pid -PORT=$(/bin/netstat -want | perl -w -e 'while (<>) { $used{$1}=1 if /127\.0\.0\.1:(\d+)/;}; $port = 20000; while ($used{$port}) { $port++ }; print "$port\n";') -export MEMCACHED_Servers=127.0.0.1:${PORT} - -echo $MEMCACHED_SERVERS - -/usr/bin/memcached -u `whoami` -p$PORT -P$PIDFILE -d -/usr/share/pkg-perl-autopkgtest/build-deps.d/smoke -RET=$? -[ ! -s $PIDFILE ] || /bin/kill `cat ${PIDFILE}` -exit $RET - diff -Nru libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/SKIP libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/SKIP --- libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/SKIP 2015-02-16 15:45:49.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/SKIP 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -# needs a running memcached -smoke diff -Nru libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-cleanup libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-cleanup --- libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-cleanup 1970-01-01 00:00:00.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-cleanup 2018-08-17 19:45:46.000000000 +0000 @@ -0,0 +1,3 @@ +PIDFILE=${TDIR}/m.pid +[ ! -s $PIDFILE ] || /bin/kill `cat ${PIDFILE}` + diff -Nru libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-env libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-env --- libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-env 1970-01-01 00:00:00.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-env 2018-08-17 19:56:10.000000000 +0000 @@ -0,0 +1 @@ +MEMCACHED_Servers=`/bin/netstat -want | perl -w -e 'while (<>) { $used{$1}=1 if /127\.0\.0\.1:(\d+)/;}; $port = 20000; while ($used{$port}) { $port++ }; print "127.0.0.1:$port\n";'` diff -Nru libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-setup libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-setup --- libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-setup 1970-01-01 00:00:00.000000000 +0000 +++ libapache-session-memcached-perl-0.03/debian/tests/pkg-perl/smoke-setup 2018-08-17 20:19:03.000000000 +0000 @@ -0,0 +1,4 @@ +PERL_LIBMEMCACHED_TEST_PORT=${MEMCACHED_Servers#127.0.0.1:} +PIDFILE=${TDIR}/m.pid +memcached -d -p $PERL_LIBMEMCACHED_TEST_PORT -P $PIDFILE +