debian/0000755000000000000000000000000012220475111007161 5ustar debian/rules0000755000000000000000000000070112215070620010237 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/watch0000644000000000000000000000015112215070620010207 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rb-inotify .*/rb-inotify-(.*).tar.gz debian/source/0000755000000000000000000000000012215070620010461 5ustar debian/source/lintian-overrides0000644000000000000000000000035112215070620014041 0ustar ruby-rb-inotify source: duplicate-short-description librb-inotify-ruby librb-inotify-ruby1.8 librb-inotify-ruby1.9.1 ruby-rb-inotify source: duplicate-long-description librb-inotify-ruby librb-inotify-ruby1.8 librb-inotify-ruby1.9.1 debian/source/format0000644000000000000000000000001412215070620011667 0ustar 3.0 (quilt) debian/ruby-rb-inotify.docs0000644000000000000000000000001212215070620013065 0ustar README.md debian/copyright0000644000000000000000000000260112215070620011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rb-inotify Source: http://github.com/nex3/rb-inotify Files: * Copyright: 2009 Nathan Weizenbaum License: Expat Files: debian/* Copyright: 2010 Micah Anderson 2012 Cédric Boutillier License: Expat License: Expat 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. debian/control0000644000000000000000000000170012220473263010570 0ustar Source: ruby-rb-inotify Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Micah Anderson , Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rb-inotify.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rb-inotify.git;a=summary Homepage: http://github.com/nex3/rb-inotify XS-Ruby-Versions: all Package: ruby-rb-inotify Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi (>= 0.5.0) Description: Ruby wrapper for Linux's inotify This Ruby library is a simple wrapper over inotify, a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes to applications. debian/compat0000644000000000000000000000000212215070620010357 0ustar 7 debian/changelog0000644000000000000000000000334712220475111011042 0ustar ruby-rb-inotify (0.9.2-1) unstable; urgency=low * Imported Upstream version 0.9.2 * debian/control: + remove obsolete DM-Upload-Allowed flag + drop transitional packages + update my email address + bump Standards-Version to 3.9.4 (no changes needed) + use canonical URI in Vcs-* fields -- Cédric Boutillier Wed, 25 Sep 2013 07:53:10 +0200 ruby-rb-inotify (0.8.8-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Cédric Boutillier Tue, 26 Jun 2012 15:14:11 +0200 ruby-rb-inotify (0.8.8-1) unstable; urgency=low * New upstream release * Transition to the new Ruby policy + rename source and binary packages + use gem2deb packaging tool * Bump Standards-Version: to 3.9.3 (no changes needed) * Add myself to Uploaders: * Override lintian warnings about duplicate descriptions of transitional packages -- Cédric Boutillier Mon, 14 May 2012 11:48:01 +0200 librb-inotify-ruby (0.7.0-4) unstable; urgency=medium * Changed librb-inotify-ruby1.9.1 Architecture: to all -- Micah Anderson Sat, 20 Mar 2010 16:53:28 -0400 librb-inotify-ruby (0.7.0-3) unstable; urgency=low * Fix librb-inotify-ruby Depends to depend on librb-inotify-ruby1.8 -- Micah Anderson Sat, 20 Mar 2010 16:51:45 -0400 librb-inotify-ruby (0.7.0-2) unstable; urgency=medium * Fix Build-Depends to include ruby1.8 and ruby1.9.1 (Closes: #574089) -- Micah Anderson Tue, 16 Mar 2010 13:31:09 -0400 librb-inotify-ruby (0.7.0-1) unstable; urgency=low * Initial release (Closes: #572694) -- Micah Anderson Thu, 04 Mar 2010 15:45:17 -0500