[DRE-commits] r4887 - in trunk/librb-inotify-ruby: . debian

Micah Anderson micah at alioth.debian.org
Fri Mar 5 19:08:23 UTC 2010


Author: micah
Date: 2010-03-05 19:08:21 +0000 (Fri, 05 Mar 2010)
New Revision: 4887

Added:
   trunk/librb-inotify-ruby/debian/
   trunk/librb-inotify-ruby/debian/changelog
   trunk/librb-inotify-ruby/debian/compat
   trunk/librb-inotify-ruby/debian/control
   trunk/librb-inotify-ruby/debian/copyright
   trunk/librb-inotify-ruby/debian/docs
   trunk/librb-inotify-ruby/debian/rules
   trunk/librb-inotify-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/librb-inotify-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/librb-inotify-ruby/debian/changelog
===================================================================
--- trunk/librb-inotify-ruby/debian/changelog	                        (rev 0)
+++ trunk/librb-inotify-ruby/debian/changelog	2010-03-05 19:08:21 UTC (rev 4887)
@@ -0,0 +1,5 @@
+librb-inotify-ruby (0.7.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #572694)
+
+ -- Micah Anderson <micah at debian.org>  Thu, 04 Mar 2010 15:45:17 -0500

Added: trunk/librb-inotify-ruby/debian/compat
===================================================================
--- trunk/librb-inotify-ruby/debian/compat	                        (rev 0)
+++ trunk/librb-inotify-ruby/debian/compat	2010-03-05 19:08:21 UTC (rev 4887)
@@ -0,0 +1 @@
+7

Added: trunk/librb-inotify-ruby/debian/control
===================================================================
--- trunk/librb-inotify-ruby/debian/control	                        (rev 0)
+++ trunk/librb-inotify-ruby/debian/control	2010-03-05 19:08:21 UTC (rev 4887)
@@ -0,0 +1,41 @@
+Source: librb-inotify-ruby
+Section: ruby
+Priority: optional
+Maintainer: Micah Anderson <micah at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.8), libsetup-ruby1.8
+Standards-Version: 3.8.4
+Homepage: http://github.com/nex3/rb-inotify
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/librb-inotify-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/librb-inotify-ruby/
+
+Package: librb-inotify-ruby
+Architecture: all
+Depends: libruby1.8, ${misc:Depends}
+Description: simple linux kernel inotify wrapper for monitoring file and directory changes
+ This is a simple ruby wrapper over the inotify Linux kernel subsystem
+ for monitoring changes to files and directories. It uses the FFI ruby
+ library to avoid having to compile a C extension
+ .
+ This is a dependency package which depends on Debian's default Ruby version
+ (currently 1.8).
+
+Package: librb-inotify-ruby1.8
+Architecture: all
+Depends: libruby1.8, libffi-ruby1.8, ${misc:Depends}, libinotify-ruby1.8
+Description: simple linux kernel inotify wrapper for monitoring file and directory changes
+ This is a simple ruby wrapper over the inotify Linux kernel subsystem
+ for monitoring changes to files and directories. It uses the FFI ruby
+ library to avoid having to compile a C extension
+ .
+ This package is built for Ruby 1.8.
+
+Package: librb-inotify-ruby1.9.1
+Architecture: any
+Depends: ruby1.9.1, libffi-ruby1.9.1, ${shlibs:Depends}, ${misc:Depends}
+Description: keeps track via inotify the state paths and fires events when state changes
+ This is a simple ruby wrapper over the inotify Linux kernel subsystem
+ for monitoring changes to files and directories. It uses the FFI ruby
+ library to avoid having to compile a C extension 
+ .
+ This package is built for Ruby 1.9.1.

Added: trunk/librb-inotify-ruby/debian/copyright
===================================================================
--- trunk/librb-inotify-ruby/debian/copyright	                        (rev 0)
+++ trunk/librb-inotify-ruby/debian/copyright	2010-03-05 19:08:21 UTC (rev 4887)
@@ -0,0 +1,32 @@
+Files: *
+Copyright (c) 2009 Nathan Weizenbaum
+
+License:
+
+MIT license:
+
+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: (c) 2010, Micah Anderson <micah at debian.org>
+License: Public Domain
+ It is assumed that all contributors release their packaging works under the
+ same term as the module itself.
+

Added: trunk/librb-inotify-ruby/debian/docs
===================================================================
--- trunk/librb-inotify-ruby/debian/docs	                        (rev 0)
+++ trunk/librb-inotify-ruby/debian/docs	2010-03-05 19:08:21 UTC (rev 4887)
@@ -0,0 +1,3 @@
+README.md
+
+

Added: trunk/librb-inotify-ruby/debian/rules
===================================================================
--- trunk/librb-inotify-ruby/debian/rules	                        (rev 0)
+++ trunk/librb-inotify-ruby/debian/rules	2010-03-05 19:08:21 UTC (rev 4887)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+


Property changes on: trunk/librb-inotify-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/librb-inotify-ruby/debian/watch
===================================================================
--- trunk/librb-inotify-ruby/debian/watch	                        (rev 0)
+++ trunk/librb-inotify-ruby/debian/watch	2010-03-05 19:08:21 UTC (rev 4887)
@@ -0,0 +1,4 @@
+version=3
+http://githubredir.debian.net/github/nex3/rb-inotify/ v([.0-9]*).tar.gz 
+
+




More information about the Pkg-ruby-extras-commits mailing list