r44965 - in /trunk/libparams-coerce-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 27 20:49:00 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 27 20:48:54 2009
New Revision: 44965

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

Added:
    trunk/libparams-coerce-perl/debian/
    trunk/libparams-coerce-perl/debian/changelog
    trunk/libparams-coerce-perl/debian/compat
    trunk/libparams-coerce-perl/debian/control
    trunk/libparams-coerce-perl/debian/copyright
    trunk/libparams-coerce-perl/debian/rules   (with props)
    trunk/libparams-coerce-perl/debian/watch

Added: trunk/libparams-coerce-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-coerce-perl/debian/changelog?rev=44965&op=file
==============================================================================
--- trunk/libparams-coerce-perl/debian/changelog (added)
+++ trunk/libparams-coerce-perl/debian/changelog Sun Sep 27 20:48:54 2009
@@ -1,0 +1,5 @@
+libparams-coerce-perl (0.14-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Sep 2009 12:51:59 -0400

Added: trunk/libparams-coerce-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-coerce-perl/debian/compat?rev=44965&op=file
==============================================================================
--- trunk/libparams-coerce-perl/debian/compat (added)
+++ trunk/libparams-coerce-perl/debian/compat Sun Sep 27 20:48:54 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libparams-coerce-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-coerce-perl/debian/control?rev=44965&op=file
==============================================================================
--- trunk/libparams-coerce-perl/debian/control (added)
+++ trunk/libparams-coerce-perl/debian/control Sun Sep 27 20:48:54 2009
@@ -1,0 +1,19 @@
+Source: libparams-coerce-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libparams-util-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Params-Coerce/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparams-coerce-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparams-coerce-perl/
+
+Package: libparams-coerce-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libparams-util-perl
+Description: Perl module to permit parameter coercion for classes
+ Params::Coerce attempts to encourage flexibility in the ways that your class
+ accepts parameters by making it easier to take different types of parameters,
+ while adding negligible additional complexity to your code.

Added: trunk/libparams-coerce-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-coerce-perl/debian/copyright?rev=44965&op=file
==============================================================================
--- trunk/libparams-coerce-perl/debian/copyright (added)
+++ trunk/libparams-coerce-perl/debian/copyright Sun Sep 27 20:48:54 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Params-Coerce/
+Upstream-Name: Params-Coerce
+
+Files: *
+Copyright: 2006-2009, Adam Kennedy <adamk at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libparams-coerce-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-coerce-perl/debian/rules?rev=44965&op=file
==============================================================================
--- trunk/libparams-coerce-perl/debian/rules (added)
+++ trunk/libparams-coerce-perl/debian/rules Sun Sep 27 20:48:54 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libparams-coerce-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libparams-coerce-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-coerce-perl/debian/watch?rev=44965&op=file
==============================================================================
--- trunk/libparams-coerce-perl/debian/watch (added)
+++ trunk/libparams-coerce-perl/debian/watch Sun Sep 27 20:48:54 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Params-Coerce/   .*/Params-Coerce-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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