debian/0000755000000000000000000000000012162614350007166 5ustar debian/rules0000755000000000000000000000115212162602635010250 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 override_dh_install: dh_install # Installed /usr/bin/rtail requires tins, a series of library # extensions not fit for release rm -r debian/ruby-file-tail/usr/bin/ debian/watch0000644000000000000000000000014711756644574010244 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/file-tail .*/file-tail-(.*).tar.gz debian/source/0000755000000000000000000000000011756644574010511 5ustar debian/source/format0000644000000000000000000000001411756644574011717 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000212012160614447011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: file-tail Source: Files: * Copyright: 2002-2011 Florian Frank License: GPL-2 Files: debian/* Copyright: 2012 Gunnar Wolf License: GPL-2 License: GPL-2 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 2 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/ruby-file-tail.docs0000644000000000000000000000001412162602706012662 0ustar README.rdoc debian/control0000644000000000000000000000163312162602062010571 0ustar Source: ruby-file-tail Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf , Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-test-unit (>= 2.4.0) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-file-tail.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-file-tail.git;a=summary Homepage: http://www.ping.de/~flori XS-Ruby-Versions: all Package: ruby-file-tail Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby library for following still-growing files Small ruby library that allows it to "tail" files in Ruby, including following a file that still is growing, like the UNIX command 'tail -f' can. debian/compat0000644000000000000000000000000211756644574010407 0ustar 7 debian/changelog0000644000000000000000000000141312162614350011037 0ustar ruby-file-tail (1.0.12-1) unstable; urgency=low * Imported Upstream version 1.0.12 * debian/control: + use canonical URI in Vcs-* fields + update email address + bump Standards-Version to 3.9.4 (no changes needed) * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field -- Cédric Boutillier Wed, 26 Jun 2013 18:37:56 +0200 ruby-file-tail (1.0.10-1) unstable; urgency=low * New upstream version * Build-depend on gem2deb >= 0.3.0~ * Add myself to Uploaders: -- Cédric Boutillier Wed, 27 Jun 2012 13:15:51 +0200 ruby-file-tail (1.0.8-1) unstable; urgency=low * Initial release (Closes: #673557) -- Gunnar Wolf Sat, 19 May 2012 10:49:06 -0500 debian/ruby-tests.rb0000644000000000000000000000011611756644574011655 0ustar $LOAD_PATH << 'tests' require "file_tail_test" require "file_tail_group_test" debian/ruby-file-tail.examples0000644000000000000000000000002512162602750013551 0ustar examples/* bin/rtail