--- libdbi-perl-1.609.orig/debian/control +++ libdbi-perl-1.609/debian/control @@ -0,0 +1,36 @@ +Source: libdbi-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Christian Hammers , + Damyan Ivanov , Niko Tyni , + gregor herrmann , Ryan Niebur , + Jonathan Yu +Build-Depends: perl-modules, debhelper (>= 7.0.8), quilt (>= 0.46-7), + libplrpc-perl, libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.8.2 +Homepage: http://dbi.perl.org/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbi-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbi-perl/ + +Package: libdbi-perl +Architecture: any +Suggests: dbishell +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libplrpc-perl +Description: Perl Database Interface (DBI) + DBI (DataBase Interface) is a Perl framework that provides a common interface + to access various backend databases in a uniform manner. DBD (DataBase Driver) + modules provide implementations for various backend data storage mechanisms + including networked relational databases (particularly SQL databases) and even + web services such as the Google search engine. + . + It is extremely portable and available for a wide range of operating systems, + architectures and data stores, including: + . + * Oracle + * Microsoft SQL Server + * IBM DB2 + * SQLite + * PostgreSQL + * Firebird + * MySQL --- libdbi-perl-1.609.orig/debian/compat +++ libdbi-perl-1.609/debian/compat @@ -0,0 +1 @@ +7 --- libdbi-perl-1.609.orig/debian/watch +++ libdbi-perl-1.609/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/(?<=\.\d\d)$/0/" \ +http://search.cpan.org/dist/DBI/ .*/DBI-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libdbi-perl-1.609.orig/debian/rules +++ libdbi-perl-1.609/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libdbi-perl-1.609.orig/debian/copyright +++ libdbi-perl-1.609/debian/copyright @@ -0,0 +1,196 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Tim Bunce +Upstream-Source: http://dbi.perl.org +Upstream-Name: DBI + +Christian Schwarz originally put together this package +from original DBI sources. It was then taken over by Ben Gertzfield, then +Martin Schulze and then Christian Hammers. Current maintainer is Debian Perl +Group. + +Files: DBI.pm +Copyright: 1994-2009, Tim Bunce +License-Alias: Perl +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: DBI.xs +Copyright: 1994-2003, Tim Bunce +License: GPL-1+ | Artistic + See COPYRIGHT section in DBI.pm for usage and distribution rights. + +Files: DBIXS.h +Copyright: 1994-2002, Tim Bunce +License: GPL-1+ | Artistic + See COPYRIGHT section in DBI.pm for usage and distribution rights. + +Files: Driver.xst +Copyright: 1997-2002, Tim Bunce + 2002, Jonathan Leffler +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: Makefile.PL +Copyright: 1994-2006, Tim Bunce +License: GPL-1+ | Artistic + See COPYRIGHT section in DBI.pm for usage and distribution rights. + +Files: dbd_xsh.h +Copyright: 2000-2002, Tim Bunce + 2002, Jonathan Leffler +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: dbi_sql.h +Copyright: 1997-1999, Tim Bunce +License: GPL-1+ | Artistic + See COPYRIGHT section in DBI.pm for usage and distribution rights. + +Files: dbipport.h +Copyright: 2004-2009, Marcus Holland-Moritz + 2001, Paul Marquess (Version 2.x) + 1999, Kenneth Albanowski (Version 1.x) +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: dbiprof.PL +Copyright: 2002, Sam Tregar +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify + it under the same terms as Perl 5 itself. + +Files: dbiproxy.PL, lib/DBI/ProxyServer.pm +Copyright: 1997, Jochen Wiedmann +License: GPL-1+ | Artistic + The DBI::ProxyServer module is free software; you can redistribute it + and/or modify it under the same terms as Perl itself. In particular + permission is granted to Tim Bunce for distributing this as a part of + the DBI. + +Files: lib/DBI/Gofer/*, lib/DBI/Util/CacheMemory.pm, lib/DBI/Util/CacheMemory.pm +Copyright: 2007, Tim Bunce +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: lib/DBI/Gofer/Transport/Base.pm +Copyright: 2007-2008, Tim Bunce +License: GPL-1+ | Artistic + This module is free software; you can redistribute it and/or + modify it under the same terms as Perl itself. See 'perldoc perlartistic'. + +Files: lib/DBI/Const/* +Copyright: 2002, Tim Bunce +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: lib/DBI/DBD.pm +Copyright: 1997-2006, Tim Bunce + 1997-2006, Jochen Wiedmann + 1997-2006, Jonathan Leffler + 1997-2006, Steffen Goeldner +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: lib/DBI/W32ODBC.pm +Copyright: 1997, 1999 by Tim Bunce + With many thanks to Patrick Hollins for polishing. +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: lib/DBI/FAQ.pm +Copyright: This document is Copyright (c)1994-2000 Alligator Descartes, + with portions Copyright (c)1994-2000 their original authors. +License: Artistic + This module is released under the 'Artistic' license which you can find in + the perl distribution. + +Files: lib/DBI/SQL/Nano.pm, lib/DBD/DBM.pm +Copyright: (c) 2004 by Jeff Zucker < jzucker AT cpan.org > All rights reserved. +License: GPL-1+ | Artistic + You may freely distribute and/or modify this module under the terms + of either the GNU General Public License (GPL) or the Artistic License, + as specified in the Perl README file. + +Files: lib/DBI/ProfileData.pm, lib/DBI/ProfileDumper/Apache.pm, + lib/DBI/ProfileDumper.pm +Copyright: 2002, Sam Tregar +License: GPL-1+ | Artistic + This program is free software; you can redistribute it and/or modify + it under the same terms as Perl 5 itself. + +Files: lib/DBI/PurePerl.pm +Copyright: 2002-2003, Tim Bunce +License: GPL-1+ | Artistic + See COPYRIGHT section in DBI.pm for usage and distribution rights. + +Files: lib/DBI/DBD/Metadata.pm +Copyright: 1997-2003, Tim Bunce + 1997-2003, Jochen Wiedmann + 1997-2003, Jonathan Leffler + 1997-2003, Steffen Goeldner +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: lib/DBD/ExampleP.pm +Copyright: 1994,1997,1998 Tim Bunce +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: lib/DBD/File.pm +Copyright: + 2009 by H.Merijn Brand & Jens Rehsack + (C) 2004 by Jeff Zucker + (C) 1998 by Jochen Wiedmann + All rights reserved. +License: GPL-1+ | Artistic + You may distribute this module under the terms of either the GNU + General Public License or the Artistic License, as specified in + the Perl README file. + +Files: lib/DBD/NullP.pm +Copyright: 1994-2007, Tim Bunce +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: lib/DBD/Proxy.pm +Copyright: (c) 1997,1998 Jochen Wiedmann +License: GPL-1+ | Artistic + The DBD::Proxy module is free software; you can redistribute it and/or + modify it under the same terms as Perl itself. In particular permission + is granted to Tim Bunce for distributing this as a part of the DBI. + +Files: lib/DBD/Sponge.pm +Copyright: 1994-2003, Tim Bunce +License: GPL-1+ | Artistic + You may distribute under the terms of either the GNU General Public + License or the Artistic License, as specified in the Perl README file. + +Files: test.pl +Copyright: 1994-1998, Tim Bunce +License: GPL-1+ | Artistic + See COPYRIGHT section in DBI.pm for usage and distribution rights. + +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' --- libdbi-perl-1.609.orig/debian/libdbi-perl.examples +++ libdbi-perl-1.609/debian/libdbi-perl.examples @@ -0,0 +1,2 @@ +test.pl +ex/* --- libdbi-perl-1.609.orig/debian/README.source +++ libdbi-perl-1.609/debian/README.source @@ -0,0 +1,57 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: + + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + fi + done + +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: + + quilt push -a + +The last patch listed in debian/patches/series will become the current +patch. + +To add a new set of changes, first run quilt push -a, and then run: + + quilt new + +where is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete + +You may need to run quilt pop -a to unapply patches first before running +this command. --- libdbi-perl-1.609.orig/debian/lintian-overrides +++ libdbi-perl-1.609/debian/lintian-overrides @@ -0,0 +1,3 @@ +# URLs +libdbi-perl: manpage-has-errors-from-man usr/share/man/man3/DBI::Const::GetInfo::ODBC.3pm.gz 156: warning [p 1, 4.0i]: can't break line + --- libdbi-perl-1.609.orig/debian/changelog +++ libdbi-perl-1.609/debian/changelog @@ -0,0 +1,567 @@ +libdbi-perl (1.609-1) unstable; urgency=low + + * New upstream release + -> Various bug fixes, especially for DBD::File + * Cleaned up copyright file a bit + * Added /me to Uploaders + * New debian/rules format + * Updated package description + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Damyan Ivanov ] + * bump Standards-Version to 3.8.2 (no changes needed) + * bump years of copyright over DBI.pm + + -- Damyan Ivanov Mon, 22 Jun 2009 11:15:45 +0300 + +libdbi-perl (1.608-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * New upstream release + * Add myself to Uploaders + * Debian Policy 3.8.1 + * update copyright + * remove patches applied upstream + * refresm patches + * update lintian overrides for man page + * add descriptions to the patches + + -- Ryan Niebur Tue, 05 May 2009 22:32:18 -0700 + +libdbi-perl (1.607-1) unstable; urgency=low + + * New upstream release. + * debian/control: change my email address. + * Add example scripts from ex/ to the package. + * debian/copyright: wrap some long lines. + + -- gregor herrmann Sat, 26 Jul 2008 18:15:04 +0200 + +libdbi-perl (1.605-1) unstable; urgency=low + + * Homepage: http://dbi.perl.org/ Closes: #479095 + Thanks to Peter Karbaliotis + * New upstream release + * update years of copyright + * update t__85gofer.t__timeout.patch to apply again + * refresh all patches with -p ab --no-timestamps --no-index + * adapt lintian override to new upstream source + * minimize debian/rules thanks to debhelper 7 + + update compat-level and dh build-dependency accordingly + * Update to Policy 3.8.0 + + add debian/README.source + * add more lintian overrides about man unable to break URLs + + -- Damyan Ivanov Fri, 20 Jun 2008 17:16:01 +0300 + +libdbi-perl (1.604-1) unstable; urgency=low + + * New upstream release. + * Remove patch manpage-typo, applied upstreams. + * Refresh patch t__85gofer.t__timeout.patch. + * debian/rules: remove obsolete source and diff targets, add install + target to .PHONY. + * Set debhelper compatibility level back to 5. + * debian/control: make dependency on quilt versioned. + + -- gregor herrmann Thu, 27 Mar 2008 17:46:54 +0100 + +libdbi-perl (1.602-1) unstable; urgency=low + + * New upstream release. + * Refresh patch t__80proxy.t___syslogd.patch. + * Change back lib/DBI/Util/CacheMemory.pm to orginal contents from + .orig.tar.gz (the .diff.gz contained a changed $Id). + * Add /me to Uploaders. + * Add lintian override for manpage-has-errors-from-man where a line is too + long because of a URL. + * Add libtest-pod-coverage-perl to the build dependencies; + t/pod-coverage.t doesn't do anything yet but might change in the future. + + -- gregor herrmann Fri, 15 Feb 2008 13:37:42 +0100 + +libdbi-perl (1.601-2) unstable; urgency=low + + [ gregor herrmann ] + * debian/rules: + - don't install empty /usr/share/perl5 directory + - let -stamp targets only depend on other -stamp targets + - delete /usr/share/perl5 only if it exists + - remove *VENDORARCH* variables + * debian/watch: + - wrap line and remove comments + - remove dash from the version capture + * debian/control: + - use ${perl:Depends} instead of hard-coding a required perl version + (closes: #463229). + - add libtest-pod-perl to Build-Depends + * Set Standards-Version to 3.7.3 (no changes). + * Set debhelper compatibility level to 6. + * debian/watch: use dist-based URL. + * debian/copyright: copy copyright holders and license statement verbatim + from each and every file. + + [ Niko Tyni ] + * remove traces of an old unneeded 'chmod -x Roadmap.pod' in debian/rules. + * remove an obsolete conflict with pre-Sarge versions of libdbd-csv-perl. + * Build-Depend on libplrpc-perl for better test coverage. + * debian/patches/manpage-typo: s/usefull/useful/g in the dbiproxy manpage. + (Closes: #414239) + + -- Niko Tyni Mon, 11 Feb 2008 10:43:28 +0200 + +libdbi-perl (1.601-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + + [ Damyan Ivanov ] + * New upstream release + * Refresh debian/copyright + + update years + + state upstream URL + + quote licensing terms + * Convert from cdbs to debhelper. Add dependency on quilt + * Refresh patches + * Drop unneeded lintian override + description-synopsis-starts-with-a-capital-letter + * Drop unneeded "chmod -x DBI/Roadmap,pm" + * Homepage: http://dbi.perl.org/ + * debian/watch: add upstream version mangling to allow future versions of + x.yy become x.yy0 forcing three digit minor + + -- Damyan Ivanov Tue, 23 Oct 2007 11:35:01 +0300 + +libdbi-perl (1.59-1) unstable; urgency=low + + * New upstream release + * Dropped goferperl.pl.diff as goferperl.pl itself is dropped upstream + * Change Maintainer to Debian Perl Group, moved Christian Hammers to + Uploaders; Added myself to Uploaders too + * DebHelper compat level 5 + * debian/copyright + + Mention Debian Perl Group as present maintainer + + Fixed download URL + * debian/watch - use www.cpan.org, drop uupdate as we use svn-upgrade + + -- Damyan Ivanov Wed, 12 Sep 2007 10:02:38 +0300 + +libdbi-perl (1.58-2) unstable; urgency=low + + * Fixed timeout for FTBFS on arm and m68k + + -- Christian Hammers Mon, 20 Aug 2007 21:53:41 +0200 + +libdbi-perl (1.58-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Thu, 16 Aug 2007 23:33:23 +0200 + +libdbi-perl (1.57-1) unstable; urgency=low + + * New upstream release. Fixes dataloss bug. + + -- Christian Hammers Thu, 21 Jun 2007 23:44:02 +0200 + +libdbi-perl (1.55~svn20070405-2) unstable; urgency=low + + * New upstream release from SVN to check m68k FTBFS problem. + + -- Christian Hammers Thu, 22 Mar 2007 22:01:51 +0100 + +libdbi-perl (1.53-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Tue, 21 Nov 2006 18:27:48 +0100 + +libdbi-perl (1.52-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Thu, 24 Aug 2006 00:17:26 +0200 + +libdbi-perl (1.51-2) unstable; urgency=low + + * Applied memory leak patch (thanks to Doru Theodor Petrescu and + Sancho Lerena). + + -- Christian Hammers Tue, 11 Jul 2006 00:18:45 +0200 + +libdbi-perl (1.51-1) unstable; urgency=low + + * New upstream release. + (thanks to Martin von Oertzen for reminding). Closes: #373938 + + -- Christian Hammers Fri, 16 Jun 2006 16:00:11 +0200 + +libdbi-perl (1.50-2) unstable; urgency=low + + * Increased tolerance of the t/40profile regression test which lead to + FTBFS when NTP adjusted the time by -0.0097s. + * Now using cdbs/simple-patchsys. + + -- Christian Hammers Sat, 28 Jan 2006 14:35:16 +0100 + +libdbi-perl (1.50-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Mon, 9 Jan 2006 22:09:07 +0100 + +libdbi-perl (1.48-2) unstable; urgency=low + + * Corrected watch file. + + -- Christian Hammers Fri, 16 Sep 2005 01:15:25 +0200 + +libdbi-perl (1.48-1) unstable; urgency=low + + * New upstream release. + + -- Christian Hammers Sat, 4 Jun 2005 05:20:21 +0200 + +libdbi-perl (1.46-6) unstable; urgency=high + + * SECURITY + Javier Fernandez-Sanguino Pena from the Debian Security Audit Project + discovered that the DBI library, the Perl5 database interface, creates + a temporary PID file in an insecure manner. This can be exploited by a + malicious user to overwrite arbitrary files owned by the person + executing the parts of the library. + (DSA 658-1, CAN-2005-0077) + + -- Christian Hammers Sun, 23 Jan 2005 23:00:04 +0100 + +libdbi-perl (1.46-5) unstable; urgency=low + + * Fixed lintian warnings and updated description. + + -- Christian Hammers Sat, 8 Jan 2005 20:44:31 +0100 + +libdbi-perl (1.46-4) unstable; urgency=low + + * Really adjusted perl dependencies to the ones in testing. + + -- Christian Hammers Tue, 28 Dec 2004 01:32:35 +0100 + +libdbi-perl (1.46-3) unstable; urgency=low + + * Adjusted perl dependencies to the ones in testing which are sufficient. + + -- Christian Hammers Mon, 27 Dec 2004 21:37:30 +0100 + +libdbi-perl (1.46-2) unstable; urgency=low + + * Adjusted perl-modules build-dep to fix FTBFS on ARM. + + -- Christian Hammers Tue, 21 Dec 2004 01:57:11 +0100 + +libdbi-perl (1.46-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Mon, 20 Dec 2004 22:26:10 +0100 + +libdbi-perl (1.45-1) unstable; urgency=low + + * New upstrem version. + + -- Christian Hammers Mon, 11 Oct 2004 21:45:54 +0200 + +libdbi-perl (1.43-1) unstable; urgency=low + + * New upstream release + * Updated watch file to version 2. + * Disabled test t/80proxy.t as it depends on a running syslogd which + the build environments do not have. + + -- Christian Hammers Mon, 2 Aug 2004 01:05:33 +0200 + +libdbi-perl (1.42-4) unstable; urgency=low + + * Switched to the CDBS. + + -- Christian Hammers Fri, 23 Jul 2004 20:59:37 +0200 + +libdbi-perl (1.42-3) unstable; urgency=low + + * Added conflicts to current libdbd-csv-perl version which also + ships DBD::File although in an older version. It's maintainer + has been contacted. + + -- Christian Hammers Thu, 10 Jun 2004 19:18:10 +0200 + +libdbi-perl (1.42-2) unstable; urgency=low + + * Adjusted section. + + -- Christian Hammers Wed, 2 Jun 2004 01:45:26 +0200 + +libdbi-perl (1.42-1) unstable; urgency=low + + * New upstream version. + + -- Christian Hammers Wed, 2 Jun 2004 01:30:42 +0200 + +libdbi-perl (1.41-1) unstable; urgency=low + + * New upstream release + * Replaced mentioning of DBI::Shell in the package description by + a suggestion to the dbishell package as DBI::Shell is no longer + included. Closes: #234671 + + -- Christian Hammers Tue, 2 Mar 2004 23:14:04 +0100 + +libdbi-perl (1.40-3) unstable; urgency=low + + * Fixed manpage of DBI::ProxyServer (thanks to Frederic Briere). + Closes: #232691 + + -- Christian Hammers Mon, 23 Feb 2004 04:46:03 +0100 + +libdbi-perl (1.40-2) unstable; urgency=low + + * Raised the suggestion for libprpc-perl as two binaries from DBI + needs it (thanks to Frederic Briere). Closes: #108569 + + -- Christian Hammers Mon, 23 Feb 2004 04:14:55 +0100 + +libdbi-perl (1.40-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Sat, 10 Jan 2004 21:56:59 +0100 + +libdbi-perl (1.38-1) unstable; urgency=low + + * New upstream release. + + -- Christian Hammers Sun, 26 Oct 2003 02:28:06 +0100 + +libdbi-perl (1.35-1) unstable; urgency=low + + * New upstream release. + + -- Christian Hammers Tue, 25 Mar 2003 23:27:13 +0100 + +libdbi-perl (1.32-1) unstable; urgency=low + + * New upstream release. + (reenabled taint tests that were accidently left disabled). + Closes: #177756 + + -- Christian Hammers Tue, 21 Jan 2003 19:58:47 +0100 + +libdbi-perl (1.30-1) unstable; urgency=medium + + * New upstream release + Is supposed to fix a segfault that occurs in conjunction with + HTML::Mason. Closes: #161825 + + -- Christian Hammers Sun, 29 Sep 2002 01:29:07 +0200 + +libdbi-perl (1.28-4) unstable; urgency=low + + * Corrected build-depends. + + -- Christian Hammers Sun, 25 Aug 2002 18:23:26 +0200 + +libdbi-perl (1.28-3) unstable; urgency=medium + + * Updated for perl-5.8. Closes: #158095, #158113 + + -- Christian Hammers Sun, 25 Aug 2002 17:53:47 +0200 + +libdbi-perl (1.28-2) unstable; urgency=low + + * Corrected copyright. Closes: #157570 + + -- Christian Hammers Fri, 23 Aug 2002 23:34:27 +0200 + +libdbi-perl (1.28-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Tue, 18 Jun 2002 18:53:14 +0200 + +libdbi-perl (1.21-2) unstable; urgency=low + + * Acknowleging NMU from Dirk Eddenbuettel. Thanks! Closes: #133020 + + -- Christian Hammers Sun, 17 Feb 2002 22:28:04 +0100 + +libdbi-perl (1.21-1) unstable; urgency=low + + * Non-maintainer upload of a new upstream release + * No new changes made, copied debian/ from 1.20 and edited changelog + * Follows a bug filed eight days ago (Closes: #133020) + + -- Dirk Eddelbuettel Sat, 16 Feb 2002 20:14:01 -0600 + +libdbi-perl (1.20-1) unstable; urgency=low + + * New upstream release + NOTE: Please read the Changes.gz file for compatibility problems with + fetchall_* functions. + + -- Christian Hammers Tue, 27 Nov 2001 00:39:09 +0100 + +libdbi-perl (1.19-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Wed, 8 Aug 2001 00:09:15 +0200 + +libdbi-perl (1.18-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Tue, 5 Jun 2001 22:25:20 +0200 + +libdbi-perl (1.15-1) unstable; urgency=low + + * New upstream release + + -- Christian Hammers Fri, 30 Mar 2001 20:15:06 +0200 + +libdbi-perl (1.14-4) unstable; urgency=low + + * Adjusted the priority from extra to optional. + + -- Christian Hammers Mon, 19 Feb 2001 00:28:13 +0100 + +libdbi-perl (1.14-3) unstable; urgency=low + + * Updated to latest policy and Perl policy. + * Corrected maintainer email. + + -- Christian Hammers Sat, 17 Feb 2001 17:39:24 +0100 + +libdbi-perl (1.14-2) unstable; urgency=medium + + * Recompiled for perl-5.6. + Other maintainers are waiting for this. Closes: #77187 + + -- Christian Hammers Thu, 16 Nov 2000 13:08:08 +0100 + +libdbi-perl (1.14-1) unstable; urgency=low + + * New upstraem version. + + -- Christian Hammers Sun, 30 Jul 2000 17:37:17 +0200 + +libdbi-perl (1.13-4) unstable unstable; urgency=low + + * Included dbiproxy. (Although unusable untill someone packages + RPC/PlServer.pm or installs this locally) + + -- Christian Hammers Sun, 30 Jul 2000 17:37:12 +0200 + +libdbi-perl (1.13-2) frozen unstable; urgency=low + + * Added dbish binary. + + -- Christian Hammers Sat, 22 Jan 2000 16:35:49 +0100 + +libdbi-perl (1.13-1) unstable; urgency=low + + * New upstream version. + * Fixed typo in FAQ. Closes: #23247 + + -- Christian Hammers Sun, 5 Dec 1999 17:13:50 +0100 + +libdbi-perl (1.12-1) unstable; urgency=low + + * Recompiled for perl-5.005. + * New upstream version. + + -- Christian Hammers Tue, 6 Jul 1999 00:56:26 +0200 + +libdbi-perl (1.06-3) unstable; urgency=high + + * Fix of grave bug: A __register_frame_info case. + * Now I explicit depend on libc >= 2.1 ! + + -- Christian Hammers Tue, 4 May 1999 23:50:56 +0200 + +libdbi-perl (1.06-2) unstable; urgency=low + + * New maintainer upload + + -- Christian Hammers Tue, 27 Apr 1999 22:53:03 +0200 + +libdbi-perl (1.06-1) unstable; urgency=low + + * New upstream version + * Added authors email address to copyright file + + -- Martin Schulze Wed, 27 Jan 1999 23:36:48 +0100 + +libdbi-perl (1.02-1) unstable; urgency=low + + * New upstream source + * New maintainer + * New Standards-Version + * New packge description + * Included test.pl + * Moved it out of contrib since it's distributed under the terms of the + GNU GPL. + * Used my own debian/rules style + + -- Martin Schulze Thu, 24 Sep 1998 11:11:36 +0200 + +libdbi-perl (0.92-2) unstable; urgency=low + + * Whoops! I was making a shlibs file when I didn't need to. Removed call + to dh_makeshlibs. This fixes the last of the lintian warnings. + + -- Ben Gertzfield Wed, 11 Feb 1998 13:18:59 -0800 + +libdbi-perl (0.92-1) unstable; urgency=low + + * New upstream version. + * debhelper 0.60 fixed the bad permissions that lintian caught. + + -- Ben Gertzfield Mon, 9 Feb 1998 16:10:34 -0800 + +libdbi-perl (0.91-1) unstable; urgency=low + + * New upstream version. + * New maintainer. + * Compiled with perl 5.004.04-3, fixes bug #15837 + * Fixed debian/rules file to properly install manpages, another part + of #15837. + + -- Ben Gertzfield Sun, 28 Dec 1997 21:25:13 -0800 + +libdbi-perl (0.89-1) unstable; urgency=low + + * New maintainer address + * Linked against perl 5.004 as this is the official perl in hamm. Thanks + to Christian Schwarz (schwarz@debian.org) for informing me. + * New upstream version (Bug#12249) + * Added my source routines to debian/rules + * Removed .packlist files (Bug#11301) + + -- Martin Schulze Wed, 3 Sep 1997 08:57:41 +0200 + +libdbi-perl (0.79-1) unstable; urgency=low + + * Initial Release. + + -- Christian Schwarz Sat, 12 Apr 1997 21:48:21 +0200 + +Local variables: +mode: debian-changelog +End: --- libdbi-perl-1.609.orig/debian/patches/t__80proxy.t___syslogd.patch +++ libdbi-perl-1.609/debian/patches/t__80proxy.t___syslogd.patch @@ -0,0 +1,15 @@ +syslogd isn't necessarily on the buildds + +--- a/t/80proxy.t ++++ b/t/80proxy.t +@@ -10,6 +10,10 @@ + require VMS::Filespec if $^O eq 'VMS'; + require Cwd; + ++# DEBIAN ++print("1..1\nok 1 # skipped No syslogd in Debian build environments.\n"); ++exit(0); ++ + my $haveFileSpec = eval { require File::Spec }; + my $failed_tests = 0; + --- libdbi-perl-1.609.orig/debian/patches/t__40profile.t__NTP.patch +++ libdbi-perl-1.609/debian/patches/t__40profile.t__NTP.patch @@ -0,0 +1,14 @@ +# +# A NTP clock adjustment of -0.00967s lead to FTBFS. +# +--- a/t/40profile.t ++++ b/t/40profile.t +@@ -162,7 +162,7 @@ + this kind of clock behaviour. Please retry. + EOT + # don't treat small negative values as failure +- $shortest = 0 if $shortest > -0.008; ++ $shortest = 0 if $shortest > -0.8; + } + + --- libdbi-perl-1.609.orig/debian/patches/t__06attrs.t__localefix.patch +++ libdbi-perl-1.609/debian/patches/t__06attrs.t__localefix.patch @@ -0,0 +1,22 @@ +LC_ALL=C for the error messages in the statement handle tests. + +--- a/t/06attrs.t ++++ b/t/06attrs.t +@@ -3,6 +3,7 @@ + use strict; + + use Test::More tests => 145; ++use POSIX qw(setlocale LC_ALL); + + ## ---------------------------------------------------------------------------- + ## 06attrs.t - ... +@@ -17,6 +18,9 @@ + + $|=1; + ++# For the error messages in the statement handle tests. ++setlocale(LC_ALL, "C"); ++ + my $using_autoproxy = ($ENV{DBI_AUTOPROXY}); + my $dsn = 'dbi:ExampleP:dummy'; + --- libdbi-perl-1.609.orig/debian/patches/series +++ libdbi-perl-1.609/debian/patches/series @@ -0,0 +1,4 @@ +t__06attrs.t__localefix.patch +t__40profile.t__NTP.patch +t__80proxy.t___syslogd.patch +