[DRE-commits] [SCM] ruby-json.git branch, master, updated. upstream/1.6.3-38-ga4eff61

Cédric Boutillier cedric.boutillier at gmail.com
Mon May 21 20:17:24 UTC 2012


The following commit has been merged in the master branch:
commit f67443acfd854ee24f37bd0bc966766e94394edc
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sun May 20 23:22:25 2012 +0200

    Remove overrides in debian/rules (not needed any more)

diff --git a/debian/rules b/debian/rules
index 76ff133..a4b9e28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,15 +10,3 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
-
-# hack. The source code for json extensions is in ext/json/ext/{parser,generator}/,
-# but the tests require ext/json/ext/{parser,generator}.so
-override_dh_auto_install:
-	cd ext/json/ext && \
-	ln -s parser/parser.so parser.so && \
-	ln -s generator/generator.so generator.so
-	dh_auto_install
-
-override_dh_auto_clean:
-	dh_auto_clean
-	cd ext/json/ext && rm -f parser.so generator.so

-- 
ruby-json.git



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