r33314 - in /trunk/libclass-dbi-abstractsearch-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:09:05 UTC 2009


Author: ryan52-guest
Date: Thu Apr 16 03:08:59 2009
New Revision: 33314

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

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

Added: trunk/libclass-dbi-abstractsearch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/changelog?rev=33314&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/changelog (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/changelog Thu Apr 16 03:08:59 2009
@@ -1,0 +1,64 @@
+libclass-dbi-abstractsearch-perl (0.07-2) unstable; urgency=low
+
+  * New maintainer, as agreed with Stephen.
+  * debian/*: Use cdbs.
+  * debian/copyright: Updated to add copyright notice.
+  * debian/watch: Updated to version 3.
+
+ -- Bart Martens <bartm at knars.be>  Sat, 18 Nov 2006 12:12:00 +0100
+
+libclass-dbi-abstractsearch-perl (0.07-1) unstable; urgency=low
+
+  * New upstream release.
+  * New dependency on libsql-abstract-limit-perl (>= 0.1)
+
+ -- Stephen Quinney <sjq at debian.org>  Wed, 12 Oct 2005 09:21:20 +0100
+
+libclass-dbi-abstractsearch-perl (0.05-2) unstable; urgency=low
+
+  * Switched to my debian.org email address.
+  * debian/watch - Updated URL so it does not timeout.
+
+ -- Stephen Quinney <sjq at debian.org>  Thu, 22 Sep 2005 22:31:49 +0100
+
+libclass-dbi-abstractsearch-perl (0.05-1) unstable; urgency=low
+
+  * New upstream release - the 'order' parameter is now called 'order_by'
+    to make it consistent with Class::DBI.
+
+ -- Stephen Quinney <sjq at debian.org>  Sun, 11 Apr 2004 09:54:40 +0100
+
+libclass-dbi-abstractsearch-perl (0.04-1) unstable; urgency=low
+
+  * New upstream release - new feature to pass parameters to the new()
+    method in Abstract::SQL
+
+ -- Stephen Quinney <sjq at debian.org>  Fri, 20 Feb 2004 15:49:23 +0000
+
+libclass-dbi-abstractsearch-perl (0.03-1) unstable; urgency=low
+
+  * New upstream release - removed my own patch for the redefined variable
+    as it is fixed upstream.
+
+ -- Stephen Quinney <sjq at debian.org>  Tue, 12 Aug 2003 13:07:13 +0100
+
+libclass-dbi-abstractsearch-perl (0.02-2) unstable; urgency=low
+
+  * Patched AbstractSearch.pm to remove a bug which introduced an annoying
+    warning about a variable being redefined in the same scope.
+
+ -- Stephen Quinney <sjq at debian.org>  Fri, 25 Jul 2003 10:35:43 +0100
+
+libclass-dbi-abstractsearch-perl (0.02-1) unstable; urgency=low
+
+  * New upstream release - now accepts an optional attributes hash
+    reference to search_where().
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 12 Jul 2003 11:52:03 +0100
+
+libclass-dbi-abstractsearch-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release, closes: #213897.
+
+ -- Stephen Quinney <sjq at debian.org>  Tue,  8 Jul 2003 19:31:14 +0100
+

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

Added: trunk/libclass-dbi-abstractsearch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/control?rev=33314&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/control (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/control Thu Apr 16 03:08:59 2009
@@ -1,0 +1,24 @@
+Source: libclass-dbi-abstractsearch-perl
+Section: perl
+Priority: optional
+Maintainer: Bart Martens <bartm at knars.be>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.93), libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1), libtest-simple-perl | perl (>= 5.8.0), libdbd-sqlite3-perl
+Standards-Version: 3.7.2
+
+Package: libclass-dbi-abstractsearch-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-dbi-perl (>= 0.93), libsql-abstract-perl (>= 1.20), libsql-abstract-limit-perl (>= 0.1)
+Description: Abstract Class::DBI's SQL with SQL::Abstract
+ Class::DBI::AbstractSearch is a Class::DBI plugin to glue the
+ SQL::Abstract module into Class::DBI.
+ .
+ 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.
+ .
+ SQL::Abstract provides methods for generating abstract SQL from Perl
+ data structures.
+ .
+  Homepage: http://search.cpan.org/~miyagawa/Class-DBI-AbstractSearch/

Added: trunk/libclass-dbi-abstractsearch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/copyright?rev=33314&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/copyright (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/copyright Thu Apr 16 03:08:59 2009
@@ -1,0 +1,23 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Tue, 08 Jul 2003 19:29:53 +0100
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/
+
+Upstream Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+
+Copyright (c) 2003-2005 Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+
+License:
+
+    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-abstractsearch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/rules?rev=33314&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/rules (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/rules Thu Apr 16 03:08:59 2009
@@ -1,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libclass-dbi-abstractsearch-perl::
+	-rmdir debian/libclass-dbi-abstractsearch-perl/usr/lib/perl5
+	-rmdir debian/libclass-dbi-abstractsearch-perl/usr/lib
+
+clean::
+	rm -f t/testdb

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

Added: trunk/libclass-dbi-abstractsearch-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-abstractsearch-perl/debian/watch?rev=33314&op=file
==============================================================================
--- trunk/libclass-dbi-abstractsearch-perl/debian/watch (added)
+++ trunk/libclass-dbi-abstractsearch-perl/debian/watch Thu Apr 16 03:08:59 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Class-DBI-AbstractSearch-(.*)\.tar\.gz




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