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

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu May 27 18:10:01 UTC 2010


Author: ansgar-guest
Date: Thu May 27 18:09:45 2010
New Revision: 58538

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

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

Added: trunk/libmoosex-types-perl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl-perl/debian/changelog?rev=58538&op=file
==============================================================================
--- trunk/libmoosex-types-perl-perl/debian/changelog (added)
+++ trunk/libmoosex-types-perl-perl/debian/changelog Thu May 27 18:09:45 2010
@@ -1,0 +1,7 @@
+libmoosex-types-perl-perl (0.101340-1) UNRELEASED; urgency=low
+
+  WAITS-FOR: libversion-perl 1:0.8200-1
+
+  * Initial Release. (Closes: #583474)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Fri, 28 May 2010 02:05:50 +0900

Added: trunk/libmoosex-types-perl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl-perl/debian/compat?rev=58538&op=file
==============================================================================
--- trunk/libmoosex-types-perl-perl/debian/compat (added)
+++ trunk/libmoosex-types-perl-perl/debian/compat Thu May 27 18:09:45 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmoosex-types-perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl-perl/debian/control?rev=58538&op=file
==============================================================================
--- trunk/libmoosex-types-perl-perl/debian/control (added)
+++ trunk/libmoosex-types-perl-perl/debian/control Thu May 27 18:09:45 2010
@@ -1,0 +1,21 @@
+Source: libmoosex-types-perl-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libmoosex-types-perl, libparams-util-perl,
+ libversion-perl (>= 1:0.8200) | perl (>= 5.12), perl,
+  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/MooseX-Types-Perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-types-perl-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-types-perl-perl/
+
+Package: libmoosex-types-perl-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libmoosex-types-perl,
+ libparams-util-perl, libversion-perl (>= 1:0.8200) | perl (>= 5.12)
+Description: Moose types that check against Perl syntax
+ MooseX::Types::Perl provides Moose types for checking things (mostly strings)
+ against syntax that is, or is a reasonable subset of, Perl syntax.

Added: trunk/libmoosex-types-perl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl-perl/debian/copyright?rev=58538&op=file
==============================================================================
--- trunk/libmoosex-types-perl-perl/debian/copyright (added)
+++ trunk/libmoosex-types-perl-perl/debian/copyright Thu May 27 18:09:45 2010
@@ -1,0 +1,27 @@
+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-Types-Perl/
+Name: MooseX-Types-Perl
+
+Copyright: 2010, Ricardo SIGNES <rjbs at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ansgar Burchardt <ansgar at 43-1.org>
+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 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/libmoosex-types-perl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl-perl/debian/rules?rev=58538&op=file
==============================================================================
--- trunk/libmoosex-types-perl-perl/debian/rules (added)
+++ trunk/libmoosex-types-perl-perl/debian/rules Thu May 27 18:09:45 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libmoosex-types-perl-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl-perl/debian/source/format?rev=58538&op=file
==============================================================================
--- trunk/libmoosex-types-perl-perl/debian/source/format (added)
+++ trunk/libmoosex-types-perl-perl/debian/source/format Thu May 27 18:09:45 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmoosex-types-perl-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-types-perl-perl/debian/watch?rev=58538&op=file
==============================================================================
--- trunk/libmoosex-types-perl-perl/debian/watch (added)
+++ trunk/libmoosex-types-perl-perl/debian/watch Thu May 27 18:09:45 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MooseX-Types-Perl/   .*/MooseX-Types-Perl-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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