debian/0000755000000000000000000000000012200411334007154 5ustar debian/watch0000644000000000000000000000016712167472007010231 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/directory_watcher .*/directory_watcher-(.*).tar.gz debian/compat0000644000000000000000000000000212167472007010372 0ustar 7 debian/ruby-directory-watcher.changelogs0000644000000000000000000000001412167472007015641 0ustar History.txt debian/ruby-directory-watcher.docs0000644000000000000000000000001312167472007014456 0ustar README.txt debian/control0000644000000000000000000000212512200410732010560 0ustar Source: ruby-directory-watcher Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-directory-watcher.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-directory-watcher.git;a=summary Homepage: http://gemcutter.org/gems/directory_watcher XS-Ruby-Versions: all Package: ruby-directory-watcher Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Watch directory/files and Generate events by file change The directory watcher operates by scanning a directory at some interval and generating a list of files based on a user supplied glob pattern. As the file list changes from one interval to the next, events are generated and dispatched to registered observers. . Three types of events are supported: added, modified, and removed. debian/rules0000755000000000000000000000024112167472007010251 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_auto_install: dh_auto_install rm -fr $(CURDIR)/debian/ruby-directory-watcher/usr/bin debian/changelog0000644000000000000000000000112112200411023011014 0ustar ruby-directory-watcher (1.5.1-1) unstable; urgency=low [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format [ Youhei SASAKI ] * Imported Upstream version 1.5.1 * Bump Standard Version: 3.9.4 -- Youhei SASAKI Wed, 07 Aug 2013 18:23:11 +0900 ruby-directory-watcher (1.4.1-1) unstable; urgency=low * Initial release (Closes: #672506) -- Youhei SASAKI Fri, 11 May 2012 19:07:57 +0900 debian/source/0000755000000000000000000000000012167472007010474 5ustar debian/source/format0000644000000000000000000000001412167472007011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000252412167472007011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: directory_watcher Source: http://gemcutter.org/gems/directory_watcher Files: * Copyright: 2007 - 2009 Tim Pease License: Expat Files: debian/* Copyright: 2012 Youhei SASAKI 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.