[DRE-commits] [ruby-listen] 27/30: due to *BSD: moved ruby-inotify to Recommends: ; made a debian/TODO for *BSD, when rb-kqueue is packaged

Markus Tornow nadir-guest at alioth.debian.org
Mon Oct 7 19:25:17 UTC 2013


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

nadir-guest pushed a commit to branch master
in repository ruby-listen.

commit 86510bdfcce36b3a566fcb9fadf97266ee5e1c31
Author: markus tornow <tornow at riseup.net>
Date:   Wed Jan 9 18:49:38 2013 +0100

    due to *BSD: moved ruby-inotify to Recommends: ; made a debian/TODO for *BSD, when rb-kqueue is packaged
---
 debian/TODO    |    7 +++++++
 debian/control |    5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..7fad942
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,7 @@
+ * rb-kqueue is not packaged for Debian yet, but a Depends for *BSD,
+   entry should be like:
+   ruby-kqueue [bsd-any] (>= <version>)
+   in Recommends: 
+ * For *BSD the patch circumvent-dependency-manager must be adapted for
+   spec/listen/adapters/bsd_spec.rb
+
diff --git a/debian/control b/debian/control
index 43b13b3..3b2bbd7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Markus Tornow <tornow at riseup.net>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-rb-inotify (>= 0.8.8~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-rb-inotify [linux-any] (>= 0.8.8~)
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-listen.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-listen.git;a=summary
@@ -13,7 +13,8 @@ XS-Ruby-Versions: all
 Package: ruby-listen
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rb-inotify (>= 0.8.8~)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Recommends: ruby-rb-inotify [linux-any]  (>= 0.8.8~) 
 Description: Ruby library listening to file modifications
  This Ruby library listens to file modifications and notifies you about the
  changes.

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



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