debian/0000755000000000000000000000000012150673675007202 5ustar debian/rules0000755000000000000000000000045112150673675010262 0ustar #!/usr/bin/make -f PKG=$(shell dh_listpackages) TMP=$(CURDIR)/debian/$(PKG) %: dh $@ 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 debian/control0000644000000000000000000000276112150673675010613 0ustar Source: libfile-localizenewlines-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Jonathan Yu , gregor herrmann Section: perl Priority: optional 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: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. debian/source/0000755000000000000000000000000012150673675010502 5ustar debian/source/format0000644000000000000000000000001412150673675011710 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000313112150673675011052 0ustar 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 + New feature to localize a single file * Added /me to Uploaders, d/copyright * Updated d/copyright years from upstream * Standards-Version 3.8.2 now [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Fri, 26 Jun 2009 08:18:59 -0400 libfile-localizenewlines-perl (1.10-1) unstable; urgency=low * Initial Release. Closes: #498893 -- ITP -- Damyan Ivanov Sun, 14 Sep 2008 12:01:52 +0300 debian/compat0000644000000000000000000000000212150673675010400 0ustar 8 debian/copyright0000644000000000000000000000247312150673675011143 0ustar 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: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000021012150673675010224 0ustar version=3 https://metacpan.org/release/File-LocalizeNewlines/ .*/File-LocalizeNewlines-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/examples0000644000000000000000000000003012150673675010734 0ustar script/localizenewlines