debian/0000755000000000000000000000000011715740405007172 5ustar debian/control0000644000000000000000000000273311715740405010602 0ustar Source: libencode-locale-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Fabrizio Regalli Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Encode-Locale/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libencode-locale-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libencode-locale-perl.git Package: libencode-locale-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: utility to determine the locale encoding In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and encode them again on the way out. . The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The Encode::Locale module looks up the charset and encoding (called a CODESET in the locale jargon) and arranges for the Encode module to know this encoding under the name "locale". It means bytes obtained from the environment can be converted to Unicode strings by calling Encode::encode(locale => $bytes) and converted back again with Encode::decode(locale => $string). debian/copyright0000644000000000000000000000215211715740405011125 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Contact: Gisle Aas Source: http://search.cpan.org/dist/Encode-Locale/ Upstream-Name: Encode-Locale Files: * Copyright: 2010, Gisle Aas License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber 2012, Fabrizio Regalli 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/watch0000644000000000000000000000016711715740405010227 0ustar version=3 http://search.cpan.org/dist/Encode-Locale/ .*/Encode-Locale-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211715740405010370 0ustar 8 debian/changelog0000644000000000000000000000265311715740405011052 0ustar libencode-locale-perl (1.03-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Fabrizio Regalli ] * Imported Upstream version 1.03 * Updated d/compat to 8 * Updated debhelper to (>= 8) * Added myself to Uploaders and Copyright * Updated d/copyright using latest .174 DEP5 format * Removed no more necessary spelling.patch It is now included in the upstream source code -- Fabrizio Regalli Sun, 12 Feb 2012 14:31:35 +0100 libencode-locale-perl (1.02-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/control: Fix typos found by Martin Eberhard Schauer (Closes: #635863). * Refresh spelling.patch and update DEP3 headers. * Bump Standards-Version to 3.9.2 (no changes needed). -- Salvatore Bonaccorso Fri, 29 Jul 2011 11:21:15 +0200 libencode-locale-perl (1.02-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release [ Salvatore Bonaccorso ] * debian/patches: Refresh spelling.patch. -- Nicholas Bamber Tue, 29 Mar 2011 21:05:45 +0100 libencode-locale-perl (1.01-1) unstable; urgency=low * Initial Release (Closes: #617518). -- Nicholas Bamber Wed, 09 Mar 2011 15:09:16 +0000 debian/source/0000755000000000000000000000000011715740405010472 5ustar debian/source/format0000644000000000000000000000001411715740405011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611715740405010251 0ustar #!/usr/bin/make -f %: dh $@