debian/0000755000000000000000000000000012261057523007171 5ustar debian/copyright0000644000000000000000000000623312152655420011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ruby-dbus Source: http://dinhe.net/~aredridel/projects/ruby/ruby-inotify.html Files: * Copyright: 2005-2007, Aredridel License: Ruby or GPL Files: debian/* Copyright: 2007-2008, Torsten Werner 2009, Ryan Niebur License: Ruby or GPL License: Ruby You can redistribute it and/or modify the software under the conditions below: . 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or executable form, provided that you do at least ONE of the following: . a) distribute the executables and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard executables non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under this terms. They are gc.c(partly), utils.c(partly), regex.[ch], fnmatch.[ch], glob.c, st.[ch] and some files under the ./missing directory. See each file for the copying condition. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. License: GPL 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. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/rules0000755000000000000000000000070012133037737010251 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/examples0000644000000000000000000000001312133037737010727 0ustar examples/* debian/source/0000755000000000000000000000000012133037737010474 5ustar debian/source/format0000644000000000000000000000001412133037737011702 0ustar 3.0 (quilt) debian/control0000644000000000000000000000162312261057475010604 0ustar Source: ruby-inotify Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ryan Niebur , Paul van Tilburg 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-feedparser.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-feedparser.git;a=summary Homepage: http://dinhe.net/~aredridel/projects/ruby/ruby-inotify.html XS-Ruby-Versions: all Package: ruby-inotify Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby interface to Linux's inotify system The Ruby package ruby-inotify allows one to use Linux's inotify system to wait for and respond to file access/change/create/delete events. debian/ruby-tests.rb0000644000000000000000000000012212133037737011635 0ustar # Testing... $LOAD_PATH << 'lib' # Run the test suite. require "tests/test_1.rb" debian/watch0000644000000000000000000000012512133037737010223 0ustar version=3 http://raa.ruby-lang.org/project/ruby-inotify/ .*ruby-inotify-(.*).tar.gz debian/changelog0000644000000000000000000001024412261057523011044 0ustar ruby-inotify (0.0.2-7) unstable; urgency=medium [ Cédric Boutillier ] * use canonical URI in Vcs-* fields * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field [ Christian Hofstaedtler ] * Remove transitional packages * Bump Standards-Version to 3.9.5 (no changes) * Update Build-Depends for ruby2.0, drop ruby1.8 -- Christian Hofstaedtler Wed, 01 Jan 2014 19:32:34 +0100 ruby-inotify (0.0.2-6) unstable; urgency=low * Source packages adapted according to the new Ruby policy: - Build for both ruby1.8 and ruby1.9.1. - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in debian/control accordingly. - Changed the depends and recommends to follow the new Ruby library naming scheme. * debian/control: - Added a default DM-Upload-Allowed field set to yes. - Standards-Version bumped to 3.9.2; no changes required. - Updated the homepage. - Set XS-Ruby-Versions to all. - Changed the build-depends for using gem2deb instead of ruby-pkg-tools. - Added rake as a build-depend. - Switched the maintainer with the uploaders field as per new convention the team is the default maintainer. * debian/copyright: reworked to fit the DEP5 format. -- Paul van Tilburg Sun, 25 Sep 2011 21:11:21 +0200 libinotify-ruby (0.0.2-5) unstable; urgency=low * Team upload. * Move to debian source format 3.0 (quilt) * Change require statements using relative paths for Ruby 1.9.2 (Closes: #593033) * Bump Standards-Version to 3.9.1 (no changes). -- Laurent Arnoud Fri, 24 Sep 2010 22:40:11 +0200 libinotify-ruby (0.0.2-4) unstable; urgency=low * Fixed Vcs-* fields after pkg-ruby-extras SVN layout change. * Drop package for Ruby 1.9, add package for ruby 1.9.1. Closes: #565827. -- Lucas Nussbaum Tue, 19 Jan 2010 20:53:22 +1300 libinotify-ruby (0.0.2-3) unstable; urgency=low * Adopt package (Closes: #515303) - Update Maintainer, Uploaders (for pkg-ruby-extras team), and Vcs-* * remove get-orig-source target * change section to ruby * remove orig-tar.sh script * update to standards version 3.8.1 * Debian copyright * add misc:Depends * extend long description a bit * extend short short descriptions a bit -- Ryan Niebur Mon, 13 Apr 2009 22:01:03 -0700 libinotify-ruby (0.0.2-2) unstable; urgency=low * Remove debian/control.in because it is not really needed. * Set Architecture: any for the version specific binary packages. (Closes: #463816) * Update Homepage and Vcs headers in debian/control. * Update Standards-Version: 3.7.3 (no changes). * Add copyright information. -- Torsten Werner Fri, 29 Feb 2008 22:28:31 +0100 libinotify-ruby (0.0.2-1) unstable; urgency=low * new upstream version * Remove patch build.diff that has been applied upstream. -- Torsten Werner Wed, 10 Oct 2007 20:01:42 +0200 libinotify-ruby (0.0.1-2) unstable; urgency=low * Add a patch to build with newest ruby 1.9. Thanks to Akira Yamada. (Closes: #441489) -- Torsten Werner Tue, 18 Sep 2007 22:41:13 +0200 libinotify-ruby (0.0.1-1) unstable; urgency=low [ Varun Hiremath ] * New usptream release * Remove debian/patches - all merged upstream * Enhance debian/watch * Add myself to Uploaders in debian/control [ Torsten Werner ] * Change Build-Depends: ruby(-dev) (>= 1.9.0+20070523). -- Torsten Werner Mon, 11 Jun 2007 00:26:09 +0200 libinotify-ruby (0.0.0-3) unstable; urgency=low * Add patch ruby19.diff from Michael Ablassmeier. (Closes: #427481) -- Torsten Werner Mon, 4 Jun 2007 20:37:53 +0200 libinotify-ruby (0.0.0-2) unstable; urgency=low * Add XS-X-Vcs-Svn header to debian/control.in. * Really fix the build process. -- Torsten Werner Sun, 18 Mar 2007 21:04:16 +0100 libinotify-ruby (0.0.0-1) unstable; urgency=low * Initial release. (Closes: #415331) * Make sure the package build on every linux architecture. -- Torsten Werner Sun, 18 Mar 2007 14:28:53 +0100 debian/compat0000644000000000000000000000000212133037737010372 0ustar 7