[DRE-commits] [ruby-moneta] 02/04: Imported Debian patch 0.7.20-2.2

zeha at debian.org zeha at debian.org
Tue Aug 18 20:50:26 UTC 2015


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

zeha pushed a commit to branch master
in repository ruby-moneta.

commit 5b3badf3b3a467a7d7087a879e00977e3ce9d2ac
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 12 21:43:21 2014 +0100

    Imported Debian patch 0.7.20-2.2
---
 debian/changelog     | 12 ++++++++++++
 debian/ruby-tests.rb |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c9346ec..e86149a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+ruby-moneta (0.7.20-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "leaves mysqld running after build":
+    apply patch from Colin Watson:
+    + debian/ruby-tests.rb: Run script/parallel-tests using system() rather
+      than exec(), so that the at_exit block to shut down the test MySQL
+      server actually has a chance to run.
+    (Closes: #772159)
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 12 Dec 2014 21:43:21 +0100
+
 ruby-moneta (0.7.20-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 5228f16..1f6bdcb 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -35,4 +35,4 @@ ENV['MYSQL_TEST_SOCKET'] = File.join(mysql_datadir, 'mysql.sock')
 
 require 'rbconfig'
 ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-exec("#{ruby} script/parallel-tests")
+system("#{ruby} script/parallel-tests")

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



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