r69682 - in /trunk/libmoo-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Fri Feb 25 18:58:35 UTC 2011


Author: mxey-guest
Date: Fri Feb 25 18:58:21 2011
New Revision: 69682

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

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

Added: trunk/libmoo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoo-perl/debian/changelog?rev=69682&op=file
==============================================================================
--- trunk/libmoo-perl/debian/changelog (added)
+++ trunk/libmoo-perl/debian/changelog Fri Feb 25 18:58:21 2011
@@ -1,0 +1,5 @@
+libmoo-perl (0.009007-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #614940)
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Fri, 25 Feb 2011 19:52:16 +0100

Added: trunk/libmoo-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoo-perl/debian/compat?rev=69682&op=file
==============================================================================
--- trunk/libmoo-perl/debian/compat (added)
+++ trunk/libmoo-perl/debian/compat Fri Feb 25 18:58:21 2011
@@ -1,0 +1,1 @@
+8

Added: trunk/libmoo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoo-perl/debian/control?rev=69682&op=file
==============================================================================
--- trunk/libmoo-perl/debian/control (added)
+++ trunk/libmoo-perl/debian/control Fri Feb 25 18:58:21 2011
@@ -1,0 +1,27 @@
+Source: libmoo-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libclass-method-modifiers-perl (>= 1.05),
+ libstrictures-perl (>= 1.001001), libtest-fatal-perl (>= 0.003),
+ libtest-simple-perl (>= 0.96), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Moo/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoo-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoo-perl/
+
+Package: libmoo-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-method-modifiers-perl (>= 1.05),
+ libstrictures-perl (>= 1.001001)
+Description: Minimalist Object Orientation library (with Moose compatiblity)
+ Moo is an extremely light-weight, high-performance Moose replacement. It also
+ avoids depending on any XS modules to allow simple deployments. The name Moo
+ is based on the idea that it provides almost - but not quite - two thirds of
+ Moose.
+ .
+ Unlike Mouse this module does not aim at full Moose compatibility. See
+ INCOMPATIBILITIES in Moo(3pm) for more details.

Added: trunk/libmoo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoo-perl/debian/copyright?rev=69682&op=file
==============================================================================
--- trunk/libmoo-perl/debian/copyright (added)
+++ trunk/libmoo-perl/debian/copyright Fri Feb 25 18:58:21 2011
@@ -1,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Moo
+Upstream-Contact: Matt S Trout <mst at shadowcat.co.uk>
+Source: http://search.cpan.org/dist/Moo/
+
+Files: *
+Copyright: 2010-2011, Matt S. Trout <mst at shadowcat.co.uk>
+           2010-2011, David Leadbeater <dgl at dgl.cx>
+           2010-2011, Arthur Axel "fREW" Schmidt <frioux at gmail.com>
+           2010-2011, Andrew Rodland <arodland at cpan.org>
+           2010-2011, John Napiorkowski <jjn1056 at yahoo.com>
+           2010-2011, Peter Rabbitson <ribasushi at cpan.org>
+License: Artistic or GPL-1+
+
+
+Files: debian/*
+Copyright: 2011, Maximilian Gass <mxey at cloudconnected.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 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/libmoo-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoo-perl/debian/rules?rev=69682&op=file
==============================================================================
--- trunk/libmoo-perl/debian/rules (added)
+++ trunk/libmoo-perl/debian/rules Fri Feb 25 18:58:21 2011
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	PERL_STRICTURES_EXTRA=0 dh_auto_test

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

Added: trunk/libmoo-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoo-perl/debian/source/format?rev=69682&op=file
==============================================================================
--- trunk/libmoo-perl/debian/source/format (added)
+++ trunk/libmoo-perl/debian/source/format Fri Feb 25 18:58:21 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libmoo-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoo-perl/debian/watch?rev=69682&op=file
==============================================================================
--- trunk/libmoo-perl/debian/watch (added)
+++ trunk/libmoo-perl/debian/watch Fri Feb 25 18:58:21 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Moo/   .*/Moo-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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