r69428 - in /trunk/libclass-ooorno-perl/debian: ./ changelog compat control copyright libclass-ooorno-perl.docs rules source/ source/format watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Thu Feb 24 05:49:13 UTC 2011


Author: takaki
Date: Thu Feb 24 05:49:07 2011
New Revision: 69428

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

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

Added: trunk/libclass-ooorno-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-ooorno-perl/debian/changelog?rev=69428&op=file
==============================================================================
--- trunk/libclass-ooorno-perl/debian/changelog (added)
+++ trunk/libclass-ooorno-perl/debian/changelog Thu Feb 24 05:49:07 2011
@@ -1,0 +1,5 @@
+libclass-ooorno-perl (0.011-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #612858)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 16 Feb 2011 11:02:04 +0900

Added: trunk/libclass-ooorno-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-ooorno-perl/debian/compat?rev=69428&op=file
==============================================================================
--- trunk/libclass-ooorno-perl/debian/compat (added)
+++ trunk/libclass-ooorno-perl/debian/compat Thu Feb 24 05:49:07 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libclass-ooorno-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-ooorno-perl/debian/control?rev=69428&op=file
==============================================================================
--- trunk/libclass-ooorno-perl/debian/control (added)
+++ trunk/libclass-ooorno-perl/debian/control Thu Feb 24 05:49:07 2011
@@ -1,0 +1,31 @@
+Source: libclass-ooorno-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Class-OOorNO/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-ooorno-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-ooorno-perl/
+
+Package: libclass-ooorno-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Give your module classic AND OO interfaces
+ Class::OOorNO helps your module handle the input for its subroutines
+ whether called in object-oriented style (as object methods or class
+ methods with the arrow syntax "->"), or in functional programming style
+ (as subroutines imported to the caller's namespace via Exporter).
+ .
+ The bulk of this module comprises a lightweight, pure-Perl emulation of
+ the Devel::Caller library's "called_as_method()" routine which is
+ written in C.
+ .
+ Devel::Caller dives deep into the internals of the Perl interpreter
+ (see perlguts) to trace stack frames and can get the input for any call
+ in the stack.  It's really handy for Devel::opment and debugging.
+ .
+ This module is much more lightweight and focuses more on your module's
+ Class:: methods themselves.

Added: trunk/libclass-ooorno-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-ooorno-perl/debian/copyright?rev=69428&op=file
==============================================================================
--- trunk/libclass-ooorno-perl/debian/copyright (added)
+++ trunk/libclass-ooorno-perl/debian/copyright Thu Feb 24 05:49:07 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tommy Butler <cpan at atrixnet.com|mailto:cpan at atrixnet.com>
+Source: http://search.cpan.org/dist/Class-OOorNO/
+Name: Class-OOorNO
+
+Files: *
+Copyright: Tommy Butler <cpan at atrixnet.com|mailto:cpan at atrixnet.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki 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-ooorno-perl/debian/libclass-ooorno-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-ooorno-perl/debian/libclass-ooorno-perl.docs?rev=69428&op=file
==============================================================================
--- trunk/libclass-ooorno-perl/debian/libclass-ooorno-perl.docs (added)
+++ trunk/libclass-ooorno-perl/debian/libclass-ooorno-perl.docs Thu Feb 24 05:49:07 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libclass-ooorno-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-ooorno-perl/debian/rules?rev=69428&op=file
==============================================================================
--- trunk/libclass-ooorno-perl/debian/rules (added)
+++ trunk/libclass-ooorno-perl/debian/rules Thu Feb 24 05:49:07 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libclass-ooorno-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-ooorno-perl/debian/source/format?rev=69428&op=file
==============================================================================
--- trunk/libclass-ooorno-perl/debian/source/format (added)
+++ trunk/libclass-ooorno-perl/debian/source/format Thu Feb 24 05:49:07 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libclass-ooorno-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-ooorno-perl/debian/watch?rev=69428&op=file
==============================================================================
--- trunk/libclass-ooorno-perl/debian/watch (added)
+++ trunk/libclass-ooorno-perl/debian/watch Thu Feb 24 05:49:07 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Class-OOorNO/   .*/Class-OOorNO-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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