diff -Nru inotify-hookable-0.09/debian/changelog inotify-hookable-0.09/debian/changelog --- inotify-hookable-0.09/debian/changelog 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/changelog 2021-03-07 01:27:52.000000000 +0000 @@ -1,3 +1,38 @@ +inotify-hookable (0.09-2) unstable; urgency=medium + + * Team upload. + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS. + * debian/upstream/metadata: use HTTPS for GitHub URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN. + + [ Laurent Baillet ] + * fix lintian wrong-path-for-interpreter error + * fix lintian file-contains-trailing-whitespace warning + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + * Add patch to document --quiet option. + Thanks to James Vasile for the bug report. (Closes: #984471) + * Update debian/upstream/metadata. + * Declare compliance with Debian Policy 4.5.1. + * Set Rules-Requires-Root: no. + * Annotate test-only build dependencies with . + * Bump debhelper-compat to 13. + * Build with --no-parallel. + Otherwise we get build failures with some ordering issued around manpages + and libraries. + * Annotate debian/patches/fix-man-page with "Forwarded: not-needed". + + -- gregor herrmann Sun, 07 Mar 2021 02:27:52 +0100 + inotify-hookable (0.09-1) unstable; urgency=medium * Team upload. diff -Nru inotify-hookable-0.09/debian/compat inotify-hookable-0.09/debian/compat --- inotify-hookable-0.09/debian/compat 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru inotify-hookable-0.09/debian/control inotify-hookable-0.09/debian/control --- inotify-hookable-0.09/debian/control 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/control 2021-03-07 01:27:52.000000000 +0000 @@ -2,21 +2,22 @@ Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl -Priority: optional Testsuite: autopkgtest-pkg-perl -Build-Depends: debhelper (>= 9) -Build-Depends-Indep: libclass-inspector-perl, - libdata-bitmask-perl, - liblinux-inotify2-perl, - liblist-moreutils-perl, - libmoose-perl, - libmoosex-getopt-perl, - libmoosex-types-perl, - libtry-tiny-perl -Standards-Version: 3.9.7 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/inotify-hookable.git -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/inotify-hookable.git -Homepage: http://search.cpan.org/dist/App-Inotify-Hookable/ +Priority: optional +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libclass-inspector-perl , + libdata-bitmask-perl , + liblinux-inotify2-perl , + liblist-moreutils-perl , + libmoose-perl , + libmoosex-getopt-perl , + libmoosex-types-perl , + libtry-tiny-perl +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/inotify-hookable +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/inotify-hookable.git +Homepage: https://metacpan.org/release/App-Inotify-Hookable +Rules-Requires-Root: no Package: inotify-hookable Architecture: all @@ -42,4 +43,3 @@ Example: . inotify-hookable -f foo.c -c 'gcc -o foo foo.c' - diff -Nru inotify-hookable-0.09/debian/copyright inotify-hookable-0.09/debian/copyright --- inotify-hookable-0.09/debian/copyright 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/copyright 2021-03-07 01:27:52.000000000 +0000 @@ -1,7 +1,7 @@ -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: App-Inotify-Hookable Upstream-Contact: Ævar Arnfjörð Bjarmason -Source: http://search.cpan.org/dist/App-Inotify-Hookable/ +Source: https://metacpan.org/release/App-Inotify-Hookable Files: * Copyright: 2012-2016, Ævar Arnfjörð Bjarmason diff -Nru inotify-hookable-0.09/debian/patches/fix-man-page inotify-hookable-0.09/debian/patches/fix-man-page --- inotify-hookable-0.09/debian/patches/fix-man-page 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/patches/fix-man-page 2021-03-07 01:27:52.000000000 +0000 @@ -6,7 +6,11 @@ This is not user-friendly, so Makefile.PL and Hooakble.pm are hacked the deliver the proper information to the executable man page +Forwarded: not-needed Author: dod +Reviewed-by: gregor herrmann +Last-Update: 2016-04-29 + --- a/lib/App/Inotify/Hookable.pm +++ b/lib/App/Inotify/Hookable.pm @@ -471,7 +471,7 @@ __END__ diff -Nru inotify-hookable-0.09/debian/patches/pod-quiet.patch inotify-hookable-0.09/debian/patches/pod-quiet.patch --- inotify-hookable-0.09/debian/patches/pod-quiet.patch 1970-01-01 00:00:00.000000000 +0000 +++ inotify-hookable-0.09/debian/patches/pod-quiet.patch 2021-03-07 01:27:52.000000000 +0000 @@ -0,0 +1,21 @@ +Description: add -q/--quiet option to POD +Origin: vendor +Author: gregor herrmann +Last-Update: 2021-03-07 +Forwarded: https://github.com/avar/app-inotify-hookable/pull/8 +Bug: https://github.com/avar/app-inotify-hookable/pull/8 +Bug-Debian: https://bugs.debian.org/984471 + +--- a/lib/App/Inotify/Hookable.pm ++++ b/lib/App/Inotify/Hookable.pm +@@ -580,6 +580,10 @@ + + Spew out some verbose debug output while running. + ++=head2 C<-q> or C<--[no-]quiet> ++ ++Don't log noisy information ++ + =head1 ACKNOWLEDGMENT + + This module was originally developed at and for Booking.com. With diff -Nru inotify-hookable-0.09/debian/patches/series inotify-hookable-0.09/debian/patches/series --- inotify-hookable-0.09/debian/patches/series 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/patches/series 2021-03-07 01:27:52.000000000 +0000 @@ -1 +1,2 @@ fix-man-page +pod-quiet.patch diff -Nru inotify-hookable-0.09/debian/rules inotify-hookable-0.09/debian/rules --- inotify-hookable-0.09/debian/rules 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/rules 2021-03-07 01:27:52.000000000 +0000 @@ -1,4 +1,11 @@ #!/usr/bin/make -f +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + %: - dh $@ + dh $@ --no-parallel + +override_dh_install: + dh_install + sed -i '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/bin/$(PACKAGE) $(TMP)/usr/share/perl5/App/Inotify/Hookable.pm diff -Nru inotify-hookable-0.09/debian/upstream/metadata inotify-hookable-0.09/debian/upstream/metadata --- inotify-hookable-0.09/debian/upstream/metadata 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/upstream/metadata 2021-03-07 01:27:52.000000000 +0000 @@ -1,8 +1,6 @@ --- Archive: CPAN -Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=App-Inotify-Hookable -Bug-Submit: bug-App-Inotify-Hookable@rt.cpan.org -Contact: Ævar Arnfjörð Bjarmason -Name: App-Inotify-Hookable -Repository: git://github.com/avar/app-inotify-hookable.git -Repository-Browse: http://github.com/avar/app-inotify-hookable +Bug-Database: https://github.com/avar/app-inotify-hookable/issues +Bug-Submit: https://github.com/avar/app-inotify-hookable/issues/new +Repository: https://github.com/avar/app-inotify-hookable.git +Repository-Browse: https://github.com/avar/app-inotify-hookable diff -Nru inotify-hookable-0.09/debian/watch inotify-hookable-0.09/debian/watch --- inotify-hookable-0.09/debian/watch 2016-02-18 17:11:35.000000000 +0000 +++ inotify-hookable-0.09/debian/watch 2021-03-07 01:27:52.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://search.cpan.org/dist/App-Inotify-Hookable/ .*/App-Inotify-Hookable-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/App-Inotify-Hookable .*/App-Inotify-Hookable-v?@ANY_VERSION@@ARCHIVE_EXT@$