libfusefs-ruby (0.6.0-3) debian-dir only changes

Summary

 debian/changelog                  |   22 ++++++++++++++++++++++
 debian/compat                     |    1 +
 debian/control                    |   25 +++++++++++++++++++++++++
 debian/copyright                  |   34 ++++++++++++++++++++++++++++++++++
 debian/libfusefs-ruby1.8.docs     |    1 +
 debian/libfusefs-ruby1.8.examples |    2 ++
 debian/rules                      |    5 +++++
 debian/watch                      |    2 ++
 8 files changed, 92 insertions(+)

    
download this patch

Patch contents

--- libfusefs-ruby-0.6.0.orig/debian/control
+++ libfusefs-ruby-0.6.0/debian/control
@@ -0,0 +1,25 @@
+Source: libfusefs-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Arnaud Cornet <arnaud.cornet@gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>
+Standards-Version: 3.7.2
+Build-Depends: ruby-pkg-tools (>= 0.8), 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 is a dependency package which depends on Debian's default version of Ruby
+ (currently 1.8).
+
+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.
+
--- libfusefs-ruby-0.6.0.orig/debian/copyright
+++ libfusefs-ruby-0.6.0/debian/copyright
@@ -0,0 +1,34 @@
+This package was debianized by Arnaud Cornet <arnaud.cornet@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@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 Copyright (c) 2000-2004
+Minero Aoki and released under the GNU LGPL version 2.1. On Debian systems, the
+complete text of the GNU Lesser General Public can be found in
+`/usr/share/common-licenses/LGPL'.
+
--- libfusefs-ruby-0.6.0.orig/debian/watch
+++ libfusefs-ruby-0.6.0/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=948 .*fusefs-(.*)\.t.*
--- libfusefs-ruby-0.6.0.orig/debian/changelog
+++ libfusefs-ruby-0.6.0/debian/changelog
@@ -0,0 +1,22 @@
+libfusefs-ruby (0.6.0-3) unstable; urgency=low
+
+  [ Arnaud Cornet ]
+  * Add API.txt to docs and foo.yaml in samples to test yamlfs
+  (Closes: 422725).
+  * Improve libfusefs-ruby1.8.examples with a wildcard.
+  * Sharpen copyright of setup.rb.
+
+ -- Arnaud Cornet <arnaud.cornet@gmail.com>  Tue, 08 May 2007 13:55:20 +0200
+
+libfusefs-ruby (0.6.0-2) unstable; urgency=low
+
+  [ Arnaud Cornet ]
+  * Drop uploaders.mk. Add Paul to uploaders.
+
+ -- Arnaud Cornet <arnaud.cornet@gmail.com>  Wed, 18 Apr 2007 21:49:28 +0200
+
+libfusefs-ruby (0.6.0-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Arnaud Cornet <arnaud.cornet@gmail.com>  Sat, 21 Oct 2006 14:17:25 +0200
--- libfusefs-ruby-0.6.0.orig/debian/compat
+++ libfusefs-ruby-0.6.0/debian/compat
@@ -0,0 +1 @@
+5
--- libfusefs-ruby-0.6.0.orig/debian/libfusefs-ruby1.8.docs
+++ libfusefs-ruby-0.6.0/debian/libfusefs-ruby1.8.docs
@@ -0,0 +1 @@
+API.txt
--- libfusefs-ruby-0.6.0.orig/debian/libfusefs-ruby1.8.examples
+++ libfusefs-ruby-0.6.0/debian/libfusefs-ruby1.8.examples
@@ -0,0 +1,2 @@
+sample/*
+foo.yaml
--- libfusefs-ruby-0.6.0.orig/debian/rules
+++ libfusefs-ruby-0.6.0/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+