debian/0000755000000000000000000000000012213564765007201 5ustar debian/libdbd-firebird-perl.docs0000644000000000000000000000000712213344166014003 0ustar README debian/rules0000755000000000000000000000064212213564511010250 0ustar #!/usr/bin/make -f export DBD_FIREBIRD_REQUIRE_EMBEDDED=1 export AUTOMATED_TESTING=1 BAD_ARCH = kfreebsd-amd64 kfreebsd-i386 armel armhf ifneq (,$(shell for a in $(BAD_ARCH); do dpkg-architecture -e$$a && echo bad$$a; done)) export DBD_FIREBIRD_TEST_SKIP_EVENTS_FORK=1 endif %: dh $@ --with=perl_dbi override_dh_auto_clean: # avoid re-generating Makefile ! [ -e Makefile ] || touch Makefile dh_auto_clean debian/copyright0000644000000000000000000000257512213344166011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DBD-Firebird Upstream-Contact: Popa Marius Adrian Source: https://metacpan.org/release/DBD-Firebird/ Files: * Copyright: 1999-2005, Edwin Pratomo 2001-2005, Daniel Ritz 2010-2012, Popa Adrian Marius 2010-2011, pilcrow 2011, Stefan Suciu 2011-2013, Damyan Ivanov 2011, Alexandr Ciornii License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Damyan Ivanov 2012, 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/watch0000644000000000000000000000016612213344166010224 0ustar version=3 https://metacpan.org/release/DBD-Firebird/ .*/DBD-Firebird-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012213344166010470 5ustar debian/source/format0000644000000000000000000000001412213344166011676 0ustar 3.0 (quilt) debian/control0000644000000000000000000000211712213344166010574 0ustar Source: libdbd-firebird-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), firebird-dev, libdbi-perl, libfbembed2.5, libfile-which-perl, libtest-exception-perl (>= 0.31), perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-firebird-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbd-firebird-perl.git Homepage: https://metacpan.org/release/DBD-Firebird/ Package: libdbd-firebird-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libdbi-perl Description: Perl DBI driver for Firebird RDBMS server DBD::Firebird is a Perl Database Driver module which works with the generic DBI module, adding support for Firebird databases. It enables access to Firebird databases from Perl scripts. debian/compat0000644000000000000000000000000212213344166010366 0ustar 9 debian/changelog0000644000000000000000000001036012213564671011047 0ustar libdbd-firebird-perl (1.15-2) unstable; urgency=low * skip fork-based event tests on armel and armhf -- Damyan Ivanov Tue, 10 Sep 2013 12:43:13 +0300 libdbd-firebird-perl (1.15-1) unstable; urgency=low * New upstream release + fixes tests on s390x (Closes: #719855) -- Damyan Ivanov Mon, 09 Sep 2013 22:12:38 +0300 libdbd-firebird-perl (1.14-1) unstable; urgency=low * New upstream release * export environment vars disabling fragile tests and certain tests on certain bad platforms. (Closes: #719582) -- Damyan Ivanov Mon, 09 Sep 2013 16:38:08 +0300 libdbd-firebird-perl (1.12-1) unstable; urgency=low * New upstream release * add libfile-watch-perl to build-dependencies * drop patch released upstream * drop filebird2.5-server from build-dependencies * update years of copyright * require version 0.31 of libtest-exception-perl for building -- Damyan Ivanov Thu, 15 Aug 2013 17:37:18 +0200 libdbd-firebird-perl (1.11-1) unstable; urgency=low * Team upload. [ Xavier Guimard ] * Imported Upstream version 1.11 + Remove debian/patches/git/skip-event-tests.patch that has been included in upstream release + fixes build include flags when firebird is not found (Closes:#700427) * Bump standards-version to 3.9.4 * Upgrade debhelper dependency to 9.20120312 * Update debian/copyright (format and years) [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * add patch removing unnecessary (and wrong) conversion from utf8 to native bytes when feeding character data to firebird Closes: #704265 -- FTBFS with perl 5.16: test failures -- gregor herrmann Sat, 18 May 2013 14:16:41 +0200 libdbd-firebird-perl (0.91-2) unstable; urgency=low * add a patch from upstream c3306d5 allowing conditional skipping ov event tests * rules: skip event tests on number of architecures these are armel, ia64, kfreebsd-amd64, kfreebsd-i386 and s390 it *seems* that the problem is not in dbd-firebird itself as the very same tests pass on 7 other archtectures -- Damyan Ivanov Fri, 04 Nov 2011 16:58:09 +0200 libdbd-firebird-perl (0.91-1) unstable; urgency=low * Imported Upstream version 0.91 -- Damyan Ivanov Thu, 03 Nov 2011 22:26:16 +0200 libdbd-firebird-perl (0.90-1) unstable; urgency=low * Imported Upstream version 0.90 * build embedded variant too enables full test coverage without a running local firebird server * build with hardening flags if buildflags.mk is available -- Damyan Ivanov Wed, 02 Nov 2011 10:04:03 +0200 libdbd-firebird-perl (0.80-1) unstable; urgency=low * New upstream release + remove all patches (released upstream) -- Damyan Ivanov Tue, 04 Oct 2011 21:08:12 +0300 libdbd-firebird-perl (0.70-2) unstable; urgency=low * add a patch from upstream Git adding support for 'gnukfreebsd' to Makefile.PL. Closes: #643717 -- FTBFS on gnukfreebsd * slight improvement of package description -- Damyan Ivanov Thu, 29 Sep 2011 08:50:04 +0300 libdbd-firebird-perl (0.70-1) unstable; urgency=low * New upstream release + documentation cleanup + support of Perl Unicode via ib_enable_utf8 attribute + fix $dbh->do() and $sth->execute() to properly return the number of affected records * add a patch from upstream Git appending $Config{ccflags} to CCFLAGS (Closes: #643038 -- FTBFS with perl 5.14: CCFLAGS should include $Config{ccflags}) * add -classic alternatives to firebird server B-D * add a patch from upstream fixing skipping of tests * add libtest-exception-perl to B-D -- Damyan Ivanov Tue, 27 Sep 2011 23:27:43 +0300 libdbd-firebird-perl (0.60-2) unstable; urgency=low * drop the ib-encoding patch. It is not ready yet, and better introduced/tested upstream anyway -- Damyan Ivanov Mon, 19 Sep 2011 14:22:05 +0300 libdbd-firebird-perl (0.60-1) unstable; urgency=low * Initial Release. (Closes: #639775 -- ITP) -- Damyan Ivanov Mon, 19 Sep 2011 11:38:33 +0300