diff -Nru libx500-dn-perl-0.29/debian/changelog libx500-dn-perl-0.29/debian/changelog --- libx500-dn-perl-0.29/debian/changelog 2018-05-06 19:02:20.000000000 +0000 +++ libx500-dn-perl-0.29/debian/changelog 2018-05-06 07:51:30.000000000 +0000 @@ -1,3 +1,49 @@ +libx500-dn-perl (0.29-5) unstable; urgency=medium + + * Team upload. + + [ gregor herrmann ] + * Add debian/README.source to document quilt usage, as required by + Debian Policy since 3.8.0. + * debian/rules: switch order of arguments to dh. + + [ Ansgar Burchardt ] + * Update my email address. + * 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. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ Niko Tyni ] + * Update to debhelper compat level 10 + * Update to Standards-Version 4.1.4 + * Update to dpkg source format 3.0 (quilt) + * Declare that the package does not need (fake)root to build + * Add Testsuite declaration for autopkgtest-pkg-perl + + -- Niko Tyni Sun, 06 May 2018 10:51:30 +0300 + libx500-dn-perl (0.29-4) unstable; urgency=low [ gregor herrmann ] diff -Nru libx500-dn-perl-0.29/debian/compat libx500-dn-perl-0.29/debian/compat --- libx500-dn-perl-0.29/debian/compat 2018-05-06 19:02:20.000000000 +0000 +++ libx500-dn-perl-0.29/debian/compat 2018-05-06 07:32:20.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru libx500-dn-perl-0.29/debian/control libx500-dn-perl-0.29/debian/control --- libx500-dn-perl-0.29/debian/control 2018-05-06 19:02:20.000000000 +0000 +++ libx500-dn-perl-0.29/debian/control 2018-05-06 07:32:23.000000000 +0000 @@ -1,19 +1,24 @@ Source: libx500-dn-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , - Ansgar Burchardt -Standards-Version: 3.8.2 -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libx500-dn-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libx500-dn-perl/ -Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) -Build-Depends-Indep: perl (>= 5.8.0-7), libparse-recdescent-perl -Homepage: http://search.cpan.org/dist/X500-DN/ + Ansgar Burchardt +Section: perl +Testsuite: autopkgtest-pkg-perl +Rules-Requires-Root: no +Priority: optional +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: perl, + libparse-recdescent-perl +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libx500-dn-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libx500-dn-perl.git +Homepage: https://metacpan.org/release/X500-DN Package: libx500-dn-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libparse-recdescent-perl Description: Perl parser and formatter for RFC 2253 style DN strings X500::DN handles X.500 DNs (Distinguished Names). Currently, it parses DN strings formatted according to RFC 2253 syntax into an internal format and diff -Nru libx500-dn-perl-0.29/debian/copyright libx500-dn-perl-0.29/debian/copyright --- libx500-dn-perl-0.29/debian/copyright 2018-05-06 19:02:20.000000000 +0000 +++ libx500-dn-perl-0.29/debian/copyright 2018-05-06 07:26:54.000000000 +0000 @@ -1,20 +1,18 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Robert Joop -Upstream-Source: http://search.cpan.org/dist/X500-DN/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: X500-DN +Upstream-Contact: Robert Joop +Source: https://metacpan.org/release/X500-DN Files: * Copyright: © 2002, Robert Joop -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: debian/* Copyright: © 2003, Alessandro Razeto © 2008, Anibal Monsalve Salazar - © 2009, Ansgar Burchardt -License: Artistic | GPL-1+ + © 2009, Ansgar Burchardt +License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify diff -Nru libx500-dn-perl-0.29/debian/rules libx500-dn-perl-0.29/debian/rules --- libx500-dn-perl-0.29/debian/rules 2018-05-06 19:02:20.000000000 +0000 +++ libx500-dn-perl-0.29/debian/rules 2018-05-06 07:32:20.000000000 +0000 @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ diff -Nru libx500-dn-perl-0.29/debian/source/format libx500-dn-perl-0.29/debian/source/format --- libx500-dn-perl-0.29/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libx500-dn-perl-0.29/debian/source/format 2018-05-06 07:32:20.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libx500-dn-perl-0.29/debian/watch libx500-dn-perl-0.29/debian/watch --- libx500-dn-perl-0.29/debian/watch 2018-05-06 19:02:20.000000000 +0000 +++ libx500-dn-perl-0.29/debian/watch 2018-05-06 07:26:54.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/X500-DN/ .*/X500-DN-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/X500-DN .*/X500-DN-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)