--- libsql-abstract-perl-1.56.orig/debian/control +++ libsql-abstract-perl-1.56/debian/control @@ -0,0 +1,31 @@ +Source: libsql-abstract-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) , + gregor herrmann , Ansgar Burchardt +Build-Depends: debhelper (>= 7.2.13) +Build-Depends-Indep: perl (>= 5.6.0-16), libtest-deep-perl, + libtest-exception-perl, libtest-warn-perl, libclone-perl (>=0.31) +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsql-abstract-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsql-abstract-perl/ +Homepage: http://search.cpan.org/dist/SQL-Abstract/ + +Package: libsql-abstract-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module to generate SQL from Perl data structures + SQL::Abstract module was inspired by the DBIx::Abstract. The intention of this + module is to 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. --- libsql-abstract-perl-1.56.orig/debian/copyright +++ libsql-abstract-perl-1.56/debian/copyright @@ -0,0 +1,43 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Matt Trout +Upstream-Source: http://search.cpan.org/dist/SQL-Abstract/ +Upstream-Name: SQL-Abstract + +Files: * +Copyright: © 2001-2007 Nathan Wiger + © 2007-2009 Matt Trout +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: inc/* +Copyright: © 2008 - 2009 Adam Kennedy +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: lib/SQL/Abstract/Test.pm +Copyright: 2008, Laurent Dami, +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: + © 2003-2006 Stephen Quinney + © 2006-2008 Bart Martens + © 2009 Krzysztof Krzyzaniak (eloy) + © 2009 gregor herrmann +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libsql-abstract-perl-1.56.orig/debian/watch +++ libsql-abstract-perl-1.56/debian/watch @@ -0,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://search.cpan.org/dist/SQL-Abstract/ .*/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) --- libsql-abstract-perl-1.56.orig/debian/compat +++ libsql-abstract-perl-1.56/debian/compat @@ -0,0 +1 @@ +7 --- libsql-abstract-perl-1.56.orig/debian/changelog +++ libsql-abstract-perl-1.56/debian/changelog @@ -0,0 +1,143 @@ +libsql-abstract-perl (1.56-1) unstable; urgency=low + + * New upstream release. + * Bump debhelper build-dep to 7.2.13 since this package uses + Module::Install. + * Use tiny debian/rules. + + -- Ansgar Burchardt Sun, 31 May 2009 12:24:08 +0200 + +libsql-abstract-perl (1.55-1) unstable; urgency=low + + * New upstream release. + * Build-depend on libclone-perl (>= 0.31). + * Add myself to Uploaders. + + -- Ansgar Burchardt Sun, 17 May 2009 12:06:01 +0200 + +libsql-abstract-perl (1.54-1) unstable; urgency=low + + [ Krzysztof Krzyżaniak (eloy) ] + * New upstream release + + [ gregor herrmann ] + * debian/control: remove Bart Martens from Uploaders on his request + (closes: #526555). + + -- Krzysztof Krzyżaniak (eloy) Fri, 08 May 2009 11:05:59 +0200 + +libsql-abstract-perl (1.53-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Fri, 01 May 2009 20:53:54 +0200 + +libsql-abstract-perl (1.52-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Thu, 30 Apr 2009 11:42:51 +0200 + +libsql-abstract-perl (1.51-2) unstable; urgency=low + + * Add missing build dependencies on libtest-deep-perl, + libtest-exception-perl, libtest-warn-perl; thanks to Daniel Schepler for + the bug report (closes: #525487). + * debian/watch: use dist-based URL. + * Add /me to Uploaders. + * debian/copyright: update formatting, add additional copyright holder. + * debian/control: slightly improve short and long description. + + -- gregor herrmann Sat, 25 Apr 2009 00:05:46 +0200 + +libsql-abstract-perl (1.51-1) unstable; urgency=low + + * New upstream release (closes: #522945) + * Move to Debian Perl repository with permission from Bart Martens, change + headers in debian/control + * Convert to debhelper7 + * debian/control: Standards-Version updated to 3.8.1 (no changes) + * debian/copyright: converted to new format + * drop patches/01_label_undef.diff -- fixed in upstream + * debian/rules: use example from debhelper7 + * drop cdbs from dependencies, it's not needed now + + -- Krzysztof Krzyżaniak (eloy) Tue, 14 Apr 2009 12:56:40 +0200 + +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 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 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 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 Sat, 18 Nov 2006 14:29:10 +0100 + +libsql-abstract-perl (1.21-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Sun, 16 Apr 2006 17:48:28 +0100 + +libsql-abstract-perl (1.20-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Sat, 3 Sep 2005 08:19:18 +0100 + +libsql-abstract-perl (1.19-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney 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 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 Thu, 26 Aug 2004 08:53:44 +0100 + +libsql-abstract-perl (1.15-1) unstable; urgency=low + + * New upstream release + + -- Stephen Quinney Tue, 16 Dec 2003 11:05:52 +0000 + +libsql-abstract-perl (1.13-1) unstable; urgency=low + + * Initial Release, closes: #202702. + + -- Stephen Quinney Fri, 25 Jul 2003 10:24:37 +0100 + --- libsql-abstract-perl-1.56.orig/debian/rules +++ libsql-abstract-perl-1.56/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@