[DRE-commits] [ruby-test-unit] 01/01: depend on ruby-power-assert (Closes: #784424)
Cédric Boutillier
boutil at moszumanska.debian.org
Tue May 12 20:55:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-test-unit.
commit 1b02ae63d604f45413b7fb30fc63eef181df75b6
Author: Cédric Boutillier <boutil at debian.org>
Date: Tue May 12 22:26:23 2015 +0200
depend on ruby-power-assert (Closes: #784424)
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e50c6fc..767d54b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-test-unit (3.0.9-3) unstable; urgency=medium
+
+ * Depend on ruby-power-assert, to make rubygems happy (Closes: #784424)
+
+ -- Cédric Boutillier <boutil at debian.org> Tue, 12 May 2015 22:25:16 +0200
+
ruby-test-unit (3.0.9-2) unstable; urgency=medium
* Reupload to unstable
diff --git a/debian/control b/debian/control
index 2be7d29..0291e20 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-power-assert
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-test-unit.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-test-unit.git;a=summary
@@ -13,7 +13,7 @@ XS-Ruby-Versions: all
Package: ruby-test-unit
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-power-assert
Description: Improved version of Test::Unit library initially bundled in Ruby 1.8
Test::Unit is a testing framework originally bundled with Ruby 1.8.
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-test-unit.git
More information about the Pkg-ruby-extras-commits
mailing list