r71797 - in /trunk/libobject-tiny-perl/debian: compat control copyright libobject-tiny-perl.docs source/ source/format
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Mar 21 00:30:00 UTC 2011
Author: jawnsy-guest
Date: Mon Mar 21 00:29:42 2011
New Revision: 71797
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71797
Log:
prepare for release
Added:
trunk/libobject-tiny-perl/debian/source/
trunk/libobject-tiny-perl/debian/source/format
Removed:
trunk/libobject-tiny-perl/debian/libobject-tiny-perl.docs
Modified:
trunk/libobject-tiny-perl/debian/compat
trunk/libobject-tiny-perl/debian/control
trunk/libobject-tiny-perl/debian/copyright
Modified: trunk/libobject-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-tiny-perl/debian/compat?rev=71797&op=diff
==============================================================================
--- trunk/libobject-tiny-perl/debian/compat (original)
+++ trunk/libobject-tiny-perl/debian/compat Mon Mar 21 00:29:42 2011
@@ -1,1 +1,1 @@
-7
+8
Modified: trunk/libobject-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-tiny-perl/debian/control?rev=71797&op=diff
==============================================================================
--- trunk/libobject-tiny-perl/debian/control (original)
+++ trunk/libobject-tiny-perl/debian/control Mon Mar 21 00:29:42 2011
@@ -1,7 +1,7 @@
Source: libobject-tiny-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy at cpan.org>
@@ -12,23 +12,10 @@
Package: libobject-tiny-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl
-Description: A date object with as little code as possible
- There's a whole bunch of class builders out there. In fact, creating a class
- builder seems to be something of a rite of passage (this is my fifth, at
- least).
- .
- Unfortunately, most of the time I want a class builder I'm in a hurry and
- sketching out lots of fairly simple data classes with fairly simple
- structure, mostly just read-only accessors, and that's about it.
- .
- Often this is for code that won't end up on CPAN, so adding a small
- dependency doesn't matter much. I just want to be able to define these
- classes FAST.
- .
- By which I mean LESS typing than writing them by hand, not more. And I don't
- need all those weird complex features that bloat out the code and take over
- the whole way I build modules.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module for building classes, simply
+ Object::Tiny is a Perl module for building classes as simply as possible. It
+ is useful for rapid prototyping, especially for data classes with a simple
+ structure and mostly read-only accessors. It is a minimalistic way to build
+ classes, intentionally omitting complex features that interfere with the way
+ you build modules.
Modified: trunk/libobject-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-tiny-perl/debian/copyright?rev=71797&op=diff
==============================================================================
--- trunk/libobject-tiny-perl/debian/copyright (original)
+++ trunk/libobject-tiny-perl/debian/copyright Mon Mar 21 00:29:42 2011
@@ -2,17 +2,9 @@
Maintainer: Adam Kennedy <adamk at cpan.org>
Source: http://search.cpan.org/dist/Object-Tiny/
Name: Object-Tiny
-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: Adam Kennedy <adamk at cpan.org>
+Copyright: 2007-2008, Adam Kennedy <adamk at cpan.org>
License: Artistic or GPL-1+
Files: debian/*
Added: trunk/libobject-tiny-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-tiny-perl/debian/source/format?rev=71797&op=file
==============================================================================
--- trunk/libobject-tiny-perl/debian/source/format (added)
+++ trunk/libobject-tiny-perl/debian/source/format Mon Mar 21 00:29:42 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the Pkg-perl-cvs-commits
mailing list