debian/0000755000000000000000000000000012201573114007162 5ustar debian/source/0000755000000000000000000000000012201573114010462 5ustar debian/source/format0000644000000000000000000000001412201573114011670 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000336212201573114011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sequel_pg Source: http://github.com/jeremyevans/sequel_pg Files: * Copyright: 2010-2011 Jeremy Evans License: MIT Copyright (c) 2010-2011 Jeremy Evans . Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2011 Dmitry Borodaenko License: GPL-3+ The files hereby included are 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 3 of the License, or (at your option) any later version. . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/ruby-sequel-pg.docs0000644000000000000000000000001412201573114012710 0ustar README.rdoc debian/changelog0000644000000000000000000000244312201573114011037 0ustar ruby-sequel-pg (1.6.8-1) unstable; urgency=low [ Dmitry Borodaenko ] * New upstream version. * Standards-Version upgraded to 3.9.4 (no changes). [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag. * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field. * Update debian/watch. Thanks Bart Martens. -- Dmitry Borodaenko Sat, 10 Aug 2013 19:24:51 -0700 ruby-sequel-pg (1.5.0-1) unstable; urgency=low * New upstream version. * Bump Build-Depends on gem2deb to >= 0.3.0~. -- Dmitry Borodaenko Sun, 15 Jul 2012 16:05:24 +0300 ruby-sequel-pg (1.4.0-1) unstable; urgency=low * New upstream version. -- Dmitry Borodaenko Sat, 09 Jun 2012 13:50:31 +0300 ruby-sequel-pg (1.3.0-1) unstable; urgency=low * New upstream version. -- Dmitry Borodaenko Mon, 09 Apr 2012 16:59:30 +0300 ruby-sequel-pg (1.2.1-1) unstable; urgency=low * New upstream version. * Standards-Version upgraded to 3.9.3. -- Dmitry Borodaenko Sat, 03 Mar 2012 21:33:04 +0300 ruby-sequel-pg (1.2.0-1) unstable; urgency=low * Initial release (Closes: #653175) -- Dmitry Borodaenko Sat, 24 Dec 2011 18:09:15 +0300 debian/compat0000644000000000000000000000000212201573114010360 0ustar 7 debian/watch0000644000000000000000000000045212201573114010214 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/jeremyevans/sequel_pg/tags .*/(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # Bart Martens Sat, 22 Dec 2012 15:33:57 +0000 debian/control0000644000000000000000000000161612201573114010571 0ustar Source: ruby-sequel-pg Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Dmitry Borodaenko Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), libpq-dev Standards-Version: 3.9.4 Vcs-Git: git://github.com/jeremyevans/sequel_pg.git Vcs-Browser: https://github.com/jeremyevans/sequel_pg Homepage: https://github.com/jeremyevans/sequel_pg XS-Ruby-Versions: all Package: ruby-sequel-pg Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-pg, ruby-sequel Description: Faster SELECTs when using Sequel with pg sequel_pg overwrites the inner loop of the Sequel postgres adapter row fetching code with a C version. The C version is significantly faster (2-6x) than the pure ruby version that Sequel uses by default. debian/rules0000755000000000000000000000070112201573114010240 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby