[DRE-commits] [ruby-i18n] 04/05: Ignore tests results on ruby1.8

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Feb 14 00:05:10 UTC 2014


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

terceiro pushed a commit to branch master-wheezy-backports
in repository ruby-i18n.

commit 5dadc05891851ccd830560c6c6fb54a59fa41f4d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Feb 13 20:42:00 2014 -0300

    Ignore tests results on ruby1.8
    
    - this package is not compatible with ruby1.8 anymore (which is alraedy
      not the default on wheezy)
    - Change `ruby | ruby-interpreter` dependency to just `ruby` since not all
      packages provided `ruby-interpreter` are good enough now.
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 2 ++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 188f585..fc35a13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
 ruby-i18n (0.6.9-1~bpo70+1) wheezy-backports; urgency=low
 
+  [ Thomas Pierson ]
   * Rebuild for wheezy-backports.
   * Change ruby-activesupport depend to ruby-activesupport-3.2.
 
+  [ Antonio Terceiro ]
+  * Ignore tests results on ruby1.8
+    - this package is not compatible with ruby1.8 anymore (which is alraedy
+      not the default on wheezy)
+    - Change `ruby | ruby-interpreter` dependency to just `ruby` since not all
+      packages provided `ruby-interpreter` are good enough now.
+
  -- Thomas Pierson <contact at thomaspierson.fr>  Fri, 07 Feb 2014 16:48:52 +0100
 
 ruby-i18n (0.6.9-1) unstable; urgency=high
diff --git a/debian/control b/debian/control
index d512524..fc56cc7 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ XS-Ruby-Versions: all
 Package: ruby-i18n
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Depends: ruby, ${misc:Depends}, ${shlibs:Depends}
 Description: I18n and localization solution for Ruby
  Implementation of the Ruby on Rails I18n core API. This is the same I18n
  library included in the Ruby on Rails framework, but provided outside of
diff --git a/debian/rules b/debian/rules
index 7bee572..1cd2555 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DH_RUBY_IGNORE_TESTS=ruby1.8
+
 export RUBYOPT=-Ku
 
 %:

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



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