[DRE-commits] [ruby-cucumber-wire] 01/01: Enable build-time tests, now that we have bootstrapped.
Stefano Rivera
stefano at rivera.za.net
Mon Jul 25 00:39:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
stefanor pushed a commit to branch master
in repository ruby-cucumber-wire.
commit c6a65e421dce67c96b9efaa9a31486cabc7ee6c7
Author: Stefano Rivera <stefano at rivera.za.net>
Date: Sun Jul 24 17:34:28 2016 -0700
Enable build-time tests, now that we have bootstrapped.
---
debian/changelog | 6 ++++++
debian/control | 7 +++++--
debian/ruby-tests.rake | 5 -----
3 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d6772d5..26eb662 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-cucumber-wire (0.0.1-2) UNRELEASED; urgency=medium
+
+ * Enable build-time tests, now that we have bootstrapped.
+
+ -- Stefano Rivera <stefanor at debian.org> Sun, 24 Jul 2016 17:34:04 -0700
+
ruby-cucumber-wire (0.0.1-1) unstable; urgency=medium
* Initial release (Closes: #832140)
diff --git a/debian/control b/debian/control
index 3e714ab..44939b2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,13 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefanor at debian.org>
-Build-Depends: debhelper (>= 9.20141010~),
+Build-Depends: cucumber (>= 2.1) <!nocheck>,
+ debhelper (>= 9.20141010~),
dpkg-dev (>= 1.17.14),
gem2deb,
- rake
+ rake,
+ ruby-aruba <!nocheck>,
+ ruby-rspec <!nocheck>
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-cucumber-wire.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-cucumber-wire.git
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 004a7ee..7083f01 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,8 +1,3 @@
-if true
- puts "Skipping tests for stage1 bootstrap"
- exit
-end
-
require 'cucumber'
require 'cucumber/rake/task'
require 'gem2deb/rake/spectask'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-cucumber-wire.git
More information about the Pkg-ruby-extras-commits
mailing list