[Pkg-ruby-extras-maintainers] r914 - in packages-wip/libfusefs-ruby/trunk: . debian

Arnaud Cornet nohar-guest at costa.debian.org
Sat Oct 21 14:07:39 UTC 2006


Author: nohar-guest
Date: 2006-10-21 14:07:38 +0000 (Sat, 21 Oct 2006)
New Revision: 914

Added:
   packages-wip/libfusefs-ruby/trunk/debian/
   packages-wip/libfusefs-ruby/trunk/debian/changelog
   packages-wip/libfusefs-ruby/trunk/debian/compat
   packages-wip/libfusefs-ruby/trunk/debian/control
   packages-wip/libfusefs-ruby/trunk/debian/copyright
   packages-wip/libfusefs-ruby/trunk/debian/libfusefs-ruby1.8.examples
   packages-wip/libfusefs-ruby/trunk/debian/rules
Log:
Load newtrunk into packages-wip/libfusefs-ruby/trunk.


Added: packages-wip/libfusefs-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libfusefs-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libfusefs-ruby/trunk/debian/changelog	2006-10-21 14:07:38 UTC (rev 914)
@@ -0,0 +1,5 @@
+libfusefs-ruby (0.6.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sat, 21 Oct 2006 14:17:25 +0200

Added: packages-wip/libfusefs-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libfusefs-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libfusefs-ruby/trunk/debian/compat	2006-10-21 14:07:38 UTC (rev 914)
@@ -0,0 +1 @@
+5

Added: packages-wip/libfusefs-ruby/trunk/debian/control
===================================================================
--- packages-wip/libfusefs-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libfusefs-ruby/trunk/debian/control	2006-10-21 14:07:38 UTC (rev 914)
@@ -0,0 +1,29 @@
+Source: libfusefs-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 5.0.37.2), ruby, ruby1.8-dev, libfuse-dev
+
+Package: libfusefs-ruby
+Architecture: all
+Depends: libfusefs-ruby1.8
+Description: library to easily define a filesystem in Ruby using fuse
+ This library provides a simple api to define a fuse filesystem in Ruby.
+ It is *NOT* a full implementation of the FUSE api.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+
+Package: libfusefs-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library to easily define a filesystem in Ruby using fuse
+ This library provides a simple api to define a fuse filesystem in Ruby.
+ It is *NOT* a full implementation of the FUSE api.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+

Added: packages-wip/libfusefs-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libfusefs-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libfusefs-ruby/trunk/debian/copyright	2006-10-21 14:07:38 UTC (rev 914)
@@ -0,0 +1,33 @@
+This package was debianized by Arnaud Cornet <arnaud.cornet at gmail.com> on
+Sat, 21 Oct 2006 14:56:29 +0200
+
+It was downloaded from http://rubyforge.org/projects/fusefs/
+
+Upstream Author: Greg Millam <walker at deafcode.com>
+
+Copyright: MIT Licence
+
+Copyright (c) 2005 Greg Millam.
+
+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.
+
+The setup.rb file included in the package's source is released under the GNU
+LGPL. On Debian systems, the complete text of the GNU Lesser General Public
+can be found in `/usr/share/common-licenses/LGPL'.
+

Added: packages-wip/libfusefs-ruby/trunk/debian/libfusefs-ruby1.8.examples
===================================================================
--- packages-wip/libfusefs-ruby/trunk/debian/libfusefs-ruby1.8.examples	                        (rev 0)
+++ packages-wip/libfusefs-ruby/trunk/debian/libfusefs-ruby1.8.examples	2006-10-21 14:07:38 UTC (rev 914)
@@ -0,0 +1,7 @@
+sample/demo.rb
+sample/dictfs.rb
+sample/hello.rb
+sample/openurifs.rb
+sample/railsfs.rb
+sample/sqlfs.rb
+sample/yamlfs.rb

Added: packages-wip/libfusefs-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libfusefs-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libfusefs-ruby/trunk/debian/rules	2006-10-21 14:07:38 UTC (rev 914)
@@ -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: packages-wip/libfusefs-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-ruby-extras-maintainers mailing list