r50151 - in /trunk/libobject-insideout-perl/debian: control copyright libobject-insideout-perl.docs libobject-insideout-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 4 14:19:38 UTC 2010


Author: jawnsy-guest
Date: Mon Jan  4 14:19:32 2010
New Revision: 50151

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

Added:
    trunk/libobject-insideout-perl/debian/libobject-insideout-perl.examples
Removed:
    trunk/libobject-insideout-perl/debian/libobject-insideout-perl.docs
Modified:
    trunk/libobject-insideout-perl/debian/control
    trunk/libobject-insideout-perl/debian/copyright

Modified: trunk/libobject-insideout-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-insideout-perl/debian/control?rev=50151&op=diff
==============================================================================
--- trunk/libobject-insideout-perl/debian/control (original)
+++ trunk/libobject-insideout-perl/debian/control Mon Jan  4 14:19:32 2010
@@ -1,7 +1,7 @@
 Source: libobject-insideout-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libexception-class-perl (>= 1.29)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
@@ -12,20 +12,11 @@
 
 Package: libobject-insideout-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
-  libexception-class-perl (>= 1.29)
-Description: Comprehensive inside-out object support module
- Term::YAPI provides progress indicators on the terminal to let the user know
- that something is happening. The indicator can be in incrementing counter, or
- can consist of one or more elements that are displayed cyclically one after
- another.
- .
- The text cursor is hidden while progress is being displayed, and restored
- after the progress indicator finishes. A $SIG{'INT'} handler is installed
- while progress is being displayed so that the text cursor is automatically
- restored should the user hit ctrl-C.
- .
- The progress indicator can be controlled synchronously by the application, or
- can run asynchronously in a thread.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${misc:Depends}, libexception-class-perl (>= 1.29)
+Description: comprehensive inside-out object construction kit
+ Object::InsideOut is a Perl module that implements inside-out objects as
+ anonymous scalar references that are blessed into a class with the scalar
+ containing the ID for the object (usually a sequence number). The scalar
+ reference is set as read-only to prevent accidental modifications to the ID.
+ Object data (such as fields) are stored within the class's package in either
+ arrays indexed by the object's ID, or hashes keyed to the object's ID.

Modified: trunk/libobject-insideout-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-insideout-perl/debian/copyright?rev=50151&op=diff
==============================================================================
--- trunk/libobject-insideout-perl/debian/copyright (original)
+++ trunk/libobject-insideout-perl/debian/copyright Mon Jan  4 14:19:32 2010
@@ -1,18 +1,10 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
-Maintainer: Jerry D. Hedden <jdhedden AT cpan DOT org>
+Maintainer: Jerry D. Hedden <jdhedden at cpan.org>
 Source: http://search.cpan.org/dist/Object-InsideOut/
 Name: Object-InsideOut
-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: Jerry D. Hedden <jdhedden AT cpan DOT org>
+Copyright: 2005-2009, Jerry D. Hedden <jdhedden at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

Added: trunk/libobject-insideout-perl/debian/libobject-insideout-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-insideout-perl/debian/libobject-insideout-perl.examples?rev=50151&op=file
==============================================================================
--- trunk/libobject-insideout-perl/debian/libobject-insideout-perl.examples (added)
+++ trunk/libobject-insideout-perl/debian/libobject-insideout-perl.examples Mon Jan  4 14:19:32 2010
@@ -1,0 +1,1 @@
+examples/*




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