r70686 - in /trunk/liblocale-maketext-simple-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Mar 6 15:27:58 UTC 2011


Author: gregoa
Date: Sun Mar  6 15:27:46 2011
New Revision: 70686

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

Added:
    trunk/liblocale-maketext-simple-perl/debian/
    trunk/liblocale-maketext-simple-perl/debian/changelog
    trunk/liblocale-maketext-simple-perl/debian/compat
    trunk/liblocale-maketext-simple-perl/debian/control
    trunk/liblocale-maketext-simple-perl/debian/copyright
    trunk/liblocale-maketext-simple-perl/debian/rules   (with props)
    trunk/liblocale-maketext-simple-perl/debian/source/
    trunk/liblocale-maketext-simple-perl/debian/source/format
    trunk/liblocale-maketext-simple-perl/debian/watch

Added: trunk/liblocale-maketext-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-simple-perl/debian/changelog?rev=70686&op=file
==============================================================================
--- trunk/liblocale-maketext-simple-perl/debian/changelog (added)
+++ trunk/liblocale-maketext-simple-perl/debian/changelog Sun Mar  6 15:27:46 2011
@@ -1,0 +1,5 @@
+liblocale-maketext-simple-perl (0.21-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 6 Mar 2011 16:10:35 +0100

Added: trunk/liblocale-maketext-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-simple-perl/debian/compat?rev=70686&op=file
==============================================================================
--- trunk/liblocale-maketext-simple-perl/debian/compat (added)
+++ trunk/liblocale-maketext-simple-perl/debian/compat Sun Mar  6 15:27:46 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/liblocale-maketext-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-simple-perl/debian/control?rev=70686&op=file
==============================================================================
--- trunk/liblocale-maketext-simple-perl/debian/control (added)
+++ trunk/liblocale-maketext-simple-perl/debian/control Sun Mar  6 15:27:46 2011
@@ -1,0 +1,35 @@
+Source: liblocale-maketext-simple-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ liblocale-maketext-lexicon-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Locale-Maketext-Simple/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblocale-maketext-simple-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblocale-maketext-simple-perl/
+
+Package: liblocale-maketext-simple-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Recommends: liblocale-maketext-lexicon-perl
+Description: simple interface to Locale::Maketext::Lexicon
+ Locale::Maketext::Simple is a simple wrapper around
+ Locale::Maketext::Lexicon, designed to alleviate the need of creating
+ Language Classes for module authors.
+ .
+ The language used is chosen from the loc_lang call. If a lookup is not
+ possible, the i-default language will be used. If the lookup is not in the
+ i-default language, then the key will be returned.
+ .
+ If Locale::Maketext::Lexicon is not present, it implements a minimal
+ localization function by simply interpolating [_1] with the first argument,
+ [_2] with the second, etc. Interpolated function like [quant,_1] are treated
+ as [_1], with the sole exception of [tense,_1,X], which will append ing to _1
+ when X is present, or appending ed to <_1> otherwise.
+ .
+ Please note that Locale::Maketext::Simple is also in perl core. You need to
+ install this package only if you need a newer version than what currently is
+ in perl-modules.

Added: trunk/liblocale-maketext-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-simple-perl/debian/copyright?rev=70686&op=file
==============================================================================
--- trunk/liblocale-maketext-simple-perl/debian/copyright (added)
+++ trunk/liblocale-maketext-simple-perl/debian/copyright Sun Mar  6 15:27:46 2011
@@ -1,0 +1,51 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Audrey Tang <cpan AT audreyt DOT org>
+Source: http://search.cpan.org/dist/Locale-Maketext-Simple/
+Name: Locale-Maketext-Simple
+
+Files: *
+Copyright: 2002, 2003, 2004, 2005, 2006 by Audrey Tang <cpan at audreyt.org>
+License: MIT
+Comment: This software is released under the MIT license cited below.
+ Additionally, when this software is distributed with "Perl Kit, Version 5",
+ you may also redistribute it and/or modify it under the same terms as Perl
+ itself.
+
+Files: debian/*
+Copyright: 2011, gregor herrmann <gregoa at debian.org>
+License: MIT or 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'.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

Added: trunk/liblocale-maketext-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-simple-perl/debian/rules?rev=70686&op=file
==============================================================================
--- trunk/liblocale-maketext-simple-perl/debian/rules (added)
+++ trunk/liblocale-maketext-simple-perl/debian/rules Sun Mar  6 15:27:46 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/liblocale-maketext-simple-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liblocale-maketext-simple-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-simple-perl/debian/source/format?rev=70686&op=file
==============================================================================
--- trunk/liblocale-maketext-simple-perl/debian/source/format (added)
+++ trunk/liblocale-maketext-simple-perl/debian/source/format Sun Mar  6 15:27:46 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/liblocale-maketext-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-maketext-simple-perl/debian/watch?rev=70686&op=file
==============================================================================
--- trunk/liblocale-maketext-simple-perl/debian/watch (added)
+++ trunk/liblocale-maketext-simple-perl/debian/watch Sun Mar  6 15:27:46 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Locale-Maketext-Simple/   .*/Locale-Maketext-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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