[sweethome3d-textures-editor] 15/16: Depend on libvecmath-java and libbatik-java.

Markus Koschany apo at moszumanska.debian.org
Mon Oct 10 13:03:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository sweethome3d-textures-editor.

commit 79cf3f0035eeb7eb610cb9e1c19a98ea9cf4b425
Author: Markus Koschany <apo at debian.org>
Date:   Mon Oct 10 14:50:58 2016 +0200

    Depend on libvecmath-java and libbatik-java.
---
 debian/changelog                           |  2 ++
 debian/control                             | 24 ++++++++++++++----------
 debian/sweethome3d-textures-editor.install |  9 ++++-----
 debian/sweethome3d-textures-editor.sh      |  2 +-
 4 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3da5c96..ad91468 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,10 +7,12 @@ sweethome3d-textures-editor (1.5-1) unstable; urgency=medium
   * Remove override for dh_builddeb because xz is the default now.
   * sweethome3d-textures-editor.desktop: Add a comment in German.
   * sweethome3d-textures-editor.sh: Use batik-all instead of batik-parser.
+    Remove java3ds-fileloader because it is not needed.
   * Rebase 00build patch and rename it to build.patch
   * Declare compliance with Debian Policy 3.9.8.
   * Vcs: Switch to cgit and https.
   * Update debian/copyright.
+  * Depend on libvecmath-java and libbatik-java.
 
  -- Markus Koschany <apo at debian.org>  Mon, 10 Oct 2016 14:37:01 +0200
 
diff --git a/debian/control b/debian/control
index aadfd1e..fc7ce76 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,13 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Gabriele Giacone <1o5g4r8o at gmail.com>
-Build-Depends: debhelper (>= 10),
-               ant,
-               unzip,
-               imagemagick,
-               sweethome3d (>= 4.4),
-               default-jdk
+Build-Depends:
+ ant,
+ debhelper (>= 10),
+ default-jdk,
+ imagemagick,
+ sweethome3d (>= 4.4),
+ unzip
 Standards-Version: 3.9.8
 Homepage: http://www.sweethome3d.com
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/sweethome3d-textures-editor.git
@@ -16,10 +17,13 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sweethome3d-textures-edito
 
 Package: sweethome3d-textures-editor
 Architecture: all
-Depends: ${misc:Depends},
-         icedtea-netx-common,
-         java-wrappers,
-         default-jre | java7-runtime
+Depends:
+ default-jre | java7-runtime,
+ icedtea-netx-common,
+ java-wrappers,
+ libbatik-java,
+ libvecmath-java,
+ ${misc:Depends}
 Description: Sweet Home 3D Textures Library Editor
  Sweet Home 3D is an interior design Java application for quickly choosing and
  placing furniture on a house 2D plan drawn by the end-user, with a 3D preview.
diff --git a/debian/sweethome3d-textures-editor.install b/debian/sweethome3d-textures-editor.install
index 465e739..7d818eb 100644
--- a/debian/sweethome3d-textures-editor.install
+++ b/debian/sweethome3d-textures-editor.install
@@ -1,9 +1,8 @@
-sweethome3d-textures-editor.jar			usr/share/sweethome3d
-debian/sweethome3d-textures-editor.sh		usr/share/sweethome3d
-debian/sweethome3d-textures-editor.desktop	usr/share/applications
-
+debian/icons/128/sweethome3d-textures-editor.png	usr/share/icons/hicolor/128x128/apps
 debian/icons/16/sweethome3d-textures-editor.png	usr/share/icons/hicolor/16x16/apps
 debian/icons/22/sweethome3d-textures-editor.png	usr/share/icons/hicolor/22x22/apps
 debian/icons/48/sweethome3d-textures-editor.png	usr/share/icons/hicolor/48x48/apps
-debian/icons/128/sweethome3d-textures-editor.png	usr/share/icons/hicolor/128x128/apps
 debian/icons/sweethome3d-textures-editor.xpm		usr/share/pixmaps
+debian/sweethome3d-textures-editor.desktop	usr/share/applications
+debian/sweethome3d-textures-editor.sh		usr/share/sweethome3d
+sweethome3d-textures-editor.jar			usr/share/sweethome3d
diff --git a/debian/sweethome3d-textures-editor.sh b/debian/sweethome3d-textures-editor.sh
index e14bab3..82bcee1 100755
--- a/debian/sweethome3d-textures-editor.sh
+++ b/debian/sweethome3d-textures-editor.sh
@@ -8,7 +8,7 @@ JAVA_ARGS="-Djava.library.path=/usr/lib/jni"
 
 find_java_runtime java6
 
-find_jars j3dcore j3dutils vecmath java3ds-fileloader batik-all
+find_jars j3dcore j3dutils vecmath batik-all
 find_jars /usr/share/icedtea-web/netx.jar
 find_jars /usr/share/sweethome3d/sweethome3d-textures-editor.jar
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-textures-editor.git



More information about the pkg-java-commits mailing list