r33173 - in /trunk/libsql-abstract-perl/debian: ./ changelog compat control copyright patches/ patches/01_label_undef.diff rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Apr 14 09:53:18 UTC 2009


Author: eloy
Date: Tue Apr 14 09:53:13 2009
New Revision: 33173

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

Added:
    trunk/libsql-abstract-perl/debian/
    trunk/libsql-abstract-perl/debian/changelog
    trunk/libsql-abstract-perl/debian/compat
    trunk/libsql-abstract-perl/debian/control
    trunk/libsql-abstract-perl/debian/copyright
    trunk/libsql-abstract-perl/debian/patches/
    trunk/libsql-abstract-perl/debian/patches/01_label_undef.diff
    trunk/libsql-abstract-perl/debian/rules   (with props)
    trunk/libsql-abstract-perl/debian/watch

Added: trunk/libsql-abstract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/changelog?rev=33173&op=file
==============================================================================
--- trunk/libsql-abstract-perl/debian/changelog (added)
+++ trunk/libsql-abstract-perl/debian/changelog Tue Apr 14 09:53:13 2009
@@ -1,0 +1,77 @@
+libsql-abstract-perl (1.24-1) unstable; urgency=low
+
+  * New upstream release.  Closes: #490625.
+  * debian/watch: Updated to search via www.cpan.org/modules/by-module.
+  * debian/patches/01_label_undef.diff: Edited to fit new upstream release.
+
+ -- Bart Martens <bartm at debian.org>  Sat, 19 Jul 2008 10:58:34 +0200
+
+libsql-abstract-perl (1.23-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: Standards-Version, Homepage.
+  * debian/copyright: Updated the years in the copyright notice.
+  * debian/patches/01_label_undef.diff: Edited to fit new upstream release.
+  * debian/watch: Updated to also find find .tgz files.
+
+ -- Bart Martens <bartm at debian.org>  Tue, 08 Jul 2008 08:00:44 +0200
+
+libsql-abstract-perl (1.21-3) unstable; urgency=low
+
+  * debian/patches/01_label_undef.diff: Added.  Closes: #399313.
+
+ -- Bart Martens <bartm at knars.be>  Tue, 24 Apr 2007 19:55:31 +0200
+
+libsql-abstract-perl (1.21-2) unstable; urgency=low
+
+  * New maintainer, as agreed with Stephen.
+  * debian/*: Use cdbs.
+  * debian/watch: Updated to version 3.
+
+ -- Bart Martens <bartm at knars.be>  Sat, 18 Nov 2006 14:29:10 +0100
+
+libsql-abstract-perl (1.21-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Stephen Quinney <sjq at debian.org>  Sun, 16 Apr 2006 17:48:28 +0100
+
+libsql-abstract-perl (1.20-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Stephen Quinney <sjq at debian.org>  Sat,  3 Sep 2005 08:19:18 +0100
+
+libsql-abstract-perl (1.19-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 11 Jun 2005 11:41:12 +0100
+
+libsql-abstract-perl (1.18-1) unstable; urgency=low
+
+  * New upstream release - various new features.
+
+ -- Stephen Quinney <sjq at debian.org>  Sat, 12 Mar 2005 10:25:56 +0000
+
+libsql-abstract-perl (1.17-1) unstable; urgency=low
+
+  * New upstream release - some changes to make it work better with
+    databases such as Oracle.
+  * Updated to policy version 3.6.1.1
+  * Tidied and updated debian/rules
+
+ -- Stephen Quinney <sjq at debian.org>  Thu, 26 Aug 2004 08:53:44 +0100
+
+libsql-abstract-perl (1.15-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Stephen Quinney <sjq at debian.org>  Tue, 16 Dec 2003 11:05:52 +0000
+
+libsql-abstract-perl (1.13-1) unstable; urgency=low
+
+  * Initial Release, closes: #202702.
+
+ -- Stephen Quinney <sjq at debian.org>  Fri, 25 Jul 2003 10:24:37 +0100
+

Added: trunk/libsql-abstract-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/compat?rev=33173&op=file
==============================================================================
--- trunk/libsql-abstract-perl/debian/compat (added)
+++ trunk/libsql-abstract-perl/debian/compat Tue Apr 14 09:53:13 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libsql-abstract-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/control?rev=33173&op=file
==============================================================================
--- trunk/libsql-abstract-perl/debian/control (added)
+++ trunk/libsql-abstract-perl/debian/control Tue Apr 14 09:53:13 2009
@@ -1,0 +1,26 @@
+Source: libsql-abstract-perl
+Section: perl
+Priority: optional
+Maintainer: Bart Martens <bartm at debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/~nwiger/SQL-Abstract/
+
+Package: libsql-abstract-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Generate SQL from Perl data structures
+ This module was inspired by the DBIx::Abstract. The intention of this
+ module is provide abstract SQL generation methods. With this module
+ you can generate SQL, but still retain complete control over the
+ statement handles and use the DBI interface if you wish.
+ .
+ While based on the concepts used by DBIx::Abstract, there are several
+ important differences, especially when it comes to WHERE
+ clauses. Some of the concepts used have been modified to make the SQL
+ easier to generate from Perl data structures and hopefully more
+ intuitive. The underlying idea is for this module to do what you
+ mean, based on the data structures you provide it. The big advantage
+ is that you don't have to modify your code every time your data
+ changes, as this module figures it out.

Added: trunk/libsql-abstract-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/copyright?rev=33173&op=file
==============================================================================
--- trunk/libsql-abstract-perl/debian/copyright (added)
+++ trunk/libsql-abstract-perl/debian/copyright Tue Apr 14 09:53:13 2009
@@ -1,0 +1,24 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Sat, 12 Jul 2003 11:42:23 +0100
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/N/NW/NWIGER/
+
+Upstream Author: Nathan Wiger <nate at sun.com>
+
+Copyright:
+
+    Copyright (c) 2000-2006 Nathan Wiger <nate at sun.com>. All Rights
+    Reserved.
+
+    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/libsql-abstract-perl/debian/patches/01_label_undef.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/patches/01_label_undef.diff?rev=33173&op=file
==============================================================================
--- trunk/libsql-abstract-perl/debian/patches/01_label_undef.diff (added)
+++ trunk/libsql-abstract-perl/debian/patches/01_label_undef.diff Tue Apr 14 09:53:13 2009
@@ -1,0 +1,19 @@
+When rebuilding libclass-dbi-abstractsearch-perl these warnings are produced:
+Use of uninitialized value in string eq at /usr/share/perl5/SQL/Abstract.pm line 198.
+Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/SQL/Abstract.pm line 201.
+This patch fixes that.  See bug #399313 for details.
+
+--- ../orig/libsql-abstract-perl-1.23/lib/SQL/Abstract.pm	2008-07-08 02:53:56.000000000 +0200
++++ lib/SQL/Abstract.pm	2008-07-08 08:18:03.000000000 +0200
+@@ -199,9 +199,9 @@
+     my $label = shift;
+ 
+     return $label
+-      if $label eq '*';
++      if defined($label) && $label eq '*';
+ 
+-    return $self->{quote_char} . $label . $self->{quote_char}
++    return $self->{quote_char} . (defined($label)?$label:'') . $self->{quote_char}
+       if !defined $self->{name_sep};
+ 
+     return join $self->{name_sep},

Added: trunk/libsql-abstract-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/rules?rev=33173&op=file
==============================================================================
--- trunk/libsql-abstract-perl/debian/rules (added)
+++ trunk/libsql-abstract-perl/debian/rules Tue Apr 14 09:53:13 2009
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+install/libsql-abstract-perl::
+	-rmdir debian/libsql-abstract-perl/usr/lib/perl5
+	-rmdir debian/libsql-abstract-perl/usr/lib

Propchange: trunk/libsql-abstract-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsql-abstract-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsql-abstract-perl/debian/watch?rev=33173&op=file
==============================================================================
--- trunk/libsql-abstract-perl/debian/watch (added)
+++ trunk/libsql-abstract-perl/debian/watch Tue Apr 14 09:53:13 2009
@@ -1,0 +1,3 @@
+version=3
+opts="uversionmangle=s/(\d)[\-_]?(rc\d+|pre-rc\d+|pre\d+a?)$/$1~$2/;s/[\-\.](source|src|orig|unix)$//;s/^(\d{8})/0.0.$1/;s/-(bin|osx)$/~$1/;s/^v(\d)/$1/;" \
+http://www.cpan.org/modules/by-module/SQL//SQL-Abstract[\-_](v?[\d\.]+(?:rc|rc\d+|pre-rc\d+|-unix|-source|-src|\.src|\.orig|[a-z]|b\d+|beta\d+-src|beta\d+)?)\.(?:tar\.gz|tgz|tar\.bz2|zip|pm\.gz|jar|shar\.gz|shar\.Z)




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