[DRE-commits] [gem2deb] 01/01: gem2deb-test-runner: add dependency on ruby-test-unit
Antonio Terceiro
terceiro at moszumanska.debian.org
Mon Jun 22 21:49:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit 2b55bfdba3c5eb34db21e6d066abb77793db6309
Author: Antonio Terceiro <terceiro at debian.org>
Date: Mon Jun 22 18:48:45 2015 -0300
gem2deb-test-runner: add dependency on ruby-test-unit
- Ruby 2.1 had an embedded copy of test/unit, so packages using it in
their test suite got away with not build-depending on ruby-test-unit
- Ruby 2.2 does not include test/unit anymore, so a few dozens of packages
now FTBFS. Since we have a transition to make, instead of waiting for
all those packages to be fixed, let's workaround that centrally here.
---
debian/changelog | 11 +++++++++++
debian/control | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 71b9c29..047701b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+gem2deb (0.18.3) UNRELEASED; urgency=medium
+
+ * gem2deb-test-runner: add dependency on ruby-test-unit
+ - Ruby 2.1 had an embedded copy of test/unit, so packages using it in
+ their test suite got away with not build-depending on ruby-test-unit
+ - Ruby 2.2 does not include test/unit anymore, so a few dozens of packages
+ now FTBFS. Since we have a transition to make, instead of waiting for
+ all those packages to be fixed, let's workaround that centrally here.
+
+ -- Antonio Terceiro <terceiro at debian.org> Mon, 22 Jun 2015 18:45:49 -0300
+
gem2deb (0.18.2) unstable; urgency=medium
* gem2deb-test-runner: when under autopkgtest, don't pass any GEM_PATH at
diff --git a/debian/control b/debian/control
index 15c638b..2246c0c 100644
--- a/debian/control
+++ b/debian/control
@@ -50,6 +50,7 @@ Description: Debian Ruby packaging suite
Package: gem2deb-test-runner
Architecture: all
Depends: ruby | ruby-interpreter,
+ ruby-test-unit,
${misc:Depends},
${shlibs:Depends}
Breaks: gem2deb (<< 0.17~)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git
More information about the Pkg-ruby-extras-commits
mailing list