debian/0000755000000000000000000000000011364130443007165 5ustar debian/control0000644000000000000000000000247711364127046010607 0ustar Source: libclass-dbi-sweet-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50), perl (>= 5.10) | libmodule-build-perl Build-Depends-Indep: libcache-cache-perl, libclass-dbi-perl (>= 3.0.12), libdata-page-perl, libdate-simple-perl, libdbd-pg-perl, libdbd-sqlite3-perl (>= 1.08), libdbi-perl, libossp-uuid-perl, libsql-abstract-perl (>= 1.55), libtest-pod-coverage-perl, libtest-pod-perl, libtime-piece-mysql-perl, perl (>= 5.8.8-12) Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Jonathan Yu Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Class-DBI-Sweet/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-sweet-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/ Package: libclass-dbi-sweet-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 3.0.12), libdata-page-perl, libdbd-sqlite3-perl (>= 1.08), libdbi-perl, libsql-abstract-perl (>= 1.55) Description: Perl module providing a sweeter Class::DBI Class::DBI::Sweet provides convenient count, search, page and cache functions in a simple package. It integrates these functions with the usual Class::DBI (libclass-dbi-perl) interface in a convenient and efficient way. debian/source/0000755000000000000000000000000011364127070010467 5ustar debian/source/format0000644000000000000000000000001411364126774011707 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211364126774010377 0ustar 7 debian/watch0000644000000000000000000000027011215444624010221 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Class-DBI-Sweet/ .*/Class-DBI-Sweet-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011364130022010605 5ustar debian/patches/series0000644000000000000000000000002711364126702012033 0ustar fix-pod-spelling.patch debian/patches/fix-pod-spelling.patch0000644000000000000000000000107011364130022015005 0ustar Description: Fix a small typo in POD spelling Bug: https://rt.cpan.org/Public/Bug/Display.html?id=56832 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=56832 Author: Damyan Ivanov Last-Update: 2010-04-22 --- a/lib/Class/DBI/Sweet.pm +++ b/lib/Class/DBI/Sweet.pm @@ -1254,7 +1254,7 @@ it in the cache. =item insert All caches for this table are marked stale and will be re-cached on next -retrieval. create is an alias kept for backwards compability. +retrieval. create is an alias kept for backwards compatibility. =item retrieve debian/rules0000755000000000000000000000015011364126774010255 0ustar #!/usr/bin/make -f %: dh --buildsystem=perl_build $@ override_dh_auto_test: TEST_POD=1 dh_auto_test debian/copyright0000644000000000000000000000244411364127062011127 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 Upstream-Maintainer: Fred Moyer Upstream-Source: http://search.cpan.org/dist/Class-DBI-Sweet/ Upstream-Name: Class-DBI-Sweet Files: * Copyright: 2007, Fred Moyer 2005, Marcus Ramberg 2005, Matt S. Trout 2005, Sebastian Riedel License-Alias: Perl License: Artistic | GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2008-2009, Damyan Ivanov License: Artistic | 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 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' debian/changelog0000644000000000000000000000331011364130337011036 0ustar libclass-dbi-sweet-perl (0.10-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Upstream applied dam's quilt patch * Updated copyright information, use new format * Enable author tests (TEST_POD) using an override (need dh 7.0.50) [ Ryan Niebur ] * Update jawnsy's email address [ Damyan Ivanov ] * rules: pass --buildsystem=module_build to force dh to use Build.PL over Makefile.PL. Closes: #578794 -- FTBFS with newer Module::Build * reorder dependency lists alphabeticaly * Standards-Version: 3.8.4 (no changes necessary) * add a patch fixing spelling error in documentation (thanks lintian) * declare usage of source format '3.0 (quilt)' -- Damyan Ivanov Thu, 22 Apr 2010 23:25:26 +0300 libclass-dbi-sweet-perl (0.09-3) unstable; urgency=low * bump debhelper build-dependency to 7.0.8 (due to --with used) -- Damyan Ivanov Mon, 03 Aug 2009 16:45:24 +0300 libclass-dbi-sweet-perl (0.09-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Damyan Ivanov ] * replace debian/rules with DH7 three-liner * add patch adjusting t/04join.t to new SQL::Abstract and (build-)depend on that (Closes: #527750) * Standards-Version: 3.8.2 (no changes needed) * copyright: bump packaging copyright years, s/(C)/Copyright/ (thanks lintian) -- Damyan Ivanov Mon, 03 Aug 2009 16:13:36 +0300 libclass-dbi-sweet-perl (0.09-1) unstable; urgency=low * Initial Release. (Closes: #470603) -- Damyan Ivanov Tue, 11 Mar 2008 17:21:26 +0200