debian/0000755000000000000000000000000012202220365007160 5ustar debian/rules0000755000000000000000000000003612202220365010237 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000342612202220365010570 0ustar Source: libsql-abstract-more-perl Maintainer: Debian Perl Group Uploaders: Oleg Gashev Section: perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1) Build-Depends-Indep: liblist-moreutils-perl, libmro-compat-perl, libnamespace-clean-perl, libparams-validate-perl, libtest-deep-perl, libtest-exception-perl, libtest-pod-perl, libscalar-does-perl, libsql-abstract-perl (>= 1.73) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsql-abstract-more-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsql-abstract-more-perl.git Homepage: https://metacpan.org/release/SQL-Abstract-More/ Package: libsql-abstract-more-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmro-compat-perl, libnamespace-clean-perl, libparams-validate-perl, libscalar-does-perl, libsql-abstract-perl (>= 1.73) Description: extension of SQL::Abstract with more constructs and more flexible API Generates SQL from Perl datastructures. This is a subclass of SQL::Abstract, fully compatible with the parent class, but with some additions: . 1) additional SQL constructs like -union, -group_by, join, etc; . 2) methods take arguments as named parameters instead of positional parameters, so that various SQL fragments are more easily identified; . 3) values passed to select, insert or update can directly incorporate information about datatypes, in the form of arrayrefs of shape [$value, \%type]. debian/source/0000755000000000000000000000000012202220365010460 5ustar debian/source/format0000644000000000000000000000001412202220365011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000203712202220365011034 0ustar libsql-abstract-more-perl (1.17-2) unstable; urgency=low * Team upload. * Add build dependency on liblist-moreutils-perl. (Closes: #719397) -- gregor herrmann Mon, 12 Aug 2013 19:52:43 +0200 libsql-abstract-more-perl (1.17-1) unstable; urgency=low * New upstream release. -- Oleg Gashev Thu, 25 Jul 2013 16:08:30 -0400 libsql-abstract-more-perl (1.16-1) unstable; urgency=low * New upstream release. * Removed spelling-error-in-manpage.diff. -- Oleg Gashev Sun, 21 Jul 2013 15:36:13 -0400 libsql-abstract-more-perl (1.15-2) unstable; urgency=low * Fixed #713266: libsql-abstract-more-perl: FTBFS: tests failed. Added libtest-deep-perl to Build-Depends-Indep. * debian/control: updated Vcs-Git git.debian.org => anonscm.debian.org. -- Oleg Gashev Sat, 22 Jun 2013 12:52:17 +0000 libsql-abstract-more-perl (1.15-1) unstable; urgency=low * Initial Release. (Closes: #697468) -- Oleg Gashev Sun, 21 Apr 2013 14:23:12 -0400 debian/compat0000644000000000000000000000000212202220365010356 0ustar 8 debian/copyright0000644000000000000000000000207212202220365011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SQL-Abstract-More Source: https://metacpan.org/release/SQL-Abstract-More/ Upstream-Contact: Laurent Dami Files: * Copyright: 2011-2012, Laurent Dami License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Oleg Gashev 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/watch0000644000000000000000000000020012202220365010201 0ustar version=3 https://metacpan.org/release/SQL-Abstract-More/ .*/SQL-Abstract-More-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$