[DRE-commits] [SCM] ruby-openid.git branch, master, updated. upstream/2.1.8-14-g58b58b9

Paul van Tilburg paulvt at debian.org
Thu May 17 14:45:33 UTC 2012


The following commit has been merged in the master branch:
commit 62e10521beabcc424723472ceef12d9fe661a9b6
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Thu May 17 16:43:25 2012 +0200

    Disabled the test runner: 2 insignificant errors for ruby1.8, not working for ruby1.9.1

diff --git a/debian/changelog b/debian/changelog
index 2f03eeb..c4d0ea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,10 +21,11 @@ ruby-openid (2.1.8debian-2) UNRELEASED; urgency=low
 
   [ Paul van Tilburg ]
   * Use different source via uscan/the watch file; reapplied repack.
-  * debian/control: added ruby-test-unit and ruby-hmac as a build-depend to
-    be able to run tests.
   * debian/patches: removed as the new upstream source tries to require
     ruby-hmac first.
+  * debian/ruby-test-files.yaml: commented out test runner; tests have two
+    small failture for ruby1.8 and cannot be run for ruby1.9.1 as
+    ruby-test-unit (required to run) is "too new".
 
  -- Paul van Tilburg <paulvt at debian.org>  Sat, 12 May 2012 00:27:14 +0200
 
diff --git a/debian/control b/debian/control
index 4a5f986..35f0ce8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-test-unit, ruby-hmac
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-openid.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-openid.git;a=summary
@@ -37,7 +37,6 @@ Description: Ruby library for verifying and serving OpenID identities
       for authentication
     - ActiveRecord adapter for using an SQL store in rails
 
-# Transitional packages
 Package: libopenid-ruby
 Section: oldlibs
 Priority: extra
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 291059a..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
---- 
-- admin/runtests.rb

-- 
ruby-openid.git



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