r10913 - in /trunk/libclass-prototyped-perl/debian: ./ changelog compat control copyright rules watch

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Thu Dec 6 19:36:01 UTC 2007


Author: ghostbar-guest
Date: Thu Dec  6 19:36:01 2007
New Revision: 10913

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

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

Added: trunk/libclass-prototyped-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libclass-prototyped-perl/debian/changelog?rev=10913&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/changelog (added)
+++ trunk/libclass-prototyped-perl/debian/changelog Thu Dec  6 19:36:01 2007
@@ -1,0 +1,39 @@
+libclass-prototyped-perl (1.10-3) unstable; urgency=low
+
+  * New maintainer (Closes: #317272)
+  * debian/rules: Switch to CDBS
+  * debian/control:
+    + Updated to debhelper (>= 5) and moved to Build-Depends
+    + Added cdbs Build-Depends dependency
+    + Updated Standards-Version to 3.7.2
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 31 Mar 2007 11:09:49 -0400
+
+libclass-prototyped-perl (1.10-2) unstable; urgency=low 
+
+   * Orphaning package.
+   * debian/control - Switched maintainer.
+   * debian/changelog, debian/copyright - Changed my email address
+
+ -- Stephen Quinney <sjq at debian.org>  Thu, 07 Jul 2005 10:27:00 +0100
+
+libclass-prototyped-perl (1.10-1) unstable; urgency=low
+
+  * New upstream release - backwards incompatible alterations - read the
+    upstream Changes file
+
+ -- Stephen Quinney <sjq at debian.org>  Fri, 18 Mar 2005 08:44:08 +0000
+
+libclass-prototyped-perl (1.01-1) unstable; urgency=low
+
+  * New upstream release
+  * Now built using Module::Build
+
+ -- Stephen Quinney <sjq at debian.org>  Fri, 26 Mar 2004 09:11:20 +0000
+
+libclass-prototyped-perl (0.98-1) unstable; urgency=low
+
+  * Initial Release, closes: #231417.
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 20 Mar 2004 12:20:19 +0000
+

Added: trunk/libclass-prototyped-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libclass-prototyped-perl/debian/compat?rev=10913&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/compat (added)
+++ trunk/libclass-prototyped-perl/debian/compat Thu Dec  6 19:36:01 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libclass-prototyped-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libclass-prototyped-perl/debian/control?rev=10913&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/control (added)
+++ trunk/libclass-prototyped-perl/debian/control Thu Dec  6 19:36:01 2007
@@ -1,0 +1,33 @@
+Source: libclass-prototyped-perl
+Section: perl
+Priority: optional
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: perl (>= 5.6.0-16), libmodule-build-perl
+Standards-Version: 3.7.2
+
+Package: libclass-prototyped-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Fast prototype-based OO programming in Perl
+ This package provides for efficient and simple prototype-based 
+ programming in Perl. You can provide different subroutines for each
+ object, and also have objects inherit their behavior and state from
+ another object.
+ .
+ The structure of an object is inspected and modified through *mirrors*,
+ which are created by calling "reflect" on an object or class that
+ inherits from "Class::Prototyped".
+ .
+ The author says: 'When I reach for "Class::Prototyped", it's generally 
+ because I really need it. When the cleanest way of solving a problem is
+ for the code that uses a module to subclass from it, that is generally
+ a sign that "Class::Prototyped" would be of use. If you find yourself 
+ avoiding the problem by passing anonymous subroutines as parameters
+ to the "new" method, that's another good sign that you should be using 
+ prototype based programming. If you find yourself storing anonymous 
+ subroutines in databases, configuration files, or text files, and then 
+ writing infrastructure to handle calling those anonymous subroutines,
+ that's yet another sign. When you expect the people using your module
+ to want to change the behavior, override subroutines, and so forth,
+ that's a sign'.

Added: trunk/libclass-prototyped-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libclass-prototyped-perl/debian/copyright?rev=10913&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/copyright (added)
+++ trunk/libclass-prototyped-perl/debian/copyright Thu Dec  6 19:36:01 2007
@@ -1,0 +1,21 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Sat, 20 Mar 2004 12:20:41 +0000
+
+It was downloaded from http://search.cpan.org/~teverett/Class-Prototyped-0.98/
+
+Upstream Author: Toby Ovod-Everett <tovod-everett at alascom.att.com>
+
+Copyright:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    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-prototyped-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libclass-prototyped-perl/debian/rules?rev=10913&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/rules (added)
+++ trunk/libclass-prototyped-perl/debian/rules Thu Dec  6 19:36:01 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libclass-prototyped-perl::
+	rm debian/libclass-prototyped-perl/usr/share/perl5/Class/Prototyped/why.pod
+	rm debian/libclass-prototyped-perl/usr/share/man/man3/Class::Prototyped::why.3pm

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

Added: trunk/libclass-prototyped-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libclass-prototyped-perl/debian/watch?rev=10913&op=file
==============================================================================
--- trunk/libclass-prototyped-perl/debian/watch (added)
+++ trunk/libclass-prototyped-perl/debian/watch Thu Dec  6 19:36:01 2007
@@ -1,0 +1,6 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+version=2
+http://www.cpan.org/modules/by-authors/id/T/TE/TEVERETT/Class-Prototyped-(\d+\.\d+)\.tar\.gz debian uupdate




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