Bug#655580: altos: openjdk-6-jdk on Ubuntu doesn't have the directories that configure searches for

2012-05-16 Thread Bdale Garbee
tags 655580 +pending
thanks

On Thu, 12 Jan 2012 15:48:16 +0200, Stefano Rivera stefa...@debian.org wrote:
 In Ubuntu, the attached patch was applied to achieve the following:
 
   * Depend on default-jdk instead of openjdk-6-jdk, so that the configure
 script can find the JDK.

Thanks, this makes sense and is now in the upstream repo for use in the
next upload... which I suspect will be done in the next couple of weeks.

Bdale


pgpXA2Wb1nZ8S.pgp
Description: PGP signature


Bug#655580: altos: openjdk-6-jdk on Ubuntu doesn't have the directories that configure searches for

2012-01-12 Thread Stefano Rivera
Package: altos
Version: 1.0.3
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Depend on default-jdk instead of openjdk-6-jdk, so that the configure
script can find the JDK.

In Ubuntu, openjdk-6-jdk lives in /usr/lib/jvm/java-1.6.0-openjdk-amd64,
which the configure script doesn't search. But it does search for
default-java, so let's use that.

Thanks for considering the patch.

SR



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#655580: altos: openjdk-6-jdk on Ubuntu doesn't have the directories that configure searches for

2012-01-12 Thread Stefano Rivera
Hi Debian (2012.01.12_15:48:16_+0200)
 Thanks for considering the patch.

/me slaps reportbug and attaches the patch.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127
diff -Nru altos-1.0.3/debian/control altos-1.0.3ubuntu1/debian/control
--- altos-1.0.3/debian/control  2011-12-26 04:09:16.0 +0200
+++ altos-1.0.3ubuntu1/debian/control   2012-01-12 15:36:56.0 +0200
@@ -1,7 +1,7 @@
 Priority: optional
 Maintainer: Bdale Garbee bd...@gag.com
 Uploaders: Keith Packard kei...@keithp.com
-Build-Depends: debhelper (= 7), autoconf, automake, gawk, libreadline-dev, 
libusb-1.0-0-dev, nickle, sdcc, xsltproc, fop, docbook-xml, docbook-xsl, swig, 
openjdk-6-jdk, freetts, libtool, libjfreechart-java, pkg-config
+Build-Depends: debhelper (= 7), autoconf, automake, gawk, libreadline-dev, 
libusb-1.0-0-dev, nickle, sdcc, xsltproc, fop, docbook-xml, docbook-xsl, swig, 
default-jdk, freetts, libtool, libjfreechart-java, pkg-config
 Standards-Version: 3.9.2
 Homepage: http://altusmetrum.org/AltOS
 Vcs-Git: git://git.gag.com/fw/altos