Author: twerner
Date: 2011-10-04 19:47:32 +0000 (Tue, 04 Oct 2011)
New Revision: 15144

Modified:
   trunk/jblas/debian/changelog
   trunk/jblas/debian/control
   trunk/jblas/debian/rules
Log:
* Switch to default-jdk. (Closes: #643513)
* Improve Description.
* Remove Java runtime from Depends.
* Add Suggests: jblas-doc.

Modified: trunk/jblas/debian/changelog
===================================================================
--- trunk/jblas/debian/changelog        2011-09-30 20:21:44 UTC (rev 15143)
+++ trunk/jblas/debian/changelog        2011-10-04 19:47:32 UTC (rev 15144)
@@ -1,3 +1,12 @@
+jblas (1.2.0-3) unstable; urgency=low
+
+  * Switch to default-jdk. (Closes: #643513)
+  * Improve Description.
+  * Remove Java runtime from Depends.
+  * Add Suggests: jblas-doc.
+
+ -- Torsten Werner <twer...@debian.org>  Tue, 04 Oct 2011 21:46:11 +0200
+
 jblas (1.2.0-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/jblas/debian/control
===================================================================
--- trunk/jblas/debian/control  2011-09-30 20:21:44 UTC (rev 15143)
+++ trunk/jblas/debian/control  2011-10-04 19:47:32 UTC (rev 15144)
@@ -3,7 +3,7 @@
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Soeren Sonnenburg <so...@debian.org>,
  Torsten Werner <twer...@debian.org>
-Build-Depends: cdbs, debhelper (>= 7), openjdk-6-jdk, ant-optional, gfortran,
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant-optional, gfortran,
  libatlas-base-dev, ruby
 Standards-Version: 3.9.1.0
 Section: science
@@ -13,8 +13,9 @@
 
 Package: jblas
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre | sun-java6-jre,
-Description: A fast linear algebra library for Java
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: jblas-doc
+Description: fast linear algebra library for Java
  jblas is a fast linear algebra library for Java. jblas is essentially
  a light-weight wrapper around BLAS and LAPACK routines, the
  de-facto industry standard for matrix computations. It uses
@@ -28,7 +29,7 @@
 Depends: ${misc:Depends}
 Recommends: jblas
 Section: doc
-Description: A fast linear algebra library for Java
+Description: fast linear algebra library for Java
  jblas is a fast linear algebra library for Java. jblas is essentially
  a light-weight wrapper around BLAS and LAPACK routines, the
  de-facto industry standard for matrix computations. It uses

Modified: trunk/jblas/debian/rules
===================================================================
--- trunk/jblas/debian/rules    2011-09-30 20:21:44 UTC (rev 15143)
+++ trunk/jblas/debian/rules    2011-10-04 19:47:32 UTC (rev 15144)
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME_DIRS       := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE    := build.xml
 DEB_ANT_BUILD_TARGET := minimal-jar javadoc
 DEB_ANT_CLEAN_TARGET := clean clean-jars


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to