[DRE-commits] [SCM] camping.git branch, master, updated. upstream/2.1-11-g60a9b8d

Paul van Tilburg paulvt at debian.org
Tue Jan 31 21:23:23 UTC 2012


The following commit has been merged in the master branch:
commit bf4375ead204d2dffa4ac2b24c7d71e84d176421
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Wed Jan 25 14:17:17 2012 +0100

    Added build-depends on ruby-rack-test, ruby-mab and ruby-tilt required for running tests.

diff --git a/debian/changelog b/debian/changelog
index 9f5e727..b3c79f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,7 +18,8 @@ camping (2.1.498-1) UNRELEASED; urgency=low
     - Standards-Version bumped to 3.9.2; no changes required.
     - Set XS-Ruby-Versions to all.
     - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
-    - Added a build-depend on ruby-rack-test required for running tests.
+    - Added build-depends on ruby-rack-test, ruby-mab and ruby-tilt
+      required for running tests.
     - Switched the maintainer with the uploaders field as per new
       convention the team is the default maintainer.
     - Added an alternative depend on ruby-tilt, so the user can choose
diff --git a/debian/control b/debian/control
index 3e46a71..057837c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~), ruby-rack-test
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~), ruby-rack-test, ruby-mab, ruby-tilt
 Standards-Version: 3.9.2
 Homepage: http://camping.rubyforge.org/
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/camping.git
diff --git a/debian/rules b/debian/rules
index c49fc91..d9a4245 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 #
 # Uncomment to ignore all test failures (but the tests will run anyway)
-export DH_RUBY_IGNORE_TESTS=all
+#export DH_RUBY_IGNORE_TESTS=all
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:

-- 
camping.git



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