debian/0000755000000000000000000000000012216653451007173 5ustar debian/NEWS0000644000000000000000000000041111672203164007663 0ustar libtie-dbi-perl (1.04-1) unstable; urgency=low Whitespace characters (spaces, tabs, etc) are no longer stripped automatically. This may break existing code if it depends on this behaviour. -- Jonathan Yu Sat, 03 Apr 2010 01:59:47 -0400 debian/patches/0000755000000000000000000000000012216653276010627 5ustar debian/patches/series0000644000000000000000000000005611672203164012035 0ustar fix-pod-spelling.patch fix-pod-longline.patch debian/patches/fix-pod-longline.patch0000644000000000000000000000111712216653270015015 0ustar Description: fix long lines in POD to prevent "can't break lines" errors from man Author: Jonathan Yu Origin: vendor Forwarded: https://github.com/toddr/Tie-DBI/pull/1/files --- a/lib/Tie/RDBM.pm +++ b/lib/Tie/RDBM.pm @@ -623,7 +623,8 @@ B tie %i,'Tie::RDBM','mysql:Employees:host.somewhere.com', - {table=>'employee',user=>'george',password=>'kumquat2'}; + {table=>'employee',user=>'george', + password=>'kumquat2'}; foreach (keys %i) { $info = $i{$_}; if ($info->{age} > 30) { debian/patches/fix-pod-spelling.patch0000644000000000000000000000114712216653276015034 0ustar Description: fix POD spelling errors Author: Jonathan Yu Origin: vendor Forwarded: https://github.com/toddr/Tie-DBI/pull/1/files --- a/lib/Tie/RDBM.pm +++ b/lib/Tie/RDBM.pm @@ -558,7 +558,7 @@ In a future version of this module, the "frozen" field may be turned into a general "datatype" field in order to minimize storage. For -future compatability, please use an integer for the frozen field. +future compatibility, please use an integer for the frozen field. If you use the "create" and/or "drop" options, the module will automatically attempt to create a table for its own use in the debian/watch0000644000000000000000000000034312101267230010211 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Tie-DBI/ .*/Tie-DBI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000213412216653413011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Tie-DBI Upstream-Contact: Lincoln Stein Source: https://metacpan.org/release/Tie-DBI/ Files: * Copyright: 1998, Lincoln Stein License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Gunnar Wolf 2010, Jonathan Yu 2013, Florian Schlichting 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/control0000644000000000000000000000231412216653365010602 0ustar Source: libtie-dbi-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdbd-sqlite3-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Florian Schlichting Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Tie-DBI/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-dbi-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-dbi-perl.git Package: libtie-dbi-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module tying hashes to relational databases Tie::DBI is a Perl module for using a database as a backing store for Perl's hash data structure. One field of the table becomes the hash key, and another becomes the value. Once tied, all standard hash operations work, including iteration over keys and values. . Using the Storable module, you may store complex Perl data structures (even objects) in the database and later retrieve them. When used in conjunction with a network-accessible database, this provides a simple way to transmit data structures between Perl programs on different machines. debian/compat0000644000000000000000000000000212216652333010367 0ustar 8 debian/changelog0000644000000000000000000000322512216653451011047 0ustar libtie-dbi-perl (1.06-1) unstable; urgency=low [ gregor herrmann ] * New upstream release (1.05). [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 1.06 * Bump dh compatibility to level 8 (no changes necessary) * Bump Standards-Version to 3.9.4 (directly link GPL-1, ommit "Gnu/Linux") * Refresh and forward patches * Add myself to uploaders and copyright -- Florian Schlichting Thu, 19 Sep 2013 21:56:02 +0200 libtie-dbi-perl (1.04-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Convert rules to new debhelper format * Standards-Version 3.8.4 (drop perl version dep) * Add myself to Uploaders and Copyright * Rewrite control description * Update copyright to new DEP5 format * Use new 3.0 (quilt) source format * Update copyright information * Add a patch to fix POD spelling errors * Patch to fix "can't break line" errors from man [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Sat, 03 Apr 2010 01:59:42 -0400 libtie-dbi-perl (1.02-1) unstable; urgency=low * Initial Release. (Closes: #472095, #493987, #494205) -- Gunnar Wolf Thu, 7 Aug 2008 16:39:43 -0500 debian/libtie-dbi-perl.docs0000644000000000000000000000000711672203164013003 0ustar README debian/source/0000755000000000000000000000000011672203164010470 5ustar debian/source/format0000644000000000000000000000001411672203164011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000012211672203164010243 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: DRIVER=SQLite dh_auto_test debian/clean0000644000000000000000000000000511672203164010170 0ustar test