[DRE-commits] [ruby-cutest] 01/01: drop ruby 1.9 from runtime deps as well
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Apr 7 10:26:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-cutest.
commit ac2b29c909d43a7482bd0e2e27378fd2376b754d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Apr 7 15:54:09 2014 +0530
drop ruby 1.9 from runtime deps as well
---
debian/changelog | 6 ++++++
debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 62c2596..2f55fa1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-cutest (1.2.1-2) unstable; urgency=low
+
+ * drop ruby 1.9 from runtime deps as well.
+
+ -- Pirate Praveen <praveen at debian.org> Mon, 07 Apr 2014 15:53:56 +0530
+
ruby-cutest (1.2.1-1) unstable; urgency=low
* New upstream release (refresh patches)
diff --git a/debian/control b/debian/control
index acb3270..0c308bd 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
Package: ruby-cutest
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.9.1
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: Run ruby tests independantly
Cutest run tests in separate processes to avoid shared state.
Once a failure is found, you get a report detailing what failed
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cutest.git
More information about the Pkg-ruby-extras-commits
mailing list