r63367 - in /trunk/libmoosex-nonmoose-perl/debian: control copyright libmoosex-nonmoose-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 5 01:03:15 UTC 2010


Author: jawnsy-guest
Date: Tue Oct  5 01:02:54 2010
New Revision: 63367

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63367
Log:
prepare files for upload

Added:
    trunk/libmoosex-nonmoose-perl/debian/source/
    trunk/libmoosex-nonmoose-perl/debian/source/format
Removed:
    trunk/libmoosex-nonmoose-perl/debian/libmoosex-nonmoose-perl.docs
Modified:
    trunk/libmoosex-nonmoose-perl/debian/control
    trunk/libmoosex-nonmoose-perl/debian/copyright

Modified: trunk/libmoosex-nonmoose-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/control?rev=63367&op=diff
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/control (original)
+++ trunk/libmoosex-nonmoose-perl/debian/control Tue Oct  5 01:02:54 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: liblist-moreutils-perl, libmoose-perl (>= 1.08), perl
+Build-Depends-Indep: perl, liblist-moreutils-perl, libmoose-perl (>= 1.08)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -16,28 +16,7 @@
  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.
+ taking care of the annoying details connected with doing this. 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.

Modified: trunk/libmoosex-nonmoose-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/copyright?rev=63367&op=diff
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/copyright (original)
+++ trunk/libmoosex-nonmoose-perl/debian/copyright Tue Oct  5 01:02:54 2010
@@ -1,18 +1,10 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Jesse Luehrs <doy at tozt dot net>
+Maintainer: Jesse Luehrs <doy at tozt.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>
+Copyright: 2010, Jesse Luehrs <doy at tozt.net>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -23,8 +15,8 @@
  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'.
+ 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
@@ -32,5 +24,5 @@
  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'.
+ On Debian 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/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-nonmoose-perl/debian/source/format?rev=63367&op=file
==============================================================================
--- trunk/libmoosex-nonmoose-perl/debian/source/format (added)
+++ trunk/libmoosex-nonmoose-perl/debian/source/format Tue Oct  5 01:02:54 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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