r45515 - in /trunk/libclass-base-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 8 19:00:00 UTC 2009


Author: gregoa
Date: Thu Oct  8 18:59:53 2009
New Revision: 45515

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

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

Added: trunk/libclass-base-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/changelog?rev=45515&op=file
==============================================================================
--- trunk/libclass-base-perl/debian/changelog (added)
+++ trunk/libclass-base-perl/debian/changelog Thu Oct  8 18:59:53 2009
@@ -1,0 +1,24 @@
+libclass-base-perl (0.03-3) unstable; urgency=low
+
+  * debian/watch: Add watch file.
+  * debian/control: 
+    - Standards-Version to 3.7.2.0.
+    - Use Build-Depends instead of Build-Depends-Indep for things 
+      that need to be there for the clean target.
+
+ -- Eric Dorland <eric at debian.org>  Thu, 15 Jun 2006 22:13:26 -0400
+
+libclass-base-perl (0.03-2) unstable; urgency=low
+
+  * debian/control:
+    - Use Build-Depends-Indep instead of Build-Depends
+    - Up Standards-Version to 3.6.2.2.
+  * debian/compat: Added at 4 to make lintian shut up. 
+
+ -- Eric Dorland <eric at debian.org>  Thu, 23 Feb 2006 21:18:47 -0500
+
+libclass-base-perl (0.03-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Eric Dorland <eric at debian.org>  Thu, 23 Feb 2006 15:41:53 -0500

Added: trunk/libclass-base-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/compat?rev=45515&op=file
==============================================================================
--- trunk/libclass-base-perl/debian/compat (added)
+++ trunk/libclass-base-perl/debian/compat Thu Oct  8 18:59:53 2009
@@ -1,0 +1,1 @@
+4

Added: trunk/libclass-base-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/control?rev=45515&op=file
==============================================================================
--- trunk/libclass-base-perl/debian/control (added)
+++ trunk/libclass-base-perl/debian/control Thu Oct  8 18:59:53 2009
@@ -1,0 +1,15 @@
+Source: libclass-base-perl
+Section: perl
+Priority: optional
+Maintainer: Eric Dorland <eric at debian.org>
+Build-Depends: cdbs, debhelper (>= 4.1)
+Build-Depends-Indep: perl
+Standards-Version: 3.7.2.0
+
+Package: libclass-base-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: useful base class for deriving other modules
+ This module implements a simple base class from which other modules
+ can be derived, thereby inheriting a number of useful methods such as
+ new(), init(), params(), clone(), error() and debug().

Added: trunk/libclass-base-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/copyright?rev=45515&op=file
==============================================================================
--- trunk/libclass-base-perl/debian/copyright (added)
+++ trunk/libclass-base-perl/debian/copyright Thu Oct  8 18:59:53 2009
@@ -1,0 +1,20 @@
+This is the debian package for the Class::Base module.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.perl.com/CPAN/> to find a CPAN site near you.
+
+The upstream author is: 
+
+Andy Wardley <abw at kfs.org>.
+
+Copyright (C) 1996-2002 Andy Wardley. 
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+See http://www.perl.com/perl/misc/Artistic.html
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  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-base-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/rules?rev=45515&op=file
==============================================================================
--- trunk/libclass-base-perl/debian/rules (added)
+++ trunk/libclass-base-perl/debian/rules Thu Oct  8 18:59:53 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk

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

Added: trunk/libclass-base-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-base-perl/debian/watch?rev=45515&op=file
==============================================================================
--- trunk/libclass-base-perl/debian/watch (added)
+++ trunk/libclass-base-perl/debian/watch Thu Oct  8 18:59:53 2009
@@ -1,0 +1,3 @@
+version=3
+
+http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Class-Base-([\d.]+)\.tar\.gz




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