[DRE-commits] [SCM] ruby-opengl.git branch, master, updated. upstream/0.60.1-9-gcb27b2c

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jan 3 22:47:49 UTC 2012


The following commit has been merged in the master branch:
commit cb27b2caab5d585626d5c9dd6711185f0b8b6274
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Dec 29 16:35:13 2011 +0100

    override dh_auto_clean and define rake env variable

diff --git a/debian/rules b/debian/rules
index a5e7dc8..ceef73b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 #
 # Uncomment to ignore all test failures (but the tests will run anyway)
 #export DH_RUBY_IGNORE_TESTS=all
@@ -10,6 +10,12 @@
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec
+export rake=/usr/bin/rake clobber && /usr/bin/rake install
+#export rake=/usr/bin/rake 
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_auto_clean:
+	rake clean
+

-- 
ruby-opengl.git



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