diff -Nru libfile-localizenewlines-perl-1.11/Changes libfile-localizenewlines-perl-1.12/Changes --- libfile-localizenewlines-perl-1.11/Changes 2009-06-25 14:06:59.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/Changes 2009-07-07 16:04:44.000000000 +0000 @@ -1,5 +1,8 @@ Revision history for Perl extension File-LocalizeNewlines +1.12 Wed 8 Jul 2009 + - Fixing the Makefile.PL (adding the missing requires_from) + 1.11 Thu 18 Jul 2009 - Fixed Bug 45176. Individual files can now be localized - Upgrading to Module::Install::DSL 0.91 diff -Nru libfile-localizenewlines-perl-1.11/META.yml libfile-localizenewlines-perl-1.12/META.yml --- libfile-localizenewlines-perl-1.11/META.yml 2009-06-25 14:07:20.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/META.yml 2009-07-07 16:05:06.000000000 +0000 @@ -22,10 +22,16 @@ - inc - t requires: + Class::Default: 1.0 + File::Find::Rule: 0.20 + File::Slurp: 9999.04 + File::Spec: 0.80 + FileHandle: 0 Getopt::Long: 0 + Params::Util: 0.10 perl: 5.005 resources: ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/File-LocalizeNewlines license: http://dev.perl.org/licenses/ repository: http://svn.ali.as/cpan/trunk/File-LocalizeNewlines -version: 1.11 +version: 1.12 diff -Nru libfile-localizenewlines-perl-1.11/Makefile.PL libfile-localizenewlines-perl-1.12/Makefile.PL --- libfile-localizenewlines-perl-1.11/Makefile.PL 2009-06-25 14:06:59.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/Makefile.PL 2009-07-07 16:04:44.000000000 +0000 @@ -1,6 +1,7 @@ use inc::Module::Install::DSL 0.91; all_from lib/File/LocalizeNewlines.pm +requires_from lib/File/LocalizeNewlines.pm requires Getopt::Long 0 test_requires Test::More 0.42 test_requires Test::Script 1.02 diff -Nru libfile-localizenewlines-perl-1.11/debian/changelog libfile-localizenewlines-perl-1.12/debian/changelog --- libfile-localizenewlines-perl-1.11/debian/changelog 2013-05-28 00:48:15.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/debian/changelog 2013-05-27 15:11:57.000000000 +0000 @@ -1,3 +1,34 @@ +libfile-localizenewlines-perl (1.12-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Fix to requires_from + + [ Ryan Niebur ] + * Email change: Jonathan Yu -> jawnsy@cpan.org + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ gregor herrmann ] + * debian/control: update {versioned,alternative} (build) dependencies. + Closes: #709794 + + [ Salvatore Bonaccorso ] + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ gregor herrmann ] + * Don't run release tests during package build. + * Switch to "3.0 (quilt)" source format. + * debian/rules: use dh(1). + * debian/copyright: switch formatting to Copyright-Format 1.0. + * Bump debhelper compatibility level to 8. + * Set Standards-Version to 3.9.4 (no changes). + * Use ${perl:Depends} in Depends in debian/control. + * Add /me to Uploaders. + + -- gregor herrmann Mon, 27 May 2013 17:11:35 +0200 + libfile-localizenewlines-perl (1.11-1) unstable; urgency=low * New upstream release diff -Nru libfile-localizenewlines-perl-1.11/debian/compat libfile-localizenewlines-perl-1.12/debian/compat --- libfile-localizenewlines-perl-1.11/debian/compat 2013-05-28 00:48:15.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/debian/compat 2013-05-27 15:11:57.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru libfile-localizenewlines-perl-1.11/debian/control libfile-localizenewlines-perl-1.12/debian/control --- libfile-localizenewlines-perl-1.11/debian/control 2013-05-28 00:48:15.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/debian/control 2013-05-27 15:11:57.000000000 +0000 @@ -1,26 +1,35 @@ Source: libfile-localizenewlines-perl +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , + Jonathan Yu , + gregor herrmann Section: perl Priority: optional -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl (>= 5.005), libfile-remove-perl (>= 1.42), - libfile-find-rule-perl (>= 0.20), libparams-util-perl (>= 0.10), - libclass-default-perl (>= 1.0), libfile-slurp-perl (>= 9999.04), - libtest-cpan-meta-perl, libpod-simple-perl (>= 3.07), libtest-pod-perl, - libtest-minimumversion-perl, libtest-script-perl -Maintainer: Debian Perl Group -Uploaders: Damyan Ivanov , Jonathan Yu -Standards-Version: 3.8.2 -Homepage: http://search.cpan.org/dist/File-LocalizeNewlines/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-localizenewlines-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-localizenewlines-perl/ +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, + libclass-default-perl, + libfile-find-rule-perl, + libfile-remove-perl, + libfile-slurp-perl, + libparams-util-perl, + libtest-script-perl +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-localizenewlines-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-localizenewlines-perl.git +Homepage: https://metacpan.org/release/File-LocalizeNewlines/ Package: libfile-localizenewlines-perl Architecture: all -Depends: perl (>= 5.005), ${misc:Depends}, libfile-remove-perl (>= 1.42), - libfile-find-rule-perl (>= 0.20), libparams-util-perl (>= 0.10), - libclass-default-perl (>= 1.0), libfile-slurp-perl (>= 9999.04) +Depends: ${perl:Depends}, + ${misc:Depends}, + libclass-default-perl, + libfile-find-rule-perl, + libfile-remove-perl, + libfile-slurp-perl, + libparams-util-perl Description: Perl module to localize the newlines for one or more files File::LocalizeNewlines is a module that allows users to easily fix conflicting newline formats (particularly Unix- and Win32-style line endings). It changes every end-of-line character to those of the local platform, and even corrects instances where multiple different newline formats are used in the same file. + diff -Nru libfile-localizenewlines-perl-1.11/debian/copyright libfile-localizenewlines-perl-1.12/debian/copyright --- libfile-localizenewlines-perl-1.11/debian/copyright 2013-05-28 00:48:15.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/debian/copyright 2013-05-27 15:11:57.000000000 +0000 @@ -1,38 +1,36 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Adam Kennedy -Upstream-Source: http://search.cpan.org/dist/File-LocalizeNewlines/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: File-LocalizeNewlines +Upstream-Contact: Adam Kennedy +Source: https://metacpan.org/release/File-LocalizeNewlines/ Files: * Copyright: 2005-2009, Adam Kennedy -License-Alias: Perl -License: Artistic | GPL-1+ - This program is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. +License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: debian/* -Copyright: 2009, Jonathan Yu - 2008, Damyan Ivanov -License: Artistic | GPL-1+ +Copyright: 2008, Damyan Ivanov + 2009, Jonathan Yu + 2013, gregor herrmann +License: Artistic or GPL-1+ 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 GNU/Linux systems, the complete text of the Artistic License - can be found in /usr/share/common-licenses/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'. 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 GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' + 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 libfile-localizenewlines-perl-1.11/debian/rules libfile-localizenewlines-perl-1.12/debian/rules --- libfile-localizenewlines-perl-1.11/debian/rules 2013-05-28 00:48:15.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/debian/rules 2013-05-27 15:11:57.000000000 +0000 @@ -3,27 +3,11 @@ PKG=$(shell dh_listpackages) TMP=$(CURDIR)/debian/$(PKG) -build: build-stamp -build-stamp: - RELEASE_TESTING=1 dh build - touch $@ - -clean: +%: dh $@ -install: install-stamp -install-stamp: build-stamp - dh install +override_dh_auto_install: + dh_auto_install # this script is installed as an example; remove it from /usr/bin rm -v $(TMP)/usr/bin/localizenewlines rmdir --parents --ignore-fail-on-non-empty $(TMP)/usr/bin - touch $@ - -binary-arch: - -binary-indep: install - dh $@ - -binary: binary-arch binary-indep - -.PHONY: binary binary-arch binary-indep install clean build diff -Nru libfile-localizenewlines-perl-1.11/debian/source/format libfile-localizenewlines-perl-1.12/debian/source/format --- libfile-localizenewlines-perl-1.11/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/debian/source/format 2013-05-28 00:48:15.796530527 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libfile-localizenewlines-perl-1.11/debian/watch libfile-localizenewlines-perl-1.12/debian/watch --- libfile-localizenewlines-perl-1.11/debian/watch 2013-05-28 00:48:15.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/debian/watch 2013-05-27 15:11:57.000000000 +0000 @@ -1,4 +1,2 @@ -# format version number, currently 3; this line is compulsory! version=3 -# URL to the package page followed by a regex to search -http://search.cpan.org/dist/File-LocalizeNewlines/ .*/File-LocalizeNewlines-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/File-LocalizeNewlines/ .*/File-LocalizeNewlines-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ diff -Nru libfile-localizenewlines-perl-1.11/lib/File/LocalizeNewlines.pm libfile-localizenewlines-perl-1.12/lib/File/LocalizeNewlines.pm --- libfile-localizenewlines-perl-1.11/lib/File/LocalizeNewlines.pm 2009-06-25 14:06:59.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/lib/File/LocalizeNewlines.pm 2009-07-07 16:04:44.000000000 +0000 @@ -38,7 +38,7 @@ use vars qw{$VERSION @ISA}; BEGIN { - $VERSION = '1.11'; + $VERSION = '1.12'; @ISA = 'Class::Default'; } diff -Nru libfile-localizenewlines-perl-1.11/script/localizenewlines libfile-localizenewlines-perl-1.12/script/localizenewlines --- libfile-localizenewlines-perl-1.11/script/localizenewlines 2009-06-25 14:06:59.000000000 +0000 +++ libfile-localizenewlines-perl-1.12/script/localizenewlines 2009-07-07 16:04:44.000000000 +0000 @@ -11,7 +11,7 @@ use vars qw{$VERSION}; BEGIN { - $VERSION = '1.10'; + $VERSION = '1.12'; } # Create the filter