r33354 - in /trunk/libdbix-contextualfetch-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:19:47 UTC 2009


Author: ryan52-guest
Date: Thu Apr 16 03:19:42 2009
New Revision: 33354

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

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

Added: trunk/libdbix-contextualfetch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-contextualfetch-perl/debian/changelog?rev=33354&op=file
==============================================================================
--- trunk/libdbix-contextualfetch-perl/debian/changelog (added)
+++ trunk/libdbix-contextualfetch-perl/debian/changelog Thu Apr 16 03:19:42 2009
@@ -1,0 +1,39 @@
+libdbix-contextualfetch-perl (1.03-2) unstable; urgency=low
+
+  * New maintainer, as agreed with Stephen.
+  * debian/*: Use cdbs.
+  * debian/control: Added libtest-pod-perl and libtest-pod-coverage-perl to
+    Build-Depends-Indep for "make test".
+  * debian/copyright: Updated to add copyright notices.
+  * debian/watch: Updated to version 3.
+
+ -- Bart Martens <bartm at knars.be>  Sat, 18 Nov 2006 14:53:12 +0100
+
+libdbix-contextualfetch-perl (1.03-1) unstable; urgency=low
+
+  * New upstream release - docs & test suite changes only.
+  * Build depend on libdbd-sqlite3-perl rather than libdbd-sqlite2-perl.
+  * Switched to my debian.org email address
+
+ -- Stephen Quinney <sjq at debian.org>  Tue, 27 Sep 2005 15:26:24 +0100
+
+libdbix-contextualfetch-perl (1.02-2) unstable; urgency=high
+
+  * Updated build dependency from libdbd-sqlite-perl to
+    libdbd-sqlite2-perl, closes: #306128
+  * Urgency is high as libdbd-sqlite-perl will be removed soon.
+  
+ -- Stephen Quinney <sjq at debian.org>  Mon, 25 Apr 2005 10:17:04 +0100
+
+libdbix-contextualfetch-perl (1.02-1) unstable; urgency=low
+
+  * New upstream release - bug fixes for some build tests.
+
+ -- Stephen Quinney <sjq at debian.org>  Wed, 29 Dec 2004 12:20:22 +0000
+
+libdbix-contextualfetch-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release, closes: #239022.
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 20 Mar 2004 11:10:03 +0000
+ 

Added: trunk/libdbix-contextualfetch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-contextualfetch-perl/debian/compat?rev=33354&op=file
==============================================================================
--- trunk/libdbix-contextualfetch-perl/debian/compat (added)
+++ trunk/libdbix-contextualfetch-perl/debian/compat Thu Apr 16 03:19:42 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libdbix-contextualfetch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-contextualfetch-perl/debian/control?rev=33354&op=file
==============================================================================
--- trunk/libdbix-contextualfetch-perl/debian/control (added)
+++ trunk/libdbix-contextualfetch-perl/debian/control Thu Apr 16 03:19:42 2009
@@ -1,0 +1,24 @@
+Source: libdbix-contextualfetch-perl
+Section: perl
+Priority: optional
+Maintainer: Bart Martens <bartm at knars.be>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.0), libdbi-perl (>= 1.35), libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Standards-Version: 3.7.2
+
+Package: libdbix-contextualfetch-perl
+Architecture: all
+Depends: ${perl:Depends}, libdbi-perl (>= 1.35)
+Description: Add context aware fetches to DBI
+ The Perl database independent interface - DBI - does not take much
+ advantage of Perl's context sensitivity. This is the situation where
+ a Perl subroutine knows whether the caller wants a single scalar
+ value or a list of them to be returned.
+ .
+ DBIx::ContextualFetch is a sub-class of DBI which redefines some of
+ the various fetch methods to fix this oversight. It also adds a few
+ new methods for convenience (though not necessarily efficiency). Much
+ of this code was originally part of the IMA::DBI Perl module
+ (libima-dbi-perl package).
+ .
+  Homepage: http://search.cpan.org/~tmtm/DBIx-ContextualFetch/

Added: trunk/libdbix-contextualfetch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-contextualfetch-perl/debian/copyright?rev=33354&op=file
==============================================================================
--- trunk/libdbix-contextualfetch-perl/debian/copyright (added)
+++ trunk/libdbix-contextualfetch-perl/debian/copyright Thu Apr 16 03:19:42 2009
@@ -1,0 +1,27 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Sat, 20 Mar 2004 10:03:15 +0000
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/
+
+Upstream Author: Tony Bowden <tony at tmtm.com>
+
+Original Author: Michael G Schwern <schwern at pobox.com>
+                  (as part of the Ima::DBI module)
+
+Copyright (c) 2004 Michael G Schwern <schwern at pobox.com>
+Copyright (c) 2004 Tony Bowden <tony at tmtm.com>
+
+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/libdbix-contextualfetch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-contextualfetch-perl/debian/rules?rev=33354&op=file
==============================================================================
--- trunk/libdbix-contextualfetch-perl/debian/rules (added)
+++ trunk/libdbix-contextualfetch-perl/debian/rules Thu Apr 16 03:19:42 2009
@@ -1,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+DEB_INSTALL_DOCS_ALL =
+
+install/libdbix-contextualfetch-perl::
+	-rmdir debian/libdbix-contextualfetch-perl/usr/lib/perl5
+	-rmdir debian/libdbix-contextualfetch-perl/usr/lib

Propchange: trunk/libdbix-contextualfetch-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdbix-contextualfetch-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-contextualfetch-perl/debian/watch?rev=33354&op=file
==============================================================================
--- trunk/libdbix-contextualfetch-perl/debian/watch (added)
+++ trunk/libdbix-contextualfetch-perl/debian/watch Thu Apr 16 03:19:42 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/DBIx-ContextualFetch-(.*)\.tar\.gz




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