diff -Nru libconfig-apacheformat-perl-1.2/debian/changelog libconfig-apacheformat-perl-1.2/debian/changelog --- libconfig-apacheformat-perl-1.2/debian/changelog 2016-11-23 06:30:36.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/changelog 2016-11-22 21:05:13.000000000 +0000 @@ -1,3 +1,56 @@ +libconfig-apacheformat-perl (1.2-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/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * Change my email address. + + [ 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 + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Axel Beckert ] + * Fix Homepage header (module vs distribution name, thanks DUCK!) + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * Remove Stephen Gran from Uploaders on request of the MIA team. + (Closes: #838400) + + [ Florian Schlichting ] + * Add headers to apache_globs.patch + * Switch to source format 3.0 (quilt) + * Bump dh compat to level 9 + * Brush up short and long description + * Use short-form debian/rules + * Convert d/copyright to copyright-format 1.0 + * Declare compliance with Debian Policy 3.9.8 + * Mark package autopkgtest-able + * Add a patch to fix POD and spelling errors + + -- Florian Schlichting Tue, 22 Nov 2016 22:05:13 +0100 + libconfig-apacheformat-perl (1.2-4) unstable; urgency=low [ Stephen Gran ] diff -Nru libconfig-apacheformat-perl-1.2/debian/compat libconfig-apacheformat-perl-1.2/debian/compat --- libconfig-apacheformat-perl-1.2/debian/compat 2016-11-23 06:30:36.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/compat 2016-11-22 20:55:00.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru libconfig-apacheformat-perl-1.2/debian/control libconfig-apacheformat-perl-1.2/debian/control --- libconfig-apacheformat-perl-1.2/debian/control 2016-11-23 06:30:36.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/control 2016-11-22 21:05:13.000000000 +0000 @@ -1,21 +1,24 @@ Source: libconfig-apacheformat-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann Section: perl Priority: optional -Build-Depends: debhelper (>= 5.0.0), quilt -Build-Depends-Indep: perl (>= 5.8.8-12), libclass-methodmaker-perl (>= 1.08) -Maintainer: Debian Perl Group -Uploaders: Stephen Gran , - gregor herrmann -Standards-Version: 3.7.3 -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-apacheformat-perl/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-apacheformat-perl/ -Homepage: http://search.cpan.org/dist/Config::ApacheFormat/ +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl, + libclass-methodmaker-perl +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-apacheformat-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libconfig-apacheformat-perl.git +Homepage: https://metacpan.org/release/Config-ApacheFormat +Testsuite: autopkgtest-pkg-perl Package: libconfig-apacheformat-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libclass-methodmaker-perl (>= 1.08) -Description: use Apache format config files - This module is designed to parse a configuration file in the same +Depends: ${perl:Depends}, + ${misc:Depends}, + libclass-methodmaker-perl +Description: Perl module to parse Apache format config files + Config::ApacheFormat is designed to parse a configuration file in the same syntax used by the Apache web server (see http://httpd.apache.org for details). This allows you to build applications which can be easily managed by experienced Apache admins. Also, by using this module, diff -Nru libconfig-apacheformat-perl-1.2/debian/copyright libconfig-apacheformat-perl-1.2/debian/copyright --- libconfig-apacheformat-perl-1.2/debian/copyright 2016-11-23 06:30:36.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/copyright 2016-11-22 21:03:34.000000000 +0000 @@ -1,15 +1,30 @@ -This is the debian package for the Config::ApacheFormat module. -It was created by Stephen Gran using dh-make-perl. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/Config-ApacheFormat +Upstream-Contact: Sam Tregar +Upstream-Name: Config-ApacheFormat -It was downloaded from http://search.cpan.org/dist/Config-ApacheFormat/ +Files: * +Copyright: 2002-2003 Sam Tregar +License: Artistic or GPL-1+ -Copyright (C) 2002-2003 Sam Tregar +Files: debian/* +Copyright: 2008, Stephen Gran + 2008, gregor herrmann + 2016, Florian Schlichting +License: Artistic or GPL-1+ -This program is free software; you can redistribute it and/or modify -it under the same terms as Perl 5 itself, i.e., under the terms of the -"Artistic License" or the "GNU General Public License". +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. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. -On Debian systems, you can find them in /usr/share/common-licenses/. - -The Debian packaging is (C) 2008, Stephen Gran and -is licensed under the same terms as the software itself (see above). +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. + . + 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'. diff -Nru libconfig-apacheformat-perl-1.2/debian/patches/apache_globs.patch libconfig-apacheformat-perl-1.2/debian/patches/apache_globs.patch --- libconfig-apacheformat-perl-1.2/debian/patches/apache_globs.patch 2016-11-23 06:30:36.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/patches/apache_globs.patch 2016-11-22 20:53:41.000000000 +0000 @@ -1,8 +1,11 @@ -Index: libconfig-apacheformat-perl/ApacheFormat.pm -=================================================================== ---- libconfig-apacheformat-perl.orig/ApacheFormat.pm 2008-03-02 15:33:54.000000000 +0000 -+++ libconfig-apacheformat-perl/ApacheFormat.pm 2008-03-02 15:34:31.000000000 +0000 -@@ -599,6 +599,8 @@ +Description: Update to work with apache file globs + such as Include /etc/apache2/mods-enabled/*.load +Author: Stephen Gran +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=7537 + +--- a/ApacheFormat.pm ++++ b/ApacheFormat.pm +@@ -599,6 +599,8 @@ sub _read { "line $$line_num: $!"); @files = map { "$f/$_" } sort grep { -f "$f/$_" } readdir INCD; closedir(INCD); diff -Nru libconfig-apacheformat-perl-1.2/debian/patches/pod-error-spelling.patch libconfig-apacheformat-perl-1.2/debian/patches/pod-error-spelling.patch --- libconfig-apacheformat-perl-1.2/debian/patches/pod-error-spelling.patch 1970-01-01 00:00:00.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/patches/pod-error-spelling.patch 2016-11-22 21:05:13.000000000 +0000 @@ -0,0 +1,69 @@ +Description: fix a number of POD and spelling errors +Author: Florian Schlichting +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118905 + +--- a/ApacheFormat.pm ++++ b/ApacheFormat.pm +@@ -91,6 +91,8 @@ + + =head1 METHODS + ++=over 4 ++ + =item $config = Config::ApacheFormat->new(opt => "value") + + This method creates an object that can then be used to read configuration +@@ -104,7 +106,7 @@ + + Set this to 0 to turn off the inheritance feature. Block inheritance + means that variables declared outside a block are available from +-inside the block unless overriden. Defaults to 1. ++inside the block unless overridden. Defaults to 1. + + =item include_support + +@@ -206,7 +208,7 @@ + + If you provide an array of directive names then syntax errors will be + generated during parsing for invalid directives. Otherwise, any +-directive name will be accepted. For exmaple, to only allow ++directive name will be accepted. For example, to only allow + directives called "Bar" and "Bif": + + $config = Config::ApacheFormat->new( +@@ -217,7 +219,7 @@ + + If you provide an array of block names then syntax errors will be + generated during parsing for invalid blocks. Otherwise, any block +-name will be accepted. For exmaple, to only allow "Directory" and ++name will be accepted. For example, to only allow "Directory" and + "Location" blocks in your config file: + + $config = Config::ApacheFormat->new( +@@ -306,8 +308,6 @@ + $config->inheritance_support(0); + $config->include_support(1); + +-=over 4 +- + =cut + + use File::Spec; +@@ -1065,6 +1065,8 @@ + + =head1 AUTHORS + ++=over ++ + =item Sam Tregar + + Original author and maintainer +@@ -1073,6 +1075,8 @@ + + Porting of features from L + ++=back ++ + =head1 SEE ALSO + + L diff -Nru libconfig-apacheformat-perl-1.2/debian/patches/series libconfig-apacheformat-perl-1.2/debian/patches/series --- libconfig-apacheformat-perl-1.2/debian/patches/series 2016-11-23 06:30:36.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/patches/series 2016-11-22 21:05:13.000000000 +0000 @@ -1 +1,2 @@ +pod-error-spelling.patch apache_globs.patch diff -Nru libconfig-apacheformat-perl-1.2/debian/rules libconfig-apacheformat-perl-1.2/debian/rules --- libconfig-apacheformat-perl-1.2/debian/rules 2016-11-23 06:30:36.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/rules 2016-11-22 21:00:18.000000000 +0000 @@ -1,77 +1,4 @@ #!/usr/bin/make -f -# This debian/rules file is provided as a template for normal perl -# packages. It was created by Marc Brockschmidt for -# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may -# be used freely wherever it is useful. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# If set to a true value then MakeMaker's prompt function will -# always return the default without waiting for user input. -export PERL_MM_USE_DEFAULT=1 -include /usr/share/quilt/quilt.make - -PACKAGE=$(shell dh_listpackages) - -ifndef PERL -PERL = /usr/bin/perl -endif - -TMP =$(CURDIR)/debian/$(PACKAGE) - -build: build-stamp -build-stamp: $(QUILT_STAMPFN) - dh_testdir - - # Add commands to compile the package here - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) - $(MAKE) test - - touch $@ - -clean: unpatch - dh_testdir - dh_testroot - - dh_clean build-stamp install-stamp - - # Add commands to clean up after the build process here - [ ! -f Makefile ] || $(MAKE) realclean - -install: install-stamp -install-stamp: build-stamp - dh_testdir - dh_testroot - dh_clean -k - - # Add commands to install the package into $(TMP) here - $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr - - [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 - - touch $@ - -binary-arch: -# We have nothing to do here for an architecture-independent package - -binary-indep: build install - dh_testdir - dh_testroot - dh_installexamples - dh_installdocs README - dh_installchangelogs Changes - dh_perl - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +%: + dh $@ diff -Nru libconfig-apacheformat-perl-1.2/debian/source/format libconfig-apacheformat-perl-1.2/debian/source/format --- libconfig-apacheformat-perl-1.2/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/source/format 2016-11-22 20:58:49.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libconfig-apacheformat-perl-1.2/debian/tests/pkg-perl/smoke-files libconfig-apacheformat-perl-1.2/debian/tests/pkg-perl/smoke-files --- libconfig-apacheformat-perl-1.2/debian/tests/pkg-perl/smoke-files 1970-01-01 00:00:00.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/tests/pkg-perl/smoke-files 2016-11-22 21:05:13.000000000 +0000 @@ -0,0 +1,2 @@ +t/ +incdir/ diff -Nru libconfig-apacheformat-perl-1.2/debian/watch libconfig-apacheformat-perl-1.2/debian/watch --- libconfig-apacheformat-perl-1.2/debian/watch 2016-11-23 06:30:36.000000000 +0000 +++ libconfig-apacheformat-perl-1.2/debian/watch 2014-03-04 10:33:18.000000000 +0000 @@ -1,5 +1,5 @@ version=3 # URL to the package page followed by a regex to search -http://search.cpan.org/dist/Config-ApacheFormat/ .*/Config-ApacheFormat-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Config-ApacheFormat .*/Config-ApacheFormat-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)