debian/0000755000000000000000000000000012255410333007164 5ustar debian/rules0000755000000000000000000000366212255410333010253 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) # for test target, see below DBUSER := $(shell whoami) DBNAME := dbd_odbc_test_db %: dh $@ --with perl_dbi # here is a test target -- it works for me under postgres # keeping it in a separate make target, and not actually invoking it # should keep the requirements simpler for the non-i386 builds # I use the following in ~/.odbc.ini # [dbd_odbc_test_db] # Driver = /usr/lib/libpsqlodbc.so # Database = dbd_odbc_test_db # ReadOnly = 0 # Servername = localhost test: createdb $(DBNAME) -DBI_USER=$(DBUSER) DBI_DSN=dbi:ODBC:$(DBNAME) \ $(MAKE) test TEST_VERBOSE=1 -dropdb $(DBNAME) override_dh_auto_configure: PERL_DBD_ODBC_PREFER_UNIXODBC=1 dh_auto_configure override_dh_auto_test: # To run tests, use 'debian/rules test' override_dh_installexamples: dh_installexamples sed -i '1s|^##!/usr/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/* sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/* sed -i '1s|^#/usr/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/* sed -i '1s|^#!/usr/bin/perl.exe|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/* sed -i '1s|^#!c:/programme/perl/bin/perl.exe|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/* sed -i '1s|^\(#[^!].\+\)|#!/usr/bin/perl\n\1|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/*.pl sed -i '1s|^\(use strict;\)|#!/usr/bin/perl\n\1|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/*.pl sed -i '1s|^\(use DBI;\)|#!/usr/bin/perl\n\1|' $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/*.pl override_dh_fixperms: dh_fixperms chmod 755 $(TMP)/usr/share/doc/libdbd-odbc-perl/examples/*.pl override_dh_installchangelogs: pod2text Changes > debian/Changes.txt dh_installchangelogs debian/Changes.txt override_dh_installdocs: pod2text FAQ > debian/FAQ dh_installdocs debian/control0000644000000000000000000000233412255410333010571 0ustar Source: libdbd-odbc-perl Maintainer: Debian Perl Group Uploaders: Carlo Segre , gregor herrmann , Brian Cassidy , Jonathan Yu , Ansgar Burchardt , Nicholas Bamber , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libdbi-perl, perl, unixodbc-dev Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-odbc-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbd-odbc-perl.git Homepage: https://metacpan.org/release/DBD-ODBC/ Package: libdbd-odbc-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libdbi-perl Description: Perl Database Driver implementing ODBC for DBI DBD::ODBC allows DBI to connect to any server complying with the ODBC (Open DataBase Connectivity) standard. This provides access to various platforms which do not currently have Perl DataBase Drivers available. debian/source/0000755000000000000000000000000012255410333010464 5ustar debian/source/format0000644000000000000000000000001412255410333011672 0ustar 3.0 (quilt) debian/libdbd-odbc-perl.docs0000644000000000000000000000006112255410333013120 0ustar README README.adabas README.sqlserver debian/FAQ debian/changelog0000644000000000000000000003375712255410333011055 0ustar libdbd-odbc-perl (1.45-1) unstable; urgency=low * Imported Upstream version 1.45 * Update debian/copyright years * Claim conformance with Policy 3.9.5 -- Xavier Guimard Fri, 29 Nov 2013 06:20:31 +0100 libdbd-odbc-perl (1.43-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 1.43 * Bump Standards-Version to 3.9.4 * Add myself to uploaders * Add notes about behaviour changes to debian/NEWS. * Add libdbi-perl in dependencies -- Xavier Guimard Sun, 19 May 2013 06:47:41 +0200 libdbd-odbc-perl (1.37-1) unstable; urgency=low * New upstream release. * Remove spelling.patch, applied upstream. * Add notes about behaviour changes to debian/NEWS. -- gregor herrmann Tue, 10 Apr 2012 19:46:36 +0200 libdbd-odbc-perl (1.35-1) unstable; urgency=low * New upstream release. * Update years of upstream and packaging copyright. * debian/copyright: update to Copyright-Format 1.0. * Refresh spelling.patch (offset). * The upstream build system is now multiarch-aware. Drop Makefile_multiarch.patch, simplify debian/{rules,control}. * Bump Standards-Version to 3.9.3 (no changes). * Use debhelper 9.20120312 to get all hardening flags. * Add note about behaviour change from upstream Changes file to debian/NEWS. -- gregor herrmann Sun, 18 Mar 2012 18:42:26 +0100 libdbd-odbc-perl (1.33-1) unstable; urgency=low * New upstream release. * Refresh patches (offset). -- gregor herrmann Fri, 02 Dec 2011 17:07:13 +0100 libdbd-odbc-perl (1.31-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * Make the build system compatible with the multi-arched odbc-dev. This includes: - debian/rules: pointing Makefile.PL to the multiarch directory - patching Makefile.PL to actually use the value - build depending on dpkg-dev (>= 1.16.0) Thanks to Dominic Hargreaves for the bug report (closes: #642237). -- gregor herrmann Tue, 20 Sep 2011 21:01:31 +0200 libdbd-odbc-perl (1.31-1) unstable; urgency=low * New upstream release * Raised standards version to 3.9.2 * Some example scripts did not have correct permissions or any shebang -- Nicholas Bamber Mon, 04 Jul 2011 12:06:16 +0100 libdbd-odbc-perl (1.29-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Bump to debhelper compat 8 [ gregor herrmann ] * Update years of copyright. * Refresh spelling.patch (offset). * Add note about changes in error reporting to debian/NEWS. * debian/rules: run Makefile.PL with "-x" to indicate we build against unixODBC and not iODBC, and pass "-o /usr" to avoid some more guessing. -- Jonathan Yu Tue, 08 Mar 2011 22:12:27 -0500 libdbd-odbc-perl (1.27-1) unstable; urgency=low [ Ansgar Burchardt ] * Use perl_dbi addon for dh. * Bump build-dependency on libdbi-perl to >= 1.612. * Bump Standards-Version to 3.9.0 (no changes). * Update my email address. [ Nicholas Bamber ] * Added myself to Uploaders * New upstream release * Bump Standards-Version to 3.9.1 * Refreshed copyright * Added patch to fix spelling mistake [ Jonathan Yu ] * New upstream release * Add a NEWS file discussing the transition from ODBC 2.0 to 3 [ gregor herrmann ] * Add build dependency on Test::Simple 0.90. -- Jonathan Yu Mon, 21 Feb 2011 10:29:42 -0500 libdbd-odbc-perl (1.24-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Remove spelling patch, fixed upstream * Update copyright information + Properly use DEP5 format + Update debian/* copyright holders list from changelog [ gregor herrmann ] * Convert upstream changelog from POD to text/plain. * Update years of upstream copyright. * Install upstream FAQ (converted to plain text). -- gregor herrmann Mon, 24 May 2010 16:28:52 +0200 libdbd-odbc-perl (1.23-2) unstable; urgency=low * Add dependency on perl-dbdapi-* (see #577209). + Needs build-dep on libdbi-perl (>= 1.610.90+is+1.609-1~). * debian/copyright: Minor changes for current DEP-5 proposal. * Bump Standards-Version to 3.8.4. * Use source format 3.0 (quilt). * Fix spelling error in documentation. + new patch: spelling.patch * Add myself to Uploaders. -- Ansgar Burchardt Sat, 24 Apr 2010 14:28:26 +0900 libdbd-odbc-perl (1.23-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (drop versioned dependency on perl) * Drop version dependency on libdbi-perl (oldstable has 1.53) * Change to new short debhelper rules format + overrides [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Wed, 23 Sep 2009 08:16:53 -0400 libdbd-odbc-perl (1.22-1) unstable; urgency=low * New upstream release -> Serious bug fixes, especially when using this with Unicode strings larger than 64KB. -> Some more FAQ entries * Updated description * Added /me to Uploaders [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/copyright: add additional copyright holder. * Set Standards-Version to 3.8.2 (no changes). -- Jonathan Yu Fri, 19 Jun 2009 05:10:25 -0400 libdbd-odbc-perl (1.21-1) unstable; urgency=low * New upstream release -- Brian Cassidy Thu, 30 Apr 2009 09:31:47 -0300 libdbd-odbc-perl (1.20-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * debian/control: added myself to Uploaders [ gregor herrmann ] * debian/watch: remove unused "debian" suffix. -- Brian Cassidy Mon, 27 Apr 2009 11:39:22 -0300 libdbd-odbc-perl (1.19-1) unstable; urgency=low * New upstream release. * debian/copyright: update years of upstream copyright. * Set Standards-Version to 3.8.1 (no changes). * Install an additional README. -- gregor herrmann Thu, 09 Apr 2009 20:56:32 +0200 libdbd-odbc-perl (1.18-1) unstable; urgency=low * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * New upstream release. * debian/copyright: switch to new format. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. -- gregor herrmann Sat, 17 Jan 2009 22:44:47 +0100 libdbd-odbc-perl (1.17-1) unstable; urgency=low * New upstream release. * Refresh debian/rules; examples are now in "examples/"; remove some unused targets, remove executable bit from example scripts. * debian/control: change my email address, wrap long lines, mention module name in long description. * debian/copyright: update upstream copyright notice; point to exact upstream source location. -- gregor herrmann Wed, 08 Oct 2008 18:11:06 +0200 libdbd-odbc-perl (1.16-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. * debian/watch: remove dash from the version capture. * debian/rules: delete /usr/share/perl5 only if it exists. * debian/watch: use dist-based URL. [ Joachim Breitner ] * Removed myself from uploaders. [ Gunnar Wolf ] * New upstream release * Added myself as an uploader * Bumped up standards-version to 3.8.0 * Added proper copyright information -- Gunnar Wolf Sun, 10 Aug 2008 10:49:58 -0500 libdbd-odbc-perl (1.13-5) unstable; urgency=low [ gregor herrmann ] * Add dh_md5sums to debian/rules. [ Damyan Ivanov ] * Drop unused dh_installdirs * Honour errors from $(MAKE) distclean -- gregor herrmann Fri, 17 Aug 2007 12:55:33 +0200 libdbd-odbc-perl (1.13-4) unstable; urgency=low * Change debhelper compatibility level to 5. * Add install target to debian/rules (closes: #375882) -- gregor herrmann Wed, 28 Jun 2006 20:16:07 +0200 libdbd-odbc-perl (1.13-3) unstable; urgency=low * Change standards version to 3.7.2 * Change to debhelper compatibility level 4 -- Carlo Segre Thu, 8 Jun 2006 13:00:17 -0500 libdbd-odbc-perl (1.13-2) unstable; urgency=low * Remove build dependency on odbcinst1 (Closes: #319567) * Change standards version to 3.6.2 * Modified source package name to libdbd-odbc to be consistent with Perl package naming scheme * New maintainer - Debian Perl Group via Carlo Segre -- Carlo Segre Sat, 23 July 2005 17:12:15 -0500 dbd-odbc (1.13-1) unstable; urgency=low * New upstream release -- Dirk Eddelbuettel Sat, 13 Nov 2004 12:02:37 -0600 dbd-odbc (1.12-1) unstable; urgency=low * New upstream release -- Dirk Eddelbuettel Sun, 31 Oct 2004 20:44:42 -0600 dbd-odbc (1.11-1) unstable; urgency=low * New upstream release -- Dirk Eddelbuettel Fri, 15 Oct 2004 19:41:46 -0500 dbd-odbc (1.10-1) unstable; urgency=low * New upstream release * debian/watch: Updated watch file to $CPAN/modules/by-module/DBD -- Dirk Eddelbuettel Sun, 26 Sep 2004 13:32:41 -0500 dbd-odbc (1.09-1) unstable; urgency=low * New upstream release -- Dirk Eddelbuettel Sat, 13 Mar 2004 06:38:36 -0600 dbd-odbc (1.08-1) unstable; urgency=low * New upstream release -- Dirk Eddelbuettel Tue, 9 Mar 2004 19:54:52 -0600 dbd-odbc (1.07-1) unstable; urgency=low * New upstream release -- Dirk Eddelbuettel Sun, 22 Feb 2004 14:43:01 -0600 dbd-odbc (1.06-1) unstable; urgency=low * New upstream release * debian/control: Section changed to perl * debian/control: Standards-Version upgraded to 3.6.1.0 * Makefile.PL: Replaced spaces with a tab on line 427 -- Dirk Eddelbuettel Mon, 10 Nov 2003 20:22:08 -0600 dbd-odbc (1.05-1) unstable; urgency=low * New upstream version released yesterday -- Dirk Eddelbuettel Sat, 15 Mar 2003 13:09:20 -0600 dbd-odbc (1.04-1) unstable; urgency=low * New upstream release -- Dirk Eddelbuettel Sat, 25 Jan 2003 19:09:32 -0600 dbd-odbc (1.03-3) unstable; urgency=low * dbdimp.c: New upstream version with fudge for strncmpi / strncasecmp -- Dirk Eddelbuettel Fri, 24 Jan 2003 18:41:59 -0600 dbd-odbc (1.03-2) unstable; urgency=low * dbdimp.c: Added small patch which wraps an #ifdef around the strcmpi use and employs strncasecmp instead on Debian systems (Closes: #177989) -- Dirk Eddelbuettel Thu, 23 Jan 2003 21:10:10 -0600 dbd-odbc (1.03-1) unstable; urgency=low * New upstream release -- Dirk Eddelbuettel Mon, 20 Jan 2003 07:07:08 -0600 dbd-odbc (0.43-3) unstable; urgency=low * debian/control: Build-Depends on perl (>= 5.8.0) added. -- Dirk Eddelbuettel Sat, 17 Aug 2002 20:04:52 -0500 dbd-odbc (0.43-2) unstable; urgency=low * Rebuilt against new Perl 5.8.0 packages -- Dirk Eddelbuettel Tue, 6 Aug 2002 00:33:55 -0500 dbd-odbc (0.43-1) unstable; urgency=low * Upgraded to new upstream version 0.43 -- Dirk Eddelbuettel Fri, 19 Jul 2002 20:21:18 -0500 dbd-odbc (0.41-1) unstable; urgency=low * Upgraded to new upstream version 0.41 -- Dirk Eddelbuettel Tue, 4 Jun 2002 06:42:07 -0500 dbd-odbc (0.40-1) unstable; urgency=low * Upgraded to new upstream version 0.40 -- Dirk Eddelbuettel Sun, 14 Apr 2002 08:04:34 -0500 dbd-odbc (0.39-1) unstable; urgency=low * Upgraded to new upstream version 0.39 * Upstream switched to building with the unixodbc library instead of the iodbc library, and no longer includes the old (2.5.*) iODBC library in the sources. unixodbc implements a newer ODBC standard. We follow, especially as it no longer builds with iODBC. * Makefile.PL: Patch to ensure unixodbc is selected when iodbc libs are also present on system as is the case for Debian, sent upstream too * Build-Depends on unixodbc-dev and odbcinst1, not libiodbc2-dev -- Dirk Eddelbuettel Sun, 24 Mar 2002 12:44:43 -0600 dbd-odbc (0.38-1) unstable; urgency=low * Upgraded to new upstream version after a NMU of libdbi-perl * debian/control: Build-Depends on libdbi-perl (>= 1.21) per Makefile.PL -- Dirk Eddelbuettel Sat, 16 Feb 2002 20:21:25 -0600 dbd-odbc (0.31-1) unstable; urgency=low * Upgraded to new upstream version * debian/copyright: Corrected common-license/GPL file ref (lintian) * debian/control: Upgraded to Standard-Version 3.5.0 -- Dirk Eddelbuettel Sat, 19 Jan 2002 09:16:24 -0600 dbd-odbc (0.28-4) unstable; urgency=low * Rebuilt against Perl 5.6.0 * Big thanks to Brendan O'Dea for some quick help -- Dirk Eddelbuettel Wed, 14 Feb 2001 22:14:08 -0600 dbd-odbc (0.28-3) unstable; urgency=low * debian/control: Fixed silly Perl var in Build-Depends (Closes: #85671) -- Dirk Eddelbuettel Sun, 11 Feb 2001 22:41:17 -0600 dbd-odbc (0.28-2) unstable; urgency=low * debian/control: Added to Build-Depends (Closes: #65963) -- Dirk Eddelbuettel Tue, 20 Jun 2000 21:28:33 -0400 dbd-odbc (0.28-1) unstable; urgency=low * Initial Debian release. -- Dirk Eddelbuettel Sun, 28 May 2000 20:36:01 -0400 debian/NEWS0000644000000000000000000000763312255410333007674 0ustar libdbd-odbc-perl (1.43-1) unstable; urgency=low NOTES from upstream Changes file: [CHANGE IN BEHAVIOUR] * As I warned literally years ago DBD::ODBC's private function DescribeCol has been removed. You can use DBI's statement attributes like NAME, PRECISION etc, instead. All test code has been changed to remove calls to DescribeCol and GetTypeInfo. * DBD::ODBC allowed you to change the bound column type in bind_col after the column was already bound. It now does not allow this and issues a warning. * You can nolonger override the bound column type (except with SQL_NUMERIC and SQL_DOUBLE). All columns are now bound as either SQL_C_LONG (integer columns) or SQL_C_[W]CHAR (all other columns). If you are calling bind_col with a TYPE => xxx it most likely did not do what you expected and you should examine it carefully with a view to removing it altogether. As a result you no longer have to override the bind type for MS SQL Server XML columns - these will be bound as SQL_C_CHAR or SQL_C_WCHAR depending on whether Unicode is enabled. * Integer columns are now bound as SQL_C_LONGs and not as before, SQL_C_CHAR. This should not matter to you but if you were adding 0 to your integer columns retrieved to make them behave like integers you should nolonger need to do it. -- Xavier Guimard Tue, 30 Oct 2012 07:24:10 +0100 libdbd-odbc-perl (1.37-1) unstable; urgency=low NOTES from upstream Changes file: [CHANGE IN BEHAVIOUR] * The odbc_disable_array_operations has been replaced with odbc_array_operations and the default for array operations is off. Sorry, but I warned this was experimental. The ODBC_DISABLE_ARRAY_OPERATIONS env var remains. * In execute_for_fetch set the parameter status array to all 9999 (which is invalid) so we can see if the ODBC driver actually sets them and we can warn if they don't. * For freeTDS default odbc_disable_array_operations to 1 as no version of the freeTDS driver can be found that works. I was requested to do this by the dbix-class guys. I may revert this later if freeTDS is fixed. * as above for MS Access. It is a shame I cannot find any way of finding out if a driver is capable of array operations. -- gregor herrmann Tue, 10 Apr 2012 19:44:26 +0200 libdbd-odbc-perl (1.35-1) unstable; urgency=low NOTE from upstream Changes file: Prior to this release if you called selectall_* methods with a non-select statement DBD::ODBC would raise an error saying "no select statement currently executing". See RT 68720. After discussions on dbi-dev the concensus seems to be that issuing a warning in this case is better so that is what I've done. As a result t/rt_68720.t has been removed and t/85_selectall_non_select.t has been added. -- gregor herrmann Sun, 18 Mar 2012 18:36:09 +0100 libdbd-odbc-perl (1.29-1) unstable; urgency=low NOTE from upstream Changes file: The 1.28 development releases made a change which causes a generic error to be reported when an ODBC call fails but an error message is not retrieved from the ODBC Driver. It appears this has caught out a few ODBC drivers - notably freeTDS and Firebird. You now may see errors that were missed before e.g., DBIx::Class's tests for Firebird now errors test 21 "outer txn rolled back" (and others) because SQLRowCount returns an error after "ROLLBACK TO SAVEPOINT savepoint_0"; before this error was missed. -- gregor herrmann Wed, 09 Mar 2011 17:34:36 +0100 libdbd-odbc-perl (1.27-1) unstable; urgency=low This release marks a change where DBD::ODBC has now gone entirely ODBC 3, and relies on the ODBC Driver Manager to map calls to ODBC 2 drivers. This change may break applications relying on the former ODBC 2 functionality. -- Jonathan Yu Mon, 21 Feb 2011 10:09:35 -0500 debian/compat0000644000000000000000000000000212255410333010362 0ustar 9 debian/clean0000644000000000000000000000003612255410333010170 0ustar debian/Changes.txt debian/FAQ debian/copyright0000644000000000000000000000512712255410333011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DBD-ODBC Upstream-Contact: Martin J. Evans Source: https://metacpan.org/release/DBD-ODBC/ Files: * Copyright: 2007-2013, Martin J. Evans 1997-2002, Jeff Urlwin 1994-1998, Tim Bunce 1997, Thomas K. Wenrich License: Artistic or GPL-1+ Files: ConvertUTF.* Copyright: 2001-2004, Unicode, Inc. License: other Disclaimer . This source code is provided as is by Unicode, Inc. No claims are made as to fitness for any particular purpose. No warranties of any kind are expressed or implied. The recipient agrees to determine applicability of information provided. If this file has been purchased on magnetic or optical media from Unicode, Inc., the sole remedy for any claim will be exchange of defective media within 90 days of receipt. . Limitations on Rights to Redistribute This Code . Unicode, Inc. hereby grants the right to freely use the information supplied in this file in the creation of products supporting the Unicode Standard, and to make copies of this file in any form for internal or external distribution as long as this notice remains attached. . NOTE: The original version of this code can be found at http://www.unicode.org/Public/PROGRAMS/CVTUTF/ This version was slightly modified to allow ConvertUTF8toUTF16 and ConvertUTF16toUTF8 to calculate the bytes required without writing to the target buffer. Files: debian/* Copyright: 2000-2004, Dirk Eddelbuettel 2005-2006, Carlo Segre 2008, Gunnar Wolf 2009, Brian Cassidy 2009-2010, Jonathan Yu 2010, Nicholas Bamber 2006-2012, gregor herrmann 2012-2013, Xavier Guimard License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/libdbd-odbc-perl.examples0000644000000000000000000000001312255410333014003 0ustar examples/* debian/watch0000644000000000000000000000015512255410333010216 0ustar version=3 https://metacpan.org/release/DBD-ODBC/ .*/DBD-ODBC-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$