tags 640310 pending 
thanks

Hi,
 
 I've prepared an NMU for geotranz (versioned as 3.1-2.1) and I've uploaded 
 it to DELAYED/5. Please feel free to tell me if I should delay it longer.

 Thanks.

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru geotranz-3.1/debian/changelog geotranz-3.1/debian/changelog
--- geotranz-3.1/debian/changelog	2011-03-12 13:44:26.000000000 +0900
+++ geotranz-3.1/debian/changelog	2012-01-22 12:58:53.000000000 +0900
@@ -1,3 +1,13 @@
+geotranz (3.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - use default-jdk (Closes: #640310)
+  * debian/patches/001-makefiles.patch
+    - update to use default-jdk
+
+ -- Hideki Yamane <henr...@debian.org>  Sun, 22 Jan 2012 12:57:51 +0900
+
 geotranz (3.1-2) unstable; urgency=low
 
   * Fix symbols issue again, this time it'll work with g++ 4.4 and 4.5.
diff -Nru geotranz-3.1/debian/control geotranz-3.1/debian/control
--- geotranz-3.1/debian/control	2011-03-07 07:08:21.000000000 +0900
+++ geotranz-3.1/debian/control	2012-01-22 12:54:06.000000000 +0900
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Roberto Lumbreras <ro...@debian.org>
-Build-Depends: cdbs, debhelper (>= 7), openjdk-6-jdk | java6-sdk, giftrans, imagemagick, cpio
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, giftrans, imagemagick, cpio
 Build-Depends-Indep: 
 Standards-Version: 3.9.1
 Homepage: http://earth-info.nga.mil/GandG/geotrans/
diff -Nru geotranz-3.1/debian/patches/001-makefiles.patch geotranz-3.1/debian/patches/001-makefiles.patch
--- geotranz-3.1/debian/patches/001-makefiles.patch	2011-03-07 10:08:37.000000000 +0900
+++ geotranz-3.1/debian/patches/001-makefiles.patch	2012-01-22 12:57:49.000000000 +0900
@@ -58,7 +58,7 @@
  SRCDIR = ../../GEOTRANS3/java_gui/geotrans3/jni
  JNIDIR = ../../GEOTRANS3/java_gui/geotrans3/jni
 -JAVADIR = /usr/jdk1.5.0_18#Note: Change this for your system
-+JAVADIR = /usr/lib/jvm/java-6-openjdk
++JAVADIR = /usr/lib/jvm/default-java
  
  ####
  # Libraries
@@ -180,7 +180,7 @@
 @@ -0,0 +1,41 @@
 +SRC = geotrans3
 +ICONS = $(SRC)/gui/icons
-+JAVAC = /usr/lib/jvm/java-6-openjdk/bin/javac
++JAVAC = /usr/lib/jvm/default-java/bin/javac
 +
 +all: MSPCCS.jar
 +

Reply via email to