r55678 - in /trunk/liblocale-currency-format-perl: Format.pm debian/ debian/changelog debian/compat debian/control debian/copyright debian/liblocale-currency-format-perl.docs debian/rules debian/source/ debian/source/format debian/watch

lars at users.alioth.debian.org lars at users.alioth.debian.org
Thu Apr 8 04:30:48 UTC 2010


Author: lars
Date: Thu Apr  8 04:30:40 2010
New Revision: 55678

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

Added:
    trunk/liblocale-currency-format-perl/debian/
    trunk/liblocale-currency-format-perl/debian/changelog
    trunk/liblocale-currency-format-perl/debian/compat
    trunk/liblocale-currency-format-perl/debian/control
    trunk/liblocale-currency-format-perl/debian/copyright
    trunk/liblocale-currency-format-perl/debian/liblocale-currency-format-perl.docs
    trunk/liblocale-currency-format-perl/debian/rules   (with props)
    trunk/liblocale-currency-format-perl/debian/source/
    trunk/liblocale-currency-format-perl/debian/source/format
    trunk/liblocale-currency-format-perl/debian/watch
Modified:
    trunk/liblocale-currency-format-perl/Format.pm

Modified: trunk/liblocale-currency-format-perl/Format.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/Format.pm?rev=55678&op=diff
==============================================================================
--- trunk/liblocale-currency-format-perl/Format.pm (original)
+++ trunk/liblocale-currency-format-perl/Format.pm Thu Apr  8 04:30:40 2010
@@ -728,6 +728,8 @@
 
 will clear all previous custom settings for the US currency (ie. FMT_SYMBOL, FMT_HTML, FMT_COMMON).
 
+=back
+
 =head2 A WORD OF CAUTION
 
 Please be aware that some currencies might have missing common format. In that case, B<currency_format> will fall back to B<FMT_STANDARD> format.

Added: trunk/liblocale-currency-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/debian/changelog?rev=55678&op=file
==============================================================================
--- trunk/liblocale-currency-format-perl/debian/changelog (added)
+++ trunk/liblocale-currency-format-perl/debian/changelog Thu Apr  8 04:30:40 2010
@@ -1,0 +1,7 @@
+liblocale-currency-format-perl (1.28-1) squeeze; urgency=low
+
+  * Initial Release.
+  * Package built using dh-make-perl, with changes.
+  * Use 3.0 (quilt) source format.
+
+ -- Lars Wirzenius <lars at catalyst.net.nz>  Tue, 6 Apr 2010 12:00:13 +1200

Added: trunk/liblocale-currency-format-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/debian/compat?rev=55678&op=file
==============================================================================
--- trunk/liblocale-currency-format-perl/debian/compat (added)
+++ trunk/liblocale-currency-format-perl/debian/compat Thu Apr  8 04:30:40 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/liblocale-currency-format-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/debian/control?rev=55678&op=file
==============================================================================
--- trunk/liblocale-currency-format-perl/debian/control (added)
+++ trunk/liblocale-currency-format-perl/debian/control Thu Apr  8 04:30:40 2010
@@ -1,0 +1,16 @@
+Source: liblocale-currency-format-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Lars Wirzenius <lars at catalyst.net.nz>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Locale-Currency-Format/
+
+Package: liblocale-currency-format-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl functions for formatting monetary values
+ Locale::Currency::Format is a light-weight Perl module that enables Perl code
+ to display monetary values in the formats recognized internationally and/or
+ locally. Provides the HTTP::OAI module.

Added: trunk/liblocale-currency-format-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/debian/copyright?rev=55678&op=file
==============================================================================
--- trunk/liblocale-currency-format-perl/debian/copyright (added)
+++ trunk/liblocale-currency-format-perl/debian/copyright Thu Apr  8 04:30:40 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tan D Nguyen <tnguyen at cpan.org>
+Source: http://search.cpan.org/dist/Locale-Currency-Format/
+Name: Locale-Currency-Format
+
+Files: *
+Copyright: Tan D Nguyen <tnguyen at cpan.org>
+License: GPL-1+ or Artistic
+
+Files: debian/*
+Copyright: 2010, Lars Wirzenius <lars at catalyst.net.nz>
+License: GPL-1+ or 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'
+
+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'

Added: trunk/liblocale-currency-format-perl/debian/liblocale-currency-format-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/debian/liblocale-currency-format-perl.docs?rev=55678&op=file
==============================================================================
--- trunk/liblocale-currency-format-perl/debian/liblocale-currency-format-perl.docs (added)
+++ trunk/liblocale-currency-format-perl/debian/liblocale-currency-format-perl.docs Thu Apr  8 04:30:40 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/liblocale-currency-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/debian/rules?rev=55678&op=file
==============================================================================
--- trunk/liblocale-currency-format-perl/debian/rules (added)
+++ trunk/liblocale-currency-format-perl/debian/rules Thu Apr  8 04:30:40 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/liblocale-currency-format-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liblocale-currency-format-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/debian/source/format?rev=55678&op=file
==============================================================================
--- trunk/liblocale-currency-format-perl/debian/source/format (added)
+++ trunk/liblocale-currency-format-perl/debian/source/format Thu Apr  8 04:30:40 2010
@@ -1,0 +1,1 @@
+1.0

Added: trunk/liblocale-currency-format-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-currency-format-perl/debian/watch?rev=55678&op=file
==============================================================================
--- trunk/liblocale-currency-format-perl/debian/watch (added)
+++ trunk/liblocale-currency-format-perl/debian/watch Thu Apr  8 04:30:40 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Locale-Currency-Format/   .*/Locale-Currency-Format-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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