diff -Nru libsyntax-highlight-perl-improved-perl-1.01/debian/changelog libsyntax-highlight-perl-improved-perl-1.01/debian/changelog --- libsyntax-highlight-perl-improved-perl-1.01/debian/changelog 2017-11-08 01:16:49.000000000 +0000 +++ libsyntax-highlight-perl-improved-perl-1.01/debian/changelog 2017-11-15 07:32:17.000000000 +0000 @@ -1,3 +1,14 @@ +libsyntax-highlight-perl-improved-perl (1.01-5) unstable; urgency=medium + + * Team upload. + * Fix syntactical typos in debian/copyright. + * Fix typo in previous changelog entry. + * Set "Rules-Requires-Root: no". + * Add patch to remove syntactically incorrect =over/=back pair. + * Add lintian override for application-in-library-section. + + -- Axel Beckert Wed, 15 Nov 2017 08:32:17 +0100 + libsyntax-highlight-perl-improved-perl (1.01-4) unstable; urgency=medium * Team upload. @@ -30,7 +41,7 @@ + Install files via debian/{install,docs,manpages}. * Declare compliance with Debian Policy 4.1.1. * Mention module name in long package description. - * Convert debian/changelog to machine-readable DEP5 format. + * Convert debian/copyright to machine-readable DEP5 format. * Add DEP3 header to debian/patches/viewperl.patch. * Fix spelling errors found by Lintian. diff -Nru libsyntax-highlight-perl-improved-perl-1.01/debian/control libsyntax-highlight-perl-improved-perl-1.01/debian/control --- libsyntax-highlight-perl-improved-perl-1.01/debian/control 2017-11-08 00:53:49.000000000 +0000 +++ libsyntax-highlight-perl-improved-perl-1.01/debian/control 2017-11-12 01:40:20.000000000 +0000 @@ -10,6 +10,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsyntax-highlight-perl-improved-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsyntax-highlight-perl-improved-perl.git Homepage: https://metacpan.org/release/Syntax-Highlight-Perl-Improved +Rules-Requires-Root: no Package: libsyntax-highlight-perl-improved-perl Architecture: all diff -Nru libsyntax-highlight-perl-improved-perl-1.01/debian/copyright libsyntax-highlight-perl-improved-perl-1.01/debian/copyright --- libsyntax-highlight-perl-improved-perl-1.01/debian/copyright 2017-11-08 00:51:13.000000000 +0000 +++ libsyntax-highlight-perl-improved-perl-1.01/debian/copyright 2017-11-12 01:38:24.000000000 +0000 @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Syntax-Highlight-Perl-Improved -Upstream-Contact: David C.Y. Liu b +Upstream-Contact: David C.Y. Liu Upstream-Name: Syntax-Highlight-Perl-Improved Files: * @@ -10,7 +10,7 @@ Files: debian/* Copyright: 2007 Jaldhar H. Vyas 2008-2016 gregor herrmann - 2017 Axel Beckert License: Artistic or GPL-1+ Comment: Without explicit statement it is assumed that the packaging is licensed under the same terms as the upstream code. diff -Nru libsyntax-highlight-perl-improved-perl-1.01/debian/lintian-overrides libsyntax-highlight-perl-improved-perl-1.01/debian/lintian-overrides --- libsyntax-highlight-perl-improved-perl-1.01/debian/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libsyntax-highlight-perl-improved-perl-1.01/debian/lintian-overrides 2017-11-15 07:30:49.000000000 +0000 @@ -0,0 +1 @@ +libsyntax-highlight-perl-improved-perl: application-in-library-section perl usr/bin/viewperl diff -Nru libsyntax-highlight-perl-improved-perl-1.01/debian/patches/pod.patch libsyntax-highlight-perl-improved-perl-1.01/debian/patches/pod.patch --- libsyntax-highlight-perl-improved-perl-1.01/debian/patches/pod.patch 1970-01-01 00:00:00.000000000 +0000 +++ libsyntax-highlight-perl-improved-perl-1.01/debian/patches/pod.patch 2017-11-12 01:46:17.000000000 +0000 @@ -0,0 +1,23 @@ +Description: Remove syntactically incorrect =over/=back pair +Author: Axel Beckert + +--- a/lib/Syntax/Highlight/Perl/Improved.pm ++++ b/lib/Syntax/Highlight/Perl/Improved.pm +@@ -42,8 +42,6 @@ + in the future for tasks related to "back-tracking" (ie, re-doing a single line in the middle of + a stream) such as speeding up state copying. + +-=over 4 +- + =head2 Constructors + + The only constructor provided is C. When called on an existing object, C will +@@ -99,8 +97,6 @@ + + You can retrieve the current substitutions (as a hash-ref) via C. + +-=back +- + =head1 FORMAT TYPES + + The Syntax::Highlight::Perl::Improved formatter recognizes and differentiates between many Perl syntactical diff -Nru libsyntax-highlight-perl-improved-perl-1.01/debian/patches/series libsyntax-highlight-perl-improved-perl-1.01/debian/patches/series --- libsyntax-highlight-perl-improved-perl-1.01/debian/patches/series 2017-11-08 01:02:39.000000000 +0000 +++ libsyntax-highlight-perl-improved-perl-1.01/debian/patches/series 2017-11-12 01:42:08.000000000 +0000 @@ -1,2 +1,3 @@ viewperl.patch fix-spelling-errors-found-by-lintian.patch +pod.patch