[DRE-commits] [ruby-cucumber-wire] 08/08: Fake a stage1 bootstrap in the archive, 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 31005e49cd359e5c4e989e676b57287420365d12
Author: Stefano Rivera <stefano at rivera.za.net>
Date: Fri Jul 22 11:41:37 2016 -0700
Fake a stage1 bootstrap in the archive, without test-suite.
---
debian/changelog | 2 +-
debian/control | 7 ++-----
debian/ruby-tests.rake | 2 +-
3 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c6ac8ec..dfec873 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
ruby-cucumber-wire (0.0.1-1) UNRELEASED; urgency=medium
* Initial release (Closes: #nnnn)
- * Bootstrap without test-suite.
+ * Fake a stage1 bootstrap in the archive, 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 f978b76..3e714ab 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,10 @@ 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) <!stage1>,
- debhelper (>= 9.20141010~),
+Build-Depends: debhelper (>= 9.20141010~),
dpkg-dev (>= 1.17.14),
gem2deb,
- rake,
- ruby-aruba <!stage1>,
- ruby-rspec <!stage1>
+ rake
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 0593ff0..004a7ee 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,4 +1,4 @@
-if ENV.fetch('DEB_BUILD_PROFILES', '').split.count('stage1') > 0
+if true
puts "Skipping tests for stage1 bootstrap"
exit
end
--
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