[DRE-commits] [ruby-cucumber-wire] 07/08: Bootstrap without test-suite.

Stefano Rivera stefano at rivera.za.net
Fri Jul 22 18:42:10 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 c62afc00d31b663bfd3d25b507ea36b4750eb754
Author: Stefano Rivera <stefano at rivera.za.net>
Date:   Thu Jul 21 16:55:33 2016 -0700

    Bootstrap without test-suite.
---
 debian/changelog       | 1 +
 debian/control         | 9 +++++----
 debian/ruby-tests.rake | 5 +++++
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b35b0c..c6ac8ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 ruby-cucumber-wire (0.0.1-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #nnnn)
+  * Bootstrap without test-suite.
 
  -- Stefano Rivera <stefanor at debian.org>  Thu, 21 Jul 2016 14:30:26 -0700
diff --git a/debian/control b/debian/control
index 2d44749..f978b76 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +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: cucumber (>= 2.1),
-               debhelper (>= 9~),
+Build-Depends: cucumber (>= 2.1) <!stage1>,
+               debhelper (>= 9.20141010~),
+               dpkg-dev (>= 1.17.14),
                gem2deb,
                rake,
-               ruby-aruba,
-               ruby-rspec
+               ruby-aruba <!stage1>,
+               ruby-rspec <!stage1>
 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 7083f01..0593ff0 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,3 +1,8 @@
+if ENV.fetch('DEB_BUILD_PROFILES', '').split.count('stage1') > 0
+  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