diff -Nru libdanga-socket-perl-1.61/debian/changelog libdanga-socket-perl-1.61/debian/changelog --- libdanga-socket-perl-1.61/debian/changelog 2018-01-26 16:36:20.000000000 +0000 +++ libdanga-socket-perl-1.61/debian/changelog 2018-01-14 19:25:35.000000000 +0000 @@ -1,3 +1,48 @@ +libdanga-socket-perl (1.61-2) unstable; urgency=medium + + * Team upload. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ 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 + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Martín Ferrari ] + * Remove myself from Uploaders. + + [ Alex Muntada ] + * Remove inactive pkg-perl members from Uploaders. + + [ Niko Tyni ] + * Update to dpkg source format 3.0 (quilt) + * Update to debhelper compat level 10 and tiny debian/rules + * Declare the package autopkgtestable + * Update to Standards-Version 4.1.3 + + -- Niko Tyni Sun, 14 Jan 2018 21:25:35 +0200 + libdanga-socket-perl (1.61-1) unstable; urgency=low [ Martín Ferrari ] diff -Nru libdanga-socket-perl-1.61/debian/compat libdanga-socket-perl-1.61/debian/compat --- libdanga-socket-perl-1.61/debian/compat 2018-01-26 16:36:20.000000000 +0000 +++ libdanga-socket-perl-1.61/debian/compat 2018-01-14 19:22:16.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru libdanga-socket-perl-1.61/debian/control libdanga-socket-perl-1.61/debian/control --- libdanga-socket-perl-1.61/debian/control 2018-01-26 16:36:20.000000000 +0000 +++ libdanga-socket-perl-1.61/debian/control 2018-01-14 19:22:16.000000000 +0000 @@ -1,20 +1,24 @@ Source: libdanga-socket-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , + Martín Ferrari Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl (>= 5.8), libsys-syscall-perl, netbase -Maintainer: Debian Perl Group -Uploaders: Krzysztof Krzyzaniak (eloy) , - gregor herrmann , - Martín Ferrari -Standards-Version: 3.8.0 -Homepage: http://search.cpan.org/dist/Danga-Socket/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdanga-socket-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdanga-socket-perl/ +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: perl, + libsys-syscall-perl, + netbase +Standards-Version: 4.1.3 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdanga-socket-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdanga-socket-perl.git +Homepage: https://metacpan.org/release/Danga-Socket Package: libdanga-socket-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libsys-syscall-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libsys-syscall-perl Description: event loop and event-driven async socket base class Danga::Socket is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be diff -Nru libdanga-socket-perl-1.61/debian/copyright libdanga-socket-perl-1.61/debian/copyright --- libdanga-socket-perl-1.61/debian/copyright 2018-01-26 16:36:20.000000000 +0000 +++ libdanga-socket-perl-1.61/debian/copyright 2018-01-14 19:24:55.000000000 +0000 @@ -1,8 +1,7 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Brad Fitzpatrick -Upstream-Source: http://search.cpan.org/dist/Danga-Socket/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Danga-Socket +Upstream-Contact: Brad Fitzpatrick +Source: https://metacpan.org/release/Danga-Socket Files: * Copyright: @@ -10,15 +9,15 @@ © 2004-2008 Michael Granger © 2004-2008 Mark Smith © 2004-2008 Matt Sergeant -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ +Comment: As the package doesn't have a proper copyright statement, this was synthesised from POD documentation and the CHANGES file. Files: debian/* Copyright: © 2006-2008 various members of the Debian Perl Group, cf. debian/changelog -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 libdanga-socket-perl-1.61/debian/rules libdanga-socket-perl-1.61/debian/rules --- libdanga-socket-perl-1.61/debian/rules 2018-01-26 16:36:20.000000000 +0000 +++ libdanga-socket-perl-1.61/debian/rules 2018-01-14 19:17:34.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 libdanga-socket-perl-1.61/debian/source/format libdanga-socket-perl-1.61/debian/source/format --- libdanga-socket-perl-1.61/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libdanga-socket-perl-1.61/debian/source/format 2018-01-14 19:16:54.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libdanga-socket-perl-1.61/debian/watch libdanga-socket-perl-1.61/debian/watch --- libdanga-socket-perl-1.61/debian/watch 2018-01-26 16:36:20.000000000 +0000 +++ libdanga-socket-perl-1.61/debian/watch 2018-01-14 19:15:46.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Danga-Socket/ .*/Danga-Socket-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Danga-Socket .*/Danga-Socket-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$