r63360 - in /trunk/libmoosex-nonmoose-perl/debian: ./ changelog compat control copyright libmoosex-nonmoose-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 5 00:39:07 UTC 2010


Author: jawnsy-guest
Date: Tue Oct  5 00:38:50 2010
New Revision: 63360

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

Added:
    trunk/libmoosex-nonmoose-perl/debian/
    trunk/libmoosex-nonmoose-perl/debian/changelog
    trunk/libmoosex-nonmoose-perl/debian/compat
    trunk/libmoosex-nonmoose-perl/debian/control
    trunk/libmoosex-nonmoose-perl/debian/copyright
    trunk/libmoosex-nonmoose-perl/debian/libmoosex-nonmoose-perl.docs
    trunk/libmoosex-nonmoose-perl/debian/rules   (with props)
    trunk/libmoosex-nonmoose-perl/debian/watch

Added: trunk/libmoosex-nonmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/changelog?rev=63360&op=file
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/changelog (added)
+++ trunk/libmoosex-nonmoose-perl/debian/changelog Tue Oct  5 00:38:50 2010
@@ -1,0 +1,5 @@
+libmoosex-nonmoose-perl (0.15-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 4 Oct 2010 20:46:31 -0400

Added: trunk/libmoosex-nonmoose-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/compat?rev=63360&op=file
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/compat (added)
+++ trunk/libmoosex-nonmoose-perl/debian/compat Tue Oct  5 00:38:50 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libmoosex-nonmoose-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/control?rev=63360&op=file
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/control (added)
+++ trunk/libmoosex-nonmoose-perl/debian/control Tue Oct  5 00:38:50 2010
@@ -1,0 +1,43 @@
+Source: libmoosex-nonmoose-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: liblist-moreutils-perl, libmoose-perl (>= 1.08), perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/MooseX-NonMoose/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-nonmoose-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/
+
+Package: libmoosex-nonmoose-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, liblist-moreutils-perl,
+ libmoose-perl (>= 1.08)
+Description: easy subclassing of non-Moose classes
+ MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose,
+ taking care of the annoying details connected with doing this, such as
+ setting up proper inheritance from Moose::Object and installing (and
+ inlining, at make_immutable time) a constructor that makes sure things like
+ BUILD methods are called. It tries to be as non-intrusive as possible - when
+ this module is used, inheriting from non-Moose classes and inheriting from
+ Moose classes should work identically, aside from the few caveats mentioned
+ below. One of the goals of this module is that including it in a
+ Moose::Exporter-based package used across an entire application should be
+ possible, without interfering with classes that only inherit from Moose
+ modules, or even classes that don't inherit from anything at all.
+ .
+ There are several ways to use this module. The most straightforward is to
+ just use MooseX::NonMoose; in your class; this should set up everything
+ necessary for extending non-Moose modules.
+ MooseX::NonMoose::Meta::Role::Class and
+ MooseX::NonMoose::Meta::Role::Constructor can also be applied to your
+ metaclasses manually, either by passing a -traits option to your use Moose;
+ line, or by applying them using Moose::Util::MetaRole in a
+ Moose::Exporter-based package. MooseX::NonMoose::Meta::Role::Class is the
+ part that provides the main functionality of this module; if you don't care
+ about inlining, this is all you need to worry about. Applying
+ MooseX::NonMoose::Meta::Role::Constructor as well will provide an inlined
+ constructor when you immutabilize your class.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libmoosex-nonmoose-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/copyright?rev=63360&op=file
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/copyright (added)
+++ trunk/libmoosex-nonmoose-perl/debian/copyright Tue Oct  5 00:38:50 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Jesse Luehrs <doy at tozt dot net>
+Source: http://search.cpan.org/dist/MooseX-NonMoose/
+Name: MooseX-NonMoose
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Jesse Luehrs <doy at tozt dot net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.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 version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libmoosex-nonmoose-perl/debian/libmoosex-nonmoose-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/libmoosex-nonmoose-perl.docs?rev=63360&op=file
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/libmoosex-nonmoose-perl.docs (added)
+++ trunk/libmoosex-nonmoose-perl/debian/libmoosex-nonmoose-perl.docs Tue Oct  5 00:38:50 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libmoosex-nonmoose-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/rules?rev=63360&op=file
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/rules (added)
+++ trunk/libmoosex-nonmoose-perl/debian/rules Tue Oct  5 00:38:50 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libmoosex-nonmoose-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/watch?rev=63360&op=file
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/watch (added)
+++ trunk/libmoosex-nonmoose-perl/debian/watch Tue Oct  5 00:38:50 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MooseX-NonMoose/   .*/MooseX-NonMoose-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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