[DRE-commits] [ruby-gnome2] 06/08: drop support for ruby1.8, build for ruby2.0

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 2 14:51:33 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-gnome2.

commit 73a28e423141c2c4ee18a5b174ce71578174176b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Oct 2 16:49:59 2013 +0200

    drop support for ruby1.8, build for ruby2.0
---
 debian/rules |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 71c7cf5..1338467 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,12 +4,12 @@
 	dh $@
 
 override_dh_auto_configure:
-	debian/check-upstream-versus-debian
+	#debian/check-upstream-versus-debian
 	dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
 
 override_dh_auto_install:
-	debian/build ruby1.8
 	debian/build ruby1.9.1
+	debian/build ruby2.0
 	dh_auto_install
 
 override_dh_strip:

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



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