r65270 - in /trunk/libclass-load-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Nov 25 17:15:22 UTC 2010


Author: gregoa
Date: Thu Nov 25 17:14:56 2010
New Revision: 65270

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

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

Added: trunk/libclass-load-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-load-perl/debian/changelog?rev=65270&op=file
==============================================================================
--- trunk/libclass-load-perl/debian/changelog (added)
+++ trunk/libclass-load-perl/debian/changelog Thu Nov 25 17:14:56 2010
@@ -1,0 +1,5 @@
+libclass-load-perl (0.06-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #nnnnnn).
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 25 Nov 2010 17:53:34 +0100

Added: trunk/libclass-load-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-load-perl/debian/compat?rev=65270&op=file
==============================================================================
--- trunk/libclass-load-perl/debian/compat (added)
+++ trunk/libclass-load-perl/debian/compat Thu Nov 25 17:14:56 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libclass-load-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-load-perl/debian/control?rev=65270&op=file
==============================================================================
--- trunk/libclass-load-perl/debian/control (added)
+++ trunk/libclass-load-perl/debian/control Thu Nov 25 17:14:56 2010
@@ -1,0 +1,27 @@
+Source: libclass-load-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-fatal-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Class-Load/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-load-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-load-perl/
+
+Package: libclass-load-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module for loading modules by name
+ "require EXPR" only accepts Class/Name.pm style module names, not
+ Class::Name. For that, Class::Load provides "load_class 'Class::Name'".
+ .
+ It's often useful to test whether a module can be loaded, instead of throwing
+ an error when it's not available. For that, Class::Load provides
+ "try_load_class 'Class::Name'".
+ .
+ Finally, sometimes it is important to know whether a particular class has
+ been loaded. Asking %INC is an option, but that will miss inner packages and
+ any class for which the filename does not correspond to the package name. For
+ that, this module provides "is_class_loaded 'Class::Name'".

Added: trunk/libclass-load-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-load-perl/debian/copyright?rev=65270&op=file
==============================================================================
--- trunk/libclass-load-perl/debian/copyright (added)
+++ trunk/libclass-load-perl/debian/copyright Thu Nov 25 17:14:56 2010
@@ -1,0 +1,34 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Shawn M Moore, <sartak at bestpractical.com>
+Source: http://search.cpan.org/dist/Class-Load/
+Name: Class-Load
+
+Files: *
+Copyright: 2008-2009, Best Practical Solutions
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa at debian.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/libclass-load-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-load-perl/debian/rules?rev=65270&op=file
==============================================================================
--- trunk/libclass-load-perl/debian/rules (added)
+++ trunk/libclass-load-perl/debian/rules Thu Nov 25 17:14:56 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libclass-load-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-load-perl/debian/source/format?rev=65270&op=file
==============================================================================
--- trunk/libclass-load-perl/debian/source/format (added)
+++ trunk/libclass-load-perl/debian/source/format Thu Nov 25 17:14:56 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libclass-load-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-load-perl/debian/watch?rev=65270&op=file
==============================================================================
--- trunk/libclass-load-perl/debian/watch (added)
+++ trunk/libclass-load-perl/debian/watch Thu Nov 25 17:14:56 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Class-Load/   .*/Class-Load-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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