[jruby] 01/03: Create dir to install gems

Miguel Landaeta nomadium at moszumanska.debian.org
Fri May 29 02:36:28 UTC 2015


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

nomadium pushed a commit to branch experimental
in repository jruby.

commit 4a9ae910ff9805f315ed5167e86d378cc72674d3
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Wed May 27 19:05:58 2015 -0300

    Create dir to install gems
---
 debian/changelog | 2 +-
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 51b3902..418cbaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,7 +47,7 @@ jruby (1.7.19-1) UNRELEASED; urgency=medium
     minified copy. This is to avoid lintian warnings, during build time
     a link symbolic to libjs-jquery is deployed.
 
- -- Miguel Landaeta <nomadium at debian.org>  Wed, 27 May 2015 17:09:51 -0300
+ -- Miguel Landaeta <nomadium at debian.org>  Wed, 27 May 2015 18:04:12 -0300
 
 jruby (1.5.6-10) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index d5547a1..c6ff143 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,5 +39,7 @@ override_dh_auto_install:
 	cd target/package/bin && mv jruby.sh jruby
 	cd target/package/bin && chmod 0755 *
 	rm target/package/lib/ruby/2.0/rdoc/generator/template/darkfish/js/jquery.js
+	mkdir -p target/package/lib/ruby/gems/shared/
+	cd target/package/lib/ruby/gems/shared/ && mkdir -p cache gems specifications
 	mh_installpom -pjruby --no-parent core/pom.xml
 	mh_installjar -pjruby --java-lib  core/pom.xml target/package/lib/jruby.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby.git



More information about the pkg-java-commits mailing list