r33338 - in /trunk/libclass-dbi-plugin-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Apr 16 03:15:27 UTC 2009


Author: ryan52-guest
Date: Thu Apr 16 03:15:22 2009
New Revision: 33338

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

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

Added: trunk/libclass-dbi-plugin-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-plugin-perl/debian/changelog?rev=33338&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-perl/debian/changelog (added)
+++ trunk/libclass-dbi-plugin-perl/debian/changelog Thu Apr 16 03:15:22 2009
@@ -1,0 +1,31 @@
+libclass-dbi-plugin-perl (0.03-4) unstable; urgency=low
+
+  * New maintainer, as agreed with Stephen.
+  * debian/*: Use cdbs.
+  * debian/watch: Updated to version 3.
+
+ -- Bart Martens <bartm at knars.be>  Sun, 19 Nov 2006 15:00:32 +0100
+
+libclass-dbi-plugin-perl (0.03-3) unstable; urgency=low
+
+  * debian/control:
+      - Moved debhelper to Build-Depends
+      - Simplified Build-Depends-Indep
+  * Switched to my debian.org email address
+
+ -- Stephen Quinney <sjq at debian.org>  Tue, 20 Jun 2006 21:07:18 +0100
+
+libclass-dbi-plugin-perl (0.03-2) unstable; urgency=high
+
+  * Updated build dependency from libdbd-sqlite-perl to
+    libdbd-sqlite3-perl, closes: #306127
+  * Urgency is high as libdbd-sqlite-perl will be removed soon.
+
+ -- Stephen Quinney <sjq at debian.org>  Mon, 25 Apr 2005 10:25:22 +0100
+
+libclass-dbi-plugin-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release, closes: #287002
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 15 Jan 2005 13:27:58 +0000
+

Added: trunk/libclass-dbi-plugin-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-plugin-perl/debian/compat?rev=33338&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-perl/debian/compat (added)
+++ trunk/libclass-dbi-plugin-perl/debian/compat Thu Apr 16 03:15:22 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libclass-dbi-plugin-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-plugin-perl/debian/control?rev=33338&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-perl/debian/control (added)
+++ trunk/libclass-dbi-plugin-perl/debian/control Thu Apr 16 03:15:22 2009
@@ -1,0 +1,23 @@
+Source: libclass-dbi-plugin-perl
+Section: perl
+Priority: optional
+Maintainer: Bart Martens <bartm at knars.be>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.3), libclass-dbi-perl (>= 0.90), libdbd-sqlite3-perl, libsql-abstract-perl
+Standards-Version: 3.7.2
+
+Package: libclass-dbi-plugin-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-dbi-perl (>= 0.90)
+Description: Abstract base class for Class::DBI plugins
+ The purpose of this module is to make writing Class::DBI plugins
+ easier. Writers of plugins should be able to concentrate on the
+ functionality that their module provides, instead of having to deal with
+ the symbol table hackery involved when writing a plugin module.
+ .
+ Class::DBI provides a convenient abstraction layer to a database. It
+ not only provides a simple database to object mapping layer, but can
+ be used to implement several higher order database functions, at the
+ application level, rather than at the database.
+ .
+  Homepage: http://search.cpan.org/~jczeus/Class-DBI-Plugin/

Added: trunk/libclass-dbi-plugin-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-plugin-perl/debian/copyright?rev=33338&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-perl/debian/copyright (added)
+++ trunk/libclass-dbi-plugin-perl/debian/copyright Thu Apr 16 03:15:22 2009
@@ -1,0 +1,23 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Sat, 15 Jan 2005 13:28:09 +0000
+
+It was downloaded from http://www.cpan.org/authors/id/J/JC/JCZEUS/
+
+Upstream Author: Jean-Christophe Zeus, <mail at jczeus.com>
+
+Copyright:
+
+    Copyright (C) 2004 Jean-Christophe Zeus
+
+    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-dbi-plugin-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-plugin-perl/debian/rules?rev=33338&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-perl/debian/rules (added)
+++ trunk/libclass-dbi-plugin-perl/debian/rules Thu Apr 16 03:15:22 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-dbi-plugin-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-dbi-plugin-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-plugin-perl/debian/watch?rev=33338&op=file
==============================================================================
--- trunk/libclass-dbi-plugin-perl/debian/watch (added)
+++ trunk/libclass-dbi-plugin-perl/debian/watch Thu Apr 16 03:15:22 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/J/JC/JCZEUS/Class-DBI-Plugin-(\d.*)\.tar\.gz




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