Bug#759947: nmu for jruby

2014-11-01 Thread Michael Gilbert
control: tag -1 patch, pending

Hi I've uploaded an nmu to delayed/5 fixing this issue.  Please let me
know if I should delay longer.

Best wishes,
Mike
diff -Nru jruby-1.5.6/debian/changelog jruby-1.5.6/debian/changelog
--- jruby-1.5.6/debian/changelog	2014-10-28 02:28:33.0 -0400
+++ jruby-1.5.6/debian/changelog	2014-11-01 21:08:49.0 -0400
@@ -1,3 +1,10 @@
+jruby (1.5.6-8.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build-depend openjdk = 7u71-2.5.3 (closes: #759947).
+
+ -- Michael Gilbert mgilb...@debian.org  Sun, 02 Nov 2014 01:02:24 +
+
 jruby (1.5.6-8) unstable; urgency=medium
 
   [ tony mancill ]
diff -Nru jruby-1.5.6/debian/control jruby-1.5.6/debian/control
--- jruby-1.5.6/debian/control	2014-10-28 02:28:33.0 -0400
+++ jruby-1.5.6/debian/control	2014-11-01 21:07:37.0 -0400
@@ -4,7 +4,7 @@
 Maintainer: Debian Java Maintainers pkg-java-maintainers@lists.alioth.debian.org
 Uploaders: Sebastien Delafond s...@debian.org,
  Torsten Werner twer...@debian.org
-Build-Depends: debhelper (= 9~), default-jdk, ant-optional,
+Build-Depends: debhelper (= 9~), openjdk-7-jdk (= 7u71-2.5.3), ant-optional,
  libasm3-java, libcommons-logging-java, libjarjar-java, libjoda-time-java,
  junit4, libbsf-java, libjline-java, bnd, libconstantine-java,
  netbase, libjgrapht0.8-java, libjcodings-java, libbytelist-java, libjffi-java,
diff -Nru jruby-1.5.6/debian/rules jruby-1.5.6/debian/rules
--- jruby-1.5.6/debian/rules	2014-10-28 02:28:33.0 -0400
+++ jruby-1.5.6/debian/rules	2014-11-01 21:08:02.0 -0400
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME:= /usr/lib/jvm/default-java
+JAVA_HOME:= /usr/lib/jvm/java-7-openjdk-$(DEB_BUILD_ARCH)
 DEB_ANT_CLEAN_TARGET := clean-all
 DEB_ANT_BUILD_TARGET := -Ddev.gems=false -DdocsNotNeeded=true \
 -Dshared.lib.dir=/usr/share/java test dist-bin
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#759947: nmu for jruby

2014-11-01 Thread tony mancill
On 11/01/2014 06:21 PM, Michael Gilbert wrote:
 control: tag -1 patch, pending
 
 Hi I've uploaded an nmu to delayed/5 fixing this issue.  Please let me
 know if I should delay longer.

Hi Mike,

thanks for working on this.  It seems kind of ugly to make this
build-dep on a specific version of openjdk-7-jdk, given that it builds
fine with earlier versions of openjdk-7 (before apt was pulled out).
But it's probably worthwhile to require an explicit version, and I can't
think of a better solution right now.

I'll most likely upload a package with your patch to keep the packaging
repo up to date and dcut the NMU.

Thanks,
tony



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.