[DRE-commits] [rails] 03/03: Skip dependency resolution check during the build

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Dec 14 13:35:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository rails.

commit abb15498a6dabb88058becea5665113e9bc5de7b
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Dec 14 11:29:10 2015 -0200

    Skip dependency resolution check during the build
---
 debian/changelog |  4 ++++
 debian/rules     | 12 ------------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05990aa..25c6ca8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 rails (2:4.2.5-1) unstable; urgency=medium
 
   * New upstream release
+  * Skip dependency resolution check during the build, because too many of the
+    dependencies of the binary packages depend on rails to build, so let's
+    avoid loops. The checks are still performed as part of autopkgtest tests,
+    anyway.
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 14 Dec 2015 11:04:15 -0200
 
diff --git a/debian/rules b/debian/rules
index 72aa91b..31d019b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,4 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
-export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rails.git



More information about the Pkg-ruby-extras-commits mailing list