diff -Nru libhttp-lrdd-perl-0.106/debian/changelog libhttp-lrdd-perl-0.106/debian/changelog --- libhttp-lrdd-perl-0.106/debian/changelog 2013-06-29 15:57:33.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/changelog 2021-09-11 16:05:38.000000000 +0000 @@ -1,3 +1,51 @@ +libhttp-lrdd-perl (0.106-3) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * use salsa.debian.org UIRs in Vcs-* headers + + [ gregor herrmann ] + * use MetaCPAN URIs (not search.cpan.org or www.cpan.org) + + [ Xavier Guimard ] + * Remove myself from uploaders + + [ Debian Janitor ] + * trim trailing whitespace + * use secure copyright file specification URI + * set upstream metadata fields: + Bug-Database Repository + + [ Jonas Smedegaard ] + * simplify rules; + stop build-depend on devscripts dh-buildinfo cdbs + * relax to drop ancient fallback (build-)dependencies + * annotate test-only build-dependencies + * use debhelper compatibility level 13 (not 8); + build-depend on debhelper-compat (not debhelper) + * stop build-depend explicitly on perl: + not called directly during build + * set Rules-Requires-Root: no + * enable autopkgtest + * declare compliance with Debian Policy 4.6.0 + * update watch file: + + use file format 4 + + mention gbp --uscan in usage comment + + use substitution strings + * update git-buildpackage config: avoid any .git* files + * update copyright info: + + use License-Grant and Reference fields; + add lintian overrides about Reference field + + update coverage + * use semantic newlines in long description and copyright fields + * set environment variable NO_AUTO_INSTALL + to avoid use of Module::AutoInstall during build, + and add patch 1001 to use shared module Module::Package; + build-depend on recent libmodule-package-rdf-perl + * move aside stale copy of Scalar::Util during build; + closes: bug#988790, thanks to Niko Tiny + + -- Jonas Smedegaard Sat, 11 Sep 2021 18:05:38 +0200 + libhttp-lrdd-perl (0.106-2) unstable; urgency=low * Add README.source emphasizing control.in file as *not* a @@ -65,8 +113,8 @@ * Bumped Standards-Version to 3.9.2 (no change). [ Jonas Smedegaard ] - * Update copyright file: Bump DEP-5 format to draft 174. - * Fix use separate sections for Artistic and GPL-1+. + * Update copyright file: Bump DEP-5 format to draft 174. + * Fix use separate sections for Artistic and GPL-1+. * Improve references for convenience copy of Module::Install. Add references for convenience copy of Test::Signature. diff -Nru libhttp-lrdd-perl-0.106/debian/compat libhttp-lrdd-perl-0.106/debian/compat --- libhttp-lrdd-perl-0.106/debian/compat 2013-03-03 17:38:33.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -8 diff -Nru libhttp-lrdd-perl-0.106/debian/control libhttp-lrdd-perl-0.106/debian/control --- libhttp-lrdd-perl-0.106/debian/control 2013-06-29 15:57:37.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/control 2021-09-11 16:05:38.000000000 +0000 @@ -1,39 +1,53 @@ Source: libhttp-lrdd-perl Section: perl Priority: optional -Build-Depends: cdbs, - devscripts, - perl, - debhelper, - dh-buildinfo, +Build-Depends: + debhelper-compat (= 13), + libmodule-package-rdf-perl (>= 0.014-2~), + libhtml-html5-parser-perl , + libhtml-html5-sanity-perl , + libhttp-link-parser-perl , + libwww-perl , + librdf-rdfa-parser-perl , + liburi-perl , + libxml-atom-owl-perl , + libxrd-parser-perl , + librdf-trinex-functions-perl , + librdf-query-perl , + librole-commons-perl , +Maintainer: Debian Perl Group +Uploaders: Jonas Smedegaard , + Florian Schlichting +Standards-Version: 4.6.0 +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhttp-lrdd-perl.git +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhttp-lrdd-perl +Homepage: https://metacpan.org/release/HTTP-LRDD +Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-perl + +Package: libhttp-lrdd-perl +Architecture: all +Depends: libhtml-html5-parser-perl, libhtml-html5-sanity-perl, libhttp-link-parser-perl, - libwww-perl, + librdf-query-perl, librdf-rdfa-parser-perl, + librdf-trinex-functions-perl, + librole-commons-perl, liburi-perl, + libwww-perl, libxml-atom-owl-perl, libxrd-parser-perl, - librdf-trinex-functions-perl, - librdf-query-perl, - librole-commons-perl | libobject-authority-perl -Maintainer: Debian Perl Group -Uploaders: Jonas Smedegaard , - Florian Schlichting , - Xavier Guimard -Standards-Version: 3.9.4 -Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libhttp-lrdd-perl -Vcs-Browser: http://anonscm.debian.org/?p=pkg-perl/packages/libhttp-lrdd-perl.git -Homepage: https://metacpan.org/release/HTTP-LRDD - -Package: libhttp-lrdd-perl -Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} + ${misc:Depends}, + ${perl:Depends}, Description: link-based resource descriptor discovery - HTTP::LRDD is a Perl library to handle Link-based Resource Descriptor - Discovery (LRRD - pronounced "lard"). + HTTP::LRDD is a Perl library + to handle Link-based Resource Descriptor Discovery + (LRRD - pronounced "lard"). . - Note: the LRDD specification has ceased to be, with some parts being - merged into the host-meta Internet Draft. This CPAN module will go in - its own direction, bundling up best-practice techniques for discovering - links and descriptors for a given URI. + Note: the LRDD specification has ceased to be, + with some parts being merged into the host-meta Internet Draft. + This CPAN module will go in its own direction, + bundling up best-practice techniques + for discovering links and descriptors for a given URI. diff -Nru libhttp-lrdd-perl-0.106/debian/control.in libhttp-lrdd-perl-0.106/debian/control.in --- libhttp-lrdd-perl-0.106/debian/control.in 2013-06-29 15:32:50.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/control.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -Source: libhttp-lrdd-perl -Section: perl -Priority: optional -Build-Depends: @cdbs@ -Maintainer: Debian Perl Group -Uploaders: Jonas Smedegaard , - Florian Schlichting , - Xavier Guimard -Standards-Version: 3.9.4 -Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libhttp-lrdd-perl -Vcs-Browser: http://anonscm.debian.org/?p=pkg-perl/packages/libhttp-lrdd-perl.git -Homepage: https://metacpan.org/release/HTTP-LRDD - -Package: libhttp-lrdd-perl -Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} -Description: link-based resource descriptor discovery - HTTP::LRDD is a Perl library to handle Link-based Resource Descriptor - Discovery (LRRD - pronounced "lard"). - . - Note: the LRDD specification has ceased to be, with some parts being - merged into the host-meta Internet Draft. This CPAN module will go in - its own direction, bundling up best-practice techniques for discovering - links and descriptors for a given URI. diff -Nru libhttp-lrdd-perl-0.106/debian/copyright libhttp-lrdd-perl-0.106/debian/copyright --- libhttp-lrdd-perl-0.106/debian/copyright 2013-06-29 15:47:18.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/copyright 2021-09-11 16:05:38.000000000 +0000 @@ -1,109 +1,100 @@ -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: HTTP::LRDD Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=HTTP-LRDD -Source: http://search.cpan.org/dist/HTTP-LRDD/ +Source: https://metacpan.org/release/HTTP-LRDD Files: * -Copyright: 2010-2012, Toby Inkster +Copyright: + 2010-2012 Toby Inkster +License-Grant: + This library is free software; + you can redistribute it and/or modify it + under the same terms as Perl itself. License: Artistic or GPL-1+ Comment: - License: - . - This library is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. - . - Comment: - . - Perl 5 is licensed under either the Artistic license or the GNU General - Public License, version 1 or later. + Perl 5 is licensed under either the Artistic license + or the GNU General Public License, version 1 or later. Files: inc/Module/AutoInstall.pm inc/Module/Install* -Copyright: 2001-2006, Audrey Tang - 2002-2004, Brian Ingerson - 2006,2008-2012, Adam Kennedy +Copyright: + 2006, 2008-2012 Adam Kennedy + 2001-2006 Audrey Tang + 2002-2004 Brian Ingerson License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: inc/Module/Package.pm inc/Module/Install/Package.pm -Copyright: 2011, Ingy döt Net +Copyright: + 2011 Ingy döt Net License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package. Files: inc/Module/Install/AutoManifest.pm -Copyright: 2008, Hans Dieter Pearcey +Copyright: + 2008 Hans Dieter Pearcey License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::AutoManifest. Files: inc/Module/Install/TrustMetaYml.pm -Copyright: 2011, Toby Inkster +Copyright: + 2011 Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::TrustMetaYml. Files: inc/Module/Package/Dist/RDF.pm -Copyright: 2011, Toby Inkster +Copyright: + 2011 Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package::RDF. Files: inc/Scalar/Util* -Copyright: 1997-2010, Graham Barr . +Copyright: + 1997-2010 Graham Barr . License: Artistic or GPL-1+ Comment: Mangled convenience copy of List::Util. Files: inc/YAML/Tiny.pm -Copyright: 2006-2011, Adam Kennedy +Copyright: + 2006-2011 Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of YAML::Tiny. Files: inc/unicore/Name.pm inc/utf8.pm -Copyright: 1993-2012, Larry Wall and others +Copyright: + 1993-2012 Larry Wall and others License: Artistic or GPL-1+ Comment: Mangled convenience copy of core Perl modules. Files: ./debian/* -Copyright: 2011,2013, Jonas Smedegaard - 2011, Florian Schlichting - 2013, Xavier Guimard +Copyright: + 2011 Florian Schlichting + 2011, 2013, 2021 Jonas Smedegaard + 2013 Xavier Guimard +License-Grant: + This program is free software; + you can redistribute it and/or modify it + under the terms of the GNU General Public License + as published by the Free Software Foundation; + either version 3, or (at your option) any later version. License: GPL-3+ +Reference: debian/copyright License: Artistic - This program is free software; you can redistribute it and/or modify - it under the terms of the Artistic License, which comes with Perl. - . - Comment: - . - On Debian systems, the complete text of the Artistic License can be - found in `/usr/share/common-licenses/Artistic'. +Reference: /usr/share/common-licenses/Artistic License: GPL-1+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 1, or (at your option) - any later version. - . - Comment: - . - On Debian systems, the complete text of version 1 of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-1'. +Reference: /usr/share/common-licenses/GPL-1 License: GPL-3+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. - . - Comment: - . - On Debian systems, the complete text of version 3 of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-3'. - +Reference: /usr/share/common-licenses/GPL-3 diff -Nru libhttp-lrdd-perl-0.106/debian/copyright-check libhttp-lrdd-perl-0.106/debian/copyright-check --- libhttp-lrdd-perl-0.106/debian/copyright-check 1970-01-01 00:00:00.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/copyright-check 2021-08-31 14:09:37.000000000 +0000 @@ -0,0 +1,3 @@ +#!/bin/sh + +licensecheck --check '.*' --recursive --copyright --deb-machine --ignore '^(debian/(changelog|copyright(_hints)?))$' --lines 0 -- * > debian/copyright_hints diff -Nru libhttp-lrdd-perl-0.106/debian/copyright_hints libhttp-lrdd-perl-0.106/debian/copyright_hints --- libhttp-lrdd-perl-0.106/debian/copyright_hints 2013-06-29 15:50:09.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/copyright_hints 2021-09-11 16:05:38.000000000 +0000 @@ -1,22 +1,21 @@ -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: FIXME Upstream-Contact: FIXME Source: FIXME -Disclaimer: Autogenerated by CDBS +Disclaimer: Autogenerated by licensecheck Files: Changes - MANIFEST META.yml Makefile.PL - SIGNATURE TODO - debian/README.source debian/clean - debian/compat debian/control - debian/control.in + debian/copyright-check + debian/examples debian/gbp.conf + debian/rules debian/source/format + debian/upstream/metadata debian/watch examples/alternative-predicates.pl examples/basic.pl @@ -28,6 +27,7 @@ inc/Module/Install/Fetch.pm inc/Module/Install/Include.pm inc/Module/Install/Makefile.pm + inc/Module/Install/Metadata.pm inc/Module/Install/TrustMetaYml.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm @@ -38,82 +38,77 @@ meta/changes.ttl meta/doap.ttl meta/makefile.ttl -Copyright: *No copyright* +Copyright: NONE License: UNKNOWN FIXME -Files: HACKING - README +Files: README lib/HTTP/LRDD.pm t/01basic.t Copyright: 2010-2012, Toby Inkster - 2012, Toby Inkster License: UNKNOWN FIXME Files: inc/Module/Install/Package.pm inc/Module/Package.pm -Copyright: 2011 +Copyright: 2011, see: License: UNKNOWN FIXME -Files: inc/Module/Install/Metadata.pm -Copyright: -License: Expat +Files: LICENSE +Copyright: 1989, Free Software Foundation, Inc. + 2012, Toby Inkster . +License: Artistic-1.0 and/or GPL-1 and/or Perl FIXME -Files: debian/rules -Copyright: 2011, 2013 Jonas Smedegaard - 2011, Florian Schlichting - 2013, Xavier Guimard -License: GPL-3+ +Files: HACKING +Copyright: 2012, Toby Inkster. +License: CC-BY-SA-2.0 FIXME -Files: LICENSE -Copyright: 1989, Free Software Foundation, Inc - 19xx name of author - 19yy - 2012, Toby Inkster - HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR - HOLDERS AND/OR OTHER PARTIES - Holder - Holder maintains some semblance of - Holder may not be used to endorse or promote - Holder to include your - Holder" is whoever is named in the or s for - Holder, but only to the - Holder. A Package modified in such - disclaimer" for the program, if - holder saying it may be - interest in the - notices and associated disclaimers - the software, and -License: GPL-ever +Files: COPYRIGHT +Copyright: 1993-2012, Larry Wall and others + 1997-2007, Graham Barr . + 2002-2004, Audrey Tang and Brian Ingerson. + 2002-2012, Brian Ingerson, Audrey Tang and Adam Kennedy. + 2003-2004, Audrey Tang . + 2006-2012, Adam Kennedy. + 2010-2012, Toby Inkster. + 2011 + 2012, the copyright holder(s). + Copyright: None + This software is copyright (c) 2011-2012 by Toby Inkster. + Unknown +License: GPL-1 and/or Perl and/or public-domain + FIXME + +Files: inc/Module/Install.pm +Copyright: 2008-2012, Adam Kennedy. +License: UNKNOWN FIXME Files: inc/Scalar/Util.pm Copyright: 1997-2007, Graham Barr . -License: Perl +License: UNKNOWN FIXME -Files: COPYRIGHT -Copyright: 1993-2012, Larry Wall and others - 1997-2007, Graham Barr . 1999, Tuomas J. Lukka . - 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy - 2002-2004, Audrey Tang and Brian Ingerson - 2003-2004, Audrey Tang - 2006, - 2012, Adam Kennedy - 2010-2012, Toby Inkster - 2011. Ingy doet Net - 2012, the holder(s) - None - This software is 2011-2012, by Toby Inkster - Unknown +Files: SIGNATURE +Copyright: SHA1 3244b71b1d0492d6fa0a11c442e83da409406e97 Changes License: UNKNOWN FIXME -Files: inc/Module/Install.pm -Copyright: 2008, - 2012, Adam Kennedy +Files: debian/source/lintian-overrides +Copyright: debian/copyright Artistic + debian/copyright GPL-1+ + debian/copyright GPL-3+ + debian/copyright artistic + debian/copyright gpl-1+ + debian/copyright gpl-3+ +License: UNKNOWN + FIXME + +Files: MANIFEST +Copyright: examples/alternative-predicates.pl License: UNKNOWN FIXME diff -Nru libhttp-lrdd-perl-0.106/debian/examples libhttp-lrdd-perl-0.106/debian/examples --- libhttp-lrdd-perl-0.106/debian/examples 1970-01-01 00:00:00.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/examples 2021-09-11 08:35:29.000000000 +0000 @@ -0,0 +1 @@ +examples/* diff -Nru libhttp-lrdd-perl-0.106/debian/gbp.conf libhttp-lrdd-perl-0.106/debian/gbp.conf --- libhttp-lrdd-perl-0.106/debian/gbp.conf 2013-03-03 17:38:33.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/gbp.conf 2021-09-11 15:44:46.000000000 +0000 @@ -3,3 +3,4 @@ [DEFAULT] pristine-tar = True sign-tags = True +filter = */.git* diff -Nru libhttp-lrdd-perl-0.106/debian/patches/1001_shared_Module-Package.patch libhttp-lrdd-perl-0.106/debian/patches/1001_shared_Module-Package.patch --- libhttp-lrdd-perl-0.106/debian/patches/1001_shared_Module-Package.patch 1970-01-01 00:00:00.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/patches/1001_shared_Module-Package.patch 2021-09-11 16:05:38.000000000 +0000 @@ -0,0 +1,8 @@ +Description: use shared module Module::Package +Author: Jonas Smedegaard +Last-Update: 2021-09-11 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -1 +1 @@ +-use inc::Module::Package 'RDF:tobyink 0.009'; ++use Module::Package 'RDF:standard'; diff -Nru libhttp-lrdd-perl-0.106/debian/patches/README libhttp-lrdd-perl-0.106/debian/patches/README --- libhttp-lrdd-perl-0.106/debian/patches/README 1970-01-01 00:00:00.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/patches/README 2021-09-11 16:05:38.000000000 +0000 @@ -0,0 +1,3 @@ +0xxx: Grabbed from upstream development. +1xxx: Possibly relevant for upstream adoption. +2xxx: Only relevant for official Debian release. diff -Nru libhttp-lrdd-perl-0.106/debian/patches/series libhttp-lrdd-perl-0.106/debian/patches/series --- libhttp-lrdd-perl-0.106/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/patches/series 2021-09-11 16:05:38.000000000 +0000 @@ -0,0 +1 @@ +1001_shared_Module-Package.patch diff -Nru libhttp-lrdd-perl-0.106/debian/README.source libhttp-lrdd-perl-0.106/debian/README.source --- libhttp-lrdd-perl-0.106/debian/README.source 2013-04-18 19:32:19.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -CDBS+git-buildpackage ---------------------- - -This source package uses CDBS and git-buildpackage. NMUs need not (but -are encouraged to) make special use of these tools. In particular, the -debian/control.in file can be completely ignored. - -More info here: http://wiki.debian.org/CDBS+git-buildpackage - - - -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 diff -Nru libhttp-lrdd-perl-0.106/debian/rules libhttp-lrdd-perl-0.106/debian/rules --- libhttp-lrdd-perl-0.106/debian/rules 2013-06-29 15:49:25.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/rules 2021-09-11 16:05:38.000000000 +0000 @@ -1,43 +1,14 @@ #!/usr/bin/make -f -# -*- mode: makefile; coding: utf-8 -*- -# Copyright © 2011, 2013 Jonas Smedegaard -# Copyright © 2011 Florian Schlichting -# Copyright © 2013 Xavier Guimard -# Description: Main Debian packaging script for HTTP::LRDD -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -include /usr/share/cdbs/1/rules/upstream-tarball.mk -include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/cdbs/1/class/perl-makemaker.mk -include /usr/share/cdbs/1/rules/debhelper.mk +# ensure deterministic build: avoid Module::Package::RDF calling Module::AutoInstall +export NO_AUTO_INSTALL=1 -pkg = $(DEB_SOURCE_PACKAGE) +%: + dh $@ -DEB_UPSTREAM_PACKAGE = HTTP-LRDD -#DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/HTTP -DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK -DEB_UPSTREAM_TARBALL_MD5 = 2577706c3e968503f46690e395d57d34 +# move aside stale code during build (see bug#988790) +execute_after_dh_auto_clean: + [ ! -d inc/Scalar.save ] || mv --force inc/Scalar.save inc/Scalar -# Needed by upstream build and at (always) runtime -perl-deps = html-html5-parser html-html5-sanity http-link-parser -perl-deps += www rdf-rdfa-parser -perl-deps += uri xml-atom-owl xrd-parser rdf-trinex-functions rdf-query -deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) -deps +=, librole-commons-perl | libobject-authority-perl - -CDBS_BUILD_DEPENDS +=, $(deps) -CDBS_DEPENDS_$(pkg) = $(deps) - -DEB_INSTALL_EXAMPLES_$(pkg) = examples/* +execute_before_dh_auto_configure: + [ ! -d inc/Scalar ] || mv inc/Scalar inc/Scalar.save diff -Nru libhttp-lrdd-perl-0.106/debian/source/lintian-overrides libhttp-lrdd-perl-0.106/debian/source/lintian-overrides --- libhttp-lrdd-perl-0.106/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/source/lintian-overrides 2021-09-11 16:05:38.000000000 +0000 @@ -0,0 +1,7 @@ +# License is in Reference field (see bug#786450) +missing-license-paragraph-in-dep5-copyright debian/copyright artistic * +missing-license-paragraph-in-dep5-copyright debian/copyright gpl-1\+ * +missing-license-paragraph-in-dep5-copyright debian/copyright gpl-3\+ * +missing-license-text-in-dep5-copyright debian/copyright Artistic * +missing-license-text-in-dep5-copyright debian/copyright GPL-1\+ * +missing-license-text-in-dep5-copyright debian/copyright GPL-3\+ * diff -Nru libhttp-lrdd-perl-0.106/debian/upstream/metadata libhttp-lrdd-perl-0.106/debian/upstream/metadata --- libhttp-lrdd-perl-0.106/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/upstream/metadata 2021-09-11 08:23:13.000000000 +0000 @@ -0,0 +1,3 @@ +--- +Bug-Database: http://rt.cpan.org/Dist/Display.html?Queue=HTTP-LRDD +Repository: https://bitbucket.org/tobyink/p5-http-lrdd diff -Nru libhttp-lrdd-perl-0.106/debian/watch libhttp-lrdd-perl-0.106/debian/watch --- libhttp-lrdd-perl-0.106/debian/watch 2013-03-03 17:38:33.000000000 +0000 +++ libhttp-lrdd-perl-0.106/debian/watch 2021-09-11 15:44:11.000000000 +0000 @@ -1,3 +1,6 @@ -# Run the "uscan" command to check for upstream updates and more. -version=3 -http://search.cpan.org/dist/HTTP-LRDD/ .*/HTTP-LRDD-([\d.]+)\.tar\.gz debian +version=4 +# check: uscan --report +# update: gbp import-orig --upstream-vcs-tag=vX.Y.Z --uscan + +https://metacpan.org/release/HTTP-LRDD \ +.*/HTTP-LRDD@ANY_VERSION@@ARCHIVE_EXT@