[DRE-commits] [ruby-fusefs] 01/08: build only for ruby1.8

Cédric Boutillier boutil at moszumanska.debian.org
Fri Dec 20 11:44:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-fusefs.

commit 030adeaddbb4b0d4bf26391228a0b18b7d07f052
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Apr 4 20:42:55 2013 +0200

    build only for ruby1.8
---
 debian/changelog | 12 ++++++++++++
 debian/control   |  6 ++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 49184e0..897bf1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ruby-fusefs (0.7.0-3) unstable; urgency=high
+
+  * Team upload.
+  * Set urgency to high as an RC bug is fixed.
+  * debian/control: build only for Ruby 1.8. (Closes: #704249)
+    - mention in the description that ruby-fusefs will work only with Ruby 1.8
+    - set XS-Ruby-Versions: to ruby1.8 to disable the build of the binary
+      extension with Ruby 1.9
+    - set ruby1.8 as a dependency instead of the ruby metapackage.
+
+ -- Cédric Boutillier <boutil at debian.org>  Thu, 04 Apr 2013 17:33:22 +0200
+
 ruby-fusefs (0.7.0-2) unstable; urgency=low
 
   * Bumped build-dependency on gem2deb to >= 0.3.0~.
diff --git a/debian/control b/debian/control
index 9d193b6..1ec4bdd 100644
--- a/debian/control
+++ b/debian/control
@@ -9,18 +9,20 @@ Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-fusefs.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-fusefs.git;a=summary
 Homepage: http://github.com/duairc/fusefs
-XS-Ruby-Versions: all
+XS-Ruby-Versions: ruby1.8
 
 Package: ruby-fusefs
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8
 Replaces: libfusefs-ruby (<< 0.7.0-1~), libfusefs-ruby1.8 (<< 0.7.0-1~)
 Breaks: libfusefs-ruby (<< 0.7.0-1~), libfusefs-ruby1.8 (<< 0.7.0-1~)
 Provides: libfusefs-ruby, 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 currently only works with Ruby 1.8.
 
 Package: libfusefs-ruby
 Section: oldlibs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fusefs.git



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