debian/0000755000000000000000000000000012262414653007173 5ustar debian/copyright0000644000000000000000000000336512152655730011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: will-paginate Source: http://github.com/mislav/will_paginate/wikis Files: * Copyright: Copyright © 2007-2011 PJ Hyett and Mislav Marohnić License: MIT/X 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 OR COPYRIGHT HOLDERS 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: Copyright © 2008-2011 Gunnar Wolf License: GPL3+ The files hereby included are free software; you can distribute them 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/rules0000755000000000000000000000070112133040217010235 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 debian/source/0000755000000000000000000000000012133040217010457 5ustar debian/source/format0000644000000000000000000000001412133040217011665 0ustar 3.0 (quilt) debian/ruby-will-paginate.docs0000644000000000000000000000001212133040217013536 0ustar README.md debian/control0000644000000000000000000000232312262414314010570 0ustar Source: ruby-will-paginate Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.0~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-will-paginate.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-will-paginate.git;a=summary Homepage: http://github.com/mislav/will_paginate/wikis XS-Ruby-Versions: all Package: ruby-will-paginate Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Pagination for Rails The will_paginate library provides a simple, yet powerful and extensible API for pagination and rendering of pagination links in ActionView templates. . Pagination is just limiting the number of records displayed, showing a subset of them at any given view, and allowing you to move the displayed window. This plugin makes the whole process a breeze. . Although this package is aimed at being used from the Ruby on Rails framework, any Enumerable class can include WillPaginate, giving it this functionality. debian/ruby-tests.rb0000644000000000000000000000073512262414314011640 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: # $: << 'lib' << '.' # Dir['{spec,test}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/watch0000644000000000000000000000015712133040217010213 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/will_paginate .*/will_paginate-(.*).tar.gz debian/changelog0000644000000000000000000000472212262414651011050 0ustar ruby-will-paginate (3.0.5-1) unstable; urgency=medium * Team upload. [ Cédric Boutillier ] * use canonical URI in Vcs-* fields * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field [ Christian Hofstaedtler ] * Drop transitional packages * Update (Build-)Depends for ruby2.0, drop ruby1.8 * Bump Standards-Version to 3.9.5 (no changes) * New upstream release, fixing CVE-2013-6459 (Closes: #733209) -- Christian Hofstaedtler Mon, 06 Jan 2014 03:32:10 +0100 ruby-will-paginate (3.0.3-1) unstable; urgency=low * Team upload. * New upstream release. * Bump Standards-Version to 3.9.3; no changes needed. * Bump build dependency on gem2deb to >= 0.3.0~ * Use Breaks: instead of Conflicts: for transitional packages. -- Antonio Terceiro Sat, 30 Jun 2012 14:14:27 -0300 ruby-will-paginate (3.0.2-1) unstable; urgency=low * New upstream release * Set priority:extra to generated transitional packages -- Gunnar Wolf Mon, 16 Jan 2012 00:54:59 -0600 ruby-will-paginate (2.3.15-1) unstable; urgency=low * Repackated using the new gem2deb infrastructure -- Gunnar Wolf Mon, 09 May 2011 10:00:16 -0500 libwill-paginate-ruby (2.3.12-1) unstable; urgency=low * New upstream release * Standards-version 3.8.2→3.8.3 (no changes needed) -- Gunnar Wolf Wed, 20 Jan 2010 11:16:41 -0600 libwill-paginate-ruby (2.3.11-1) unstable; urgency=low [ Ryan Niebur ] * fix watch file [ Gunnar Wolf ] * Changed section to Ruby as per ftp-masters' request * New upstream release * Bumped up standards-version 3.8.0→3.8.2 (No changes needed) -- Gunnar Wolf Fri, 10 Jul 2009 20:30:14 -0500 libwill-paginate-ruby (2.3.7-1) unstable; urgency=low * New upstream release * Updated debian/watch to use githubredir -- Gunnar Wolf Thu, 12 Feb 2009 10:13:59 -0600 libwill-paginate-ruby (2.3.6-1) unstable; urgency=low * Added build-dependency on graphviz, to properly build full documentation * New upstream release * Standards-version -> 3.8.0 (no changes needed) * Added ${misc:Depends} as dependencies on all packages, to keep lintian happy -- Gunnar Wolf Fri, 05 Dec 2008 10:29:35 -0600 libwill-paginate-ruby (2.3.2-1) unstable; urgency=low * Initial upload (Closes: #482073) -- Gunnar Wolf Tue, 20 May 2008 11:42:16 -0500 debian/compat0000644000000000000000000000000212133040217010355 0ustar 7