[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.7-9-g5b16cf2

Antonio Terceiro terceiro at softwarelivre.org
Fri Sep 9 16:11:15 UTC 2011


The following commit has been merged in the master branch:
commit 5b16cf280c5f1577ea93f77a6d076d733c305fce
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Fri Sep 9 09:08:44 2011 -0700

    Run tests under 1.8 and 1.9 during build

diff --git a/debian/rules b/debian/rules
index 5f6c5eb..6bf329d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,8 @@
 override_dh_auto_build:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	# NO_PKG_MANGLE=1 is only useful on Ubuntu buildds, to disable pkgbinarymangler
-	NO_PKG_MANGLE=1 rake test
+	NO_PKG_MANGLE=1 ruby1.8		-S rake test
+	NO_PKG_MANGLE=1 ruby1.9.1	-S rake test
 endif
 	mkdir -p man
 	for i in bin/*; do pod2man -c "" -r "" $$i > man/$$(basename $$i).1; done

-- 
gem2deb.git



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