[DRE-commits] [SCM] ruby-sphinx.git branch, master, updated. upstream/0.9.10.2122-2-gc8ed8b0

Vlad Shakhov v.shakhov at sam-solutions.net
Mon Jun 25 13:22:04 UTC 2012


The following commit has been merged in the master branch:
commit c8ed8b0346f0f0cd10d7cc9c884ecbed84c7701e
Author: Vlad Shakhov <v.shakhov at sam-solutions.net>
Date:   Mon Jun 25 16:20:19 2012 +0300

    Turn off unit-tests (not working by default)

diff --git a/debian/changelog b/debian/changelog
index c3b6b2e..6bb5f46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-sphinx (0.9.10.2122-1) UNRELEASED; urgency=low
+ruby-sphinx (0.9.10.2122-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release
 
  -- Vlad Shakhov <v.shakhov at sam-solutions.net>  Mon, 25 Jun 2012 15:17:21 +0300
diff --git a/debian/control b/debian/control
index e0b438e..05511ee 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,16 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Vlad Shakhov <v.shakhov at sam-solutions.net>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
-Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sphinx.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sphinx.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-systemtimer
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sphinx.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sphinx.git;a=summary
 Homepage: http://github.com/kpumuk/sphinx
 XS-Ruby-Versions: all
 
 Package: ruby-sphinx
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-systemtimer
 Description: Sphinx Client API for Ruby
  An easy interface to Sphinx standalone full-text search engine. It is implemented as plugin for Ruby on Rails, but can be easily used as standalone library.
diff --git a/debian/rules b/debian/rules
index a5e7dc8..b2eab18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 #
 # Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
+export DH_RUBY_IGNORE_TESTS=all
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:

-- 
ruby-sphinx.git



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