diff -Nru ruby-cucumber-wire-0.0.1/debian/changelog ruby-cucumber-wire-0.0.1/debian/changelog --- ruby-cucumber-wire-0.0.1/debian/changelog 2016-07-23 21:48:59.000000000 +0000 +++ ruby-cucumber-wire-0.0.1/debian/changelog 2016-07-25 19:36:57.000000000 +0000 @@ -1,3 +1,9 @@ +ruby-cucumber-wire (0.0.1-2) unstable; urgency=medium + + * Enable build-time tests, now that we have bootstrapped. + + -- Stefano Rivera Mon, 25 Jul 2016 12:36:40 -0700 + ruby-cucumber-wire (0.0.1-1) unstable; urgency=medium * Initial release (Closes: #832140) diff -Nru ruby-cucumber-wire-0.0.1/debian/control ruby-cucumber-wire-0.0.1/debian/control --- ruby-cucumber-wire-0.0.1/debian/control 2016-07-23 21:48:59.000000000 +0000 +++ ruby-cucumber-wire-0.0.1/debian/control 2016-07-25 19:36:57.000000000 +0000 @@ -3,10 +3,13 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Stefano Rivera -Build-Depends: debhelper (>= 9.20141010~), +Build-Depends: cucumber (>= 2.1) , + debhelper (>= 9.20141010~), dpkg-dev (>= 1.17.14), gem2deb, - rake + rake, + ruby-aruba , + ruby-rspec 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 -Nru ruby-cucumber-wire-0.0.1/debian/ruby-tests.rake ruby-cucumber-wire-0.0.1/debian/ruby-tests.rake --- ruby-cucumber-wire-0.0.1/debian/ruby-tests.rake 2016-07-23 21:48:59.000000000 +0000 +++ ruby-cucumber-wire-0.0.1/debian/ruby-tests.rake 2016-07-25 19:36:57.000000000 +0000 @@ -1,8 +1,3 @@ -if true - puts "Skipping tests for stage1 bootstrap" - exit -end - require 'cucumber' require 'cucumber/rake/task' require 'gem2deb/rake/spectask'