debian/0000755000000000000000000000000012265301144007164 5ustar debian/rules0000755000000000000000000000003612265301144010243 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000357712265301144010603 0ustar Source: libdbix-introspector-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdbd-sqlite3-perl (>= 1.40), libdbi-perl (>= 1.628), libmoo-perl (>= 1.003001), libtest-fatal-perl, libtest-roo-perl, libtest-simple-perl (>= 0.99) | perl (>= 5.19.5), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-introspector-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-introspector-perl.git Homepage: https://metacpan.org/release/DBIx-Introspector Package: libdbix-introspector-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl (>= 1.628), libmoo-perl (>= 1.003001) Description: module to detect what database code is connected to DBIx::Introspector is a module factored out of the DBIx::Class database detection code. Most code that needs to detect which database it is connected to assumes that there is a one-to-one mapping from database drivers to database engines. Unfortunately reality is rarely that simple. For instance, DBD::ODBC is typically used to connect to SQL Server, but ODBC can be used to connect to PostgreSQL, MySQL, and Oracle. Additionally, while ODBC is the most common way to connect to SQL Server, it is not the only option, as DBD::ADO can also be used. . DBIx::Introspector can correctly detect which database you are connected to, because it was factored out of a complex, working codebase. On top of that it has been written to be very extensible. So if you needed to detect which version of your given database you are connected to that would not be difficult. debian/source/0000755000000000000000000000000012265301144010464 5ustar debian/source/format0000644000000000000000000000001412265301144011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025712265301144011042 0ustar libdbix-introspector-perl (0.001000-1) unstable; urgency=low * Initial release (closes: #735319). -- gregor herrmann Tue, 14 Jan 2014 19:30:56 +0100 debian/compat0000644000000000000000000000000212265301144010362 0ustar 8 debian/copyright0000644000000000000000000000211412265301144011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/DBIx-Introspector Upstream-Contact: Arthur Axel "fREW" Schmidt Upstream-Name: DBIx-Introspector Files: * Copyright: 2013, Arthur Axel "fREW" Schmidt License: Artistic or GPL-1+ Files: debian/* Copyright: 2014, gregor herrmann 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/watch0000644000000000000000000000017712265301144010222 0ustar version=3 https://metacpan.org/release/DBIx-Introspector .*/DBIx-Introspector-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$