r70956 - in /trunk/libencode-locale-perl/debian: ./ changelog compat control copyright patches/ patches/series patches/spelling.patch rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Mar 9 14:57:55 UTC 2011


Author: periapt-guest
Date: Wed Mar  9 14:57:42 2011
New Revision: 70956

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70956
Log:
[svn-inject] Applying Debian modifications (1.01-1) to trunk

Added:
    trunk/libencode-locale-perl/debian/
    trunk/libencode-locale-perl/debian/changelog
    trunk/libencode-locale-perl/debian/compat
    trunk/libencode-locale-perl/debian/control
    trunk/libencode-locale-perl/debian/copyright
    trunk/libencode-locale-perl/debian/patches/
    trunk/libencode-locale-perl/debian/patches/series
    trunk/libencode-locale-perl/debian/patches/spelling.patch
    trunk/libencode-locale-perl/debian/rules   (with props)
    trunk/libencode-locale-perl/debian/source/
    trunk/libencode-locale-perl/debian/source/format
    trunk/libencode-locale-perl/debian/watch

Added: trunk/libencode-locale-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/changelog?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/changelog (added)
+++ trunk/libencode-locale-perl/debian/changelog Wed Mar  9 14:57:42 2011
@@ -1,0 +1,5 @@
+libencode-locale-perl (1.01-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #617518).
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 9 Mar 2011 13:29:47 +0000

Added: trunk/libencode-locale-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/compat?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/compat (added)
+++ trunk/libencode-locale-perl/debian/compat Wed Mar  9 14:57:42 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libencode-locale-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/control?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/control (added)
+++ trunk/libencode-locale-perl/debian/control Wed Mar  9 14:57:42 2011
@@ -1,0 +1,28 @@
+Source: libencode-locale-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Encode-Locale/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libencode-locale-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libencode-locale-perl/
+
+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 is still byte
+ based. Programs therefore needs 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 arrange 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).

Added: trunk/libencode-locale-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/copyright?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/copyright (added)
+++ trunk/libencode-locale-perl/debian/copyright Wed Mar  9 14:57:42 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gisle Aas <gisle at activestate.com>
+Source: http://search.cpan.org/dist/Encode-Locale/
+Name: Encode-Locale
+
+Files: *
+Copyright: 2010, Gisle Aas <gisle at activestate.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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'.

Added: trunk/libencode-locale-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/patches/series?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/patches/series (added)
+++ trunk/libencode-locale-perl/debian/patches/series Wed Mar  9 14:57:42 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libencode-locale-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/patches/spelling.patch?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/patches/spelling.patch (added)
+++ trunk/libencode-locale-perl/debian/patches/spelling.patch Wed Mar  9 14:57:42 2011
@@ -1,0 +1,15 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Forwarded: no
+Subject: spelling mistake
+Last-Update: 2011-03-09
+--- a/lib/Encode/Locale.pm
++++ b/lib/Encode/Locale.pm
+@@ -308,7 +308,7 @@
+ filenames.  Since this module has no way to actually figure out
+ what the is correct it goes with the best guess which is to
+ assume filenames are encoding according to the current locale.
+-Users are adviced to always specify UTF-8 as the locale charset.
++Users are advised to always specify UTF-8 as the locale charset.
+ 
+ =head1 SEE ALSO
+ 

Added: trunk/libencode-locale-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/rules?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/rules (added)
+++ trunk/libencode-locale-perl/debian/rules Wed Mar  9 14:57:42 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libencode-locale-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libencode-locale-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/source/format?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/source/format (added)
+++ trunk/libencode-locale-perl/debian/source/format Wed Mar  9 14:57:42 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libencode-locale-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-locale-perl/debian/watch?rev=70956&op=file
==============================================================================
--- trunk/libencode-locale-perl/debian/watch (added)
+++ trunk/libencode-locale-perl/debian/watch Wed Mar  9 14:57:42 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Encode-Locale/   .*/Encode-Locale-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list