r71696 - in /trunk/libmoosex-oneargnew-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sat Mar 19 12:28:55 UTC 2011


Author: ghedo-guest
Date: Sat Mar 19 12:28:46 2011
New Revision: 71696

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

Added:
    trunk/libmoosex-oneargnew-perl/debian/
    trunk/libmoosex-oneargnew-perl/debian/changelog
    trunk/libmoosex-oneargnew-perl/debian/compat
    trunk/libmoosex-oneargnew-perl/debian/control
    trunk/libmoosex-oneargnew-perl/debian/copyright
    trunk/libmoosex-oneargnew-perl/debian/rules   (with props)
    trunk/libmoosex-oneargnew-perl/debian/source/
    trunk/libmoosex-oneargnew-perl/debian/source/format
    trunk/libmoosex-oneargnew-perl/debian/watch

Added: trunk/libmoosex-oneargnew-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-oneargnew-perl/debian/changelog?rev=71696&op=file
==============================================================================
--- trunk/libmoosex-oneargnew-perl/debian/changelog (added)
+++ trunk/libmoosex-oneargnew-perl/debian/changelog Sat Mar 19 12:28:46 2011
@@ -1,0 +1,5 @@
+libmoosex-oneargnew-perl (0.001-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #618896)
+
+ -- Alessandro Ghedini <al3xbio at gmail.com>  Sat, 19 Mar 2011 12:27:19 +0100

Added: trunk/libmoosex-oneargnew-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-oneargnew-perl/debian/compat?rev=71696&op=file
==============================================================================
--- trunk/libmoosex-oneargnew-perl/debian/compat (added)
+++ trunk/libmoosex-oneargnew-perl/debian/compat Sat Mar 19 12:28:46 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libmoosex-oneargnew-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-oneargnew-perl/debian/control?rev=71696&op=file
==============================================================================
--- trunk/libmoosex-oneargnew-perl/debian/control (added)
+++ trunk/libmoosex-oneargnew-perl/debian/control Sat Mar 19 12:28:46 2011
@@ -1,0 +1,29 @@
+Source: libmoosex-oneargnew-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libmoose-perl,
+ libmoosex-role-parameterized-perl,
+ libnamespace-autoclean-perl,
+ libtest-pod-perl,
+ libtest-simple-perl (>= 0.96)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/MooseX-OneArgNew/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-oneargnew-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-oneargnew-perl/
+
+Package: libmoosex-oneargnew-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Moose role that extends class' constructor to accept single arguments
+ MooseX::OneArgNew lets your constructor take a single argument, which will be
+ translated into the value for a one-entry hashref. It is a parameterized
+ role with two parameters:
+  * type - The Moose type that the single argument must be for the one-arg form
+    to work. This should be an existing type, and may be either a string type or
+    a MooseX::Type.
+  * init_arg - This is the string that will be used as the key for the hashref
+    constructed from the one-arg call to new.

Added: trunk/libmoosex-oneargnew-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-oneargnew-perl/debian/copyright?rev=71696&op=file
==============================================================================
--- trunk/libmoosex-oneargnew-perl/debian/copyright (added)
+++ trunk/libmoosex-oneargnew-perl/debian/copyright Sat Mar 19 12:28:46 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ricardo Signes <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/MooseX-OneArgNew/
+Name: MooseX-OneArgNew
+
+Files: *
+Copyright: 2010, Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Alessandro Ghedini <al3xbio at gmail.com>
+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/libmoosex-oneargnew-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-oneargnew-perl/debian/rules?rev=71696&op=file
==============================================================================
--- trunk/libmoosex-oneargnew-perl/debian/rules (added)
+++ trunk/libmoosex-oneargnew-perl/debian/rules Sat Mar 19 12:28:46 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	RELEASE_TESTING=1 dh $@

Propchange: trunk/libmoosex-oneargnew-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmoosex-oneargnew-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-oneargnew-perl/debian/source/format?rev=71696&op=file
==============================================================================
--- trunk/libmoosex-oneargnew-perl/debian/source/format (added)
+++ trunk/libmoosex-oneargnew-perl/debian/source/format Sat Mar 19 12:28:46 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmoosex-oneargnew-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-oneargnew-perl/debian/watch?rev=71696&op=file
==============================================================================
--- trunk/libmoosex-oneargnew-perl/debian/watch (added)
+++ trunk/libmoosex-oneargnew-perl/debian/watch Sat Mar 19 12:28:46 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MooseX-OneArgNew/   .*/MooseX-OneArgNew-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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