r45523 - in /trunk/libclass-makemethods-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 8 19:07:19 UTC 2009


Author: gregoa
Date: Thu Oct  8 19:06:55 2009
New Revision: 45523

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

Added:
    trunk/libclass-makemethods-perl/debian/
    trunk/libclass-makemethods-perl/debian/changelog
    trunk/libclass-makemethods-perl/debian/compat
    trunk/libclass-makemethods-perl/debian/control
    trunk/libclass-makemethods-perl/debian/copyright
    trunk/libclass-makemethods-perl/debian/rules   (with props)
    trunk/libclass-makemethods-perl/debian/watch

Added: trunk/libclass-makemethods-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/changelog?rev=45523&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/changelog (added)
+++ trunk/libclass-makemethods-perl/debian/changelog Thu Oct  8 19:06:55 2009
@@ -1,0 +1,24 @@
+libclass-makemethods-perl (1.01-3) unstable; urgency=low
+
+  * debian/watch: Add watch file.
+  * debian/control: 
+    - Upgrade Standards-Version to 3.7.2.0.
+    - Use Build-Depends instead of Build-Depends-Indep for things 
+      that need to be there for the clean target.
+
+ -- Eric Dorland <eric at debian.org>  Thu, 15 Jun 2006 22:14:52 -0400
+
+libclass-makemethods-perl (1.01-2) unstable; urgency=low
+
+  * debian/control:
+    - Use Build-Depends-Indep instead of Build-Depends
+    - Up Standards-Version to 3.6.2.2.
+  * debian/compat: Added at 4 to make lintian shut up.
+
+ -- Eric Dorland <eric at debian.org>  Thu, 23 Feb 2006 21:28:40 -0500
+
+libclass-makemethods-perl (1.01-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Eric Dorland <eric at debian.org>  Thu, 23 Feb 2006 15:41:53 -0500

Added: trunk/libclass-makemethods-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/compat?rev=45523&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/compat (added)
+++ trunk/libclass-makemethods-perl/debian/compat Thu Oct  8 19:06:55 2009
@@ -1,0 +1,1 @@
+4

Added: trunk/libclass-makemethods-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/control?rev=45523&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/control (added)
+++ trunk/libclass-makemethods-perl/debian/control Thu Oct  8 19:06:55 2009
@@ -1,0 +1,18 @@
+Source: libclass-makemethods-perl
+Section: perl
+Priority: optional
+Maintainer: Eric Dorland <eric at debian.org>
+Build-Depends: cdbs, debhelper (>= 4.1)
+Build-Depends-Indep: perl
+Standards-Version: 3.7.2.0
+
+Package: libclass-makemethods-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Generate common types of methods
+ The Class::MakeMethods framework allows Perl class developers to
+ quickly define common types of methods. When a module uses
+ Class::MakeMethods or one of its subclasses, it can select from a
+ variety of supported method types, and specify a name for each method
+ desired. The methods are dynamically generated and installed in the
+ calling package.

Added: trunk/libclass-makemethods-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/copyright?rev=45523&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/copyright (added)
+++ trunk/libclass-makemethods-perl/debian/copyright Thu Oct  8 19:06:55 2009
@@ -1,0 +1,46 @@
+This is the debian package for the Class::MakeMethods module.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.perl.com/CPAN/> to find a CPAN site near you.
+
+The upstream author is: 
+
+Matthew Simon Cavalletto <evo at cpan.org>
+
+    Copyright 2002, 2003 Matthew Simon Cavalletto.
+
+    Portions copyright 1998, 1999, 2000, 2001 Evolution Online Systems, Inc.
+
+    Based on Class::MethodMaker, originally developed by Peter Seibel.
+    Portions Copyright 1996 Organic Online. Portions Copyright 2000 Martyn
+    J. Pearce.
+
+    Class::MakeMethods::Emulator::accessors is based on accessors. Portions
+    by Steve Purkis.
+
+    Class::MakeMethods::Emulator::AccessorFast is based on
+    Class::Accessor::Fast. Portions Copyright 2000 Michael G Schwern.
+
+    Class::MakeMethods::Emulator::Inheritable is based on
+    Class::Data::Inheritable. Portions Copyright 2000 Damian Conway and
+    Michael G Schwern.
+
+    Class::MakeMethods::Emulator::mcoder is based on mcoder. Portions
+    Copyright 2003 by Salvador Fandi
+
+    Class::MakeMethods::Emulator::Singleton is based on Class::Singleton, by
+    Andy Wardley. Portions Copyright 1998 Canon Research Centre Europe Ltd.
+
+    Class::MakeMethods::Utility::Ref is based on Ref.pm. Portions Copyright
+    1994 David Muir Sharnoff.
+
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+See http://www.perl.com/perl/misc/Artistic.html
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libclass-makemethods-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/rules?rev=45523&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/rules (added)
+++ trunk/libclass-makemethods-perl/debian/rules Thu Oct  8 19:06:55 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk

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

Added: trunk/libclass-makemethods-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-makemethods-perl/debian/watch?rev=45523&op=file
==============================================================================
--- trunk/libclass-makemethods-perl/debian/watch (added)
+++ trunk/libclass-makemethods-perl/debian/watch Thu Oct  8 19:06:55 2009
@@ -1,0 +1,3 @@
+version=3
+
+http://search.cpan.org/CPAN/authors/id/E/EV/EVO/Class-MakeMethods-([\d.]+)\.tar\.gz




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