[DebianGIS-dev] [SCM] gpsprune branch, master, updated. debian/9-1-2-gd0ba336

David Paleino dapal at debian.org
Mon Mar 22 20:45:41 UTC 2010


The following commit has been merged in the master branch:
commit 1941b61a03750bae0a9c23937c58a3b35340a118
Author: David Paleino <dapal at debian.org>
Date:   Mon Mar 22 21:42:49 2010 +0100

    debian/control: demote Java3d-related libraries to Recommends.

diff --git a/debian/changelog b/debian/changelog
index f3b1d14..6d1b503 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gpsprune (9-2) UNRELEASED; urgency=low
+
+  * debian/control:
+    - demote Java3d-related libraries to Recommends.
+
+ -- David Paleino <dapal at debian.org>  Mon, 22 Mar 2010 20:28:18 +0100
+
 gpsprune (9-1) unstable; urgency=low
 
   * Initial release (Closes: #568135)
diff --git a/debian/control b/debian/control
index 44971b3..5d30d15 100644
--- a/debian/control
+++ b/debian/control
@@ -23,11 +23,13 @@ Architecture: all
 Depends:
  ${java:Depends},
  ${misc:Depends},
- libjava3d-jni
 Recommends:
  gnuplot,
  gpsbabel,
  libimage-exiftool-perl
+ , libjava3d-jni
+ , libjava3d-java
+ , libvecmath-java
 Description: visualize, edit, convert and prune GPS data
  Prune is an application for viewing, editing and converting coordinate
  data from GPS systems. Basically it's a tool to let you play with your
diff --git a/debian/rules b/debian/rules
index 9be3a0f..65f4ebf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,9 @@ export JH_JAR_EXTRA=$(shell find tim/prune/lang/ tim/prune/gui/images -type f)
 override_jh_build:
 	jh_build --no-javadoc
 
+override_jh_depends:
+	jh_depends -v -Xlibjava3d-java -Xlibvecmath-java -Xlibjava3d-jni
+
 override_dh_auto_build:
 	dh_auto_build -- build
 

-- 
Tool to visualize, edit, convert and prune GPS data



More information about the Pkg-grass-devel mailing list