This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d.
commit c1c5a833a5b8f58b36d4cdee24917fc643140d32 Author: Markus Koschany <[email protected]> Date: Sun Mar 5 23:36:00 2017 +0100 wrap-and-sort -sab. --- debian/control | 46 ++++++++++++++++++++++++++-------------------- debian/sweethome3d.install | 9 ++++----- 2 files changed, 30 insertions(+), 25 deletions(-) diff --git a/debian/control b/debian/control index e5112cc..0f4fa1e 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,20 @@ Source: sweethome3d Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Markus Koschany <[email protected]> -Build-Depends: ant, debhelper (>= 10) -Build-Depends-Indep: icedtea-netx-common, - imagemagick, - libfreehep-graphicsio-svg-java, - libitext-java, - libjava3d-java, - libsunflow-java (>= 0.07.2.svn396+dfsg-11), - libbatik-java, - default-jdk +Uploaders: + Markus Koschany <[email protected]> +Build-Depends: + ant, + debhelper (>= 10) +Build-Depends-Indep: + default-jdk, + icedtea-netx-common, + imagemagick, + libbatik-java, + libfreehep-graphicsio-svg-java, + libitext-java, + libjava3d-java, + libsunflow-java (>= 0.07.2.svn396+dfsg-11) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/sweethome3d.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sweethome3d.git @@ -19,16 +23,18 @@ Homepage: http://www.sweethome3d.com/ Package: sweethome3d Architecture: all -Depends: icedtea-netx-common | sun-java6-bin, - java-wrappers, - libfreehep-graphicsio-svg-java, - libitext-java, - libjava3d-java, - libsunflow-java (>= 0.07.2.svn396+dfsg-11), - libbatik-java, - default-jre | java6-runtime, - ${misc:Depends} -Recommends: sweethome3d-furniture +Depends: + default-jre | java6-runtime, + icedtea-netx-common | sun-java6-bin, + java-wrappers, + libbatik-java, + libfreehep-graphicsio-svg-java, + libitext-java, + libjava3d-java, + libsunflow-java (>= 0.07.2.svn396+dfsg-11), + ${misc:Depends} +Recommends: + sweethome3d-furniture Description: Interior 2D design application with 3D preview Sweet Home 3D is an interior design Java application for quickly choosing and placing furniture on a house 2D plan diff --git a/debian/sweethome3d.install b/debian/sweethome3d.install index fa66d1a..547d3d7 100644 --- a/debian/sweethome3d.install +++ b/debian/sweethome3d.install @@ -1,9 +1,8 @@ -install/sweethome3d.jar usr/share/sweethome3d -debian/sweethome3d.sh usr/share/sweethome3d -debian/sweethome3d.desktop usr/share/applications - +debian/icons/128/sweethome3d.png usr/share/icons/hicolor/128x128/apps debian/icons/16/sweethome3d.png usr/share/icons/hicolor/16x16/apps debian/icons/22/sweethome3d.png usr/share/icons/hicolor/22x22/apps debian/icons/48/sweethome3d.png usr/share/icons/hicolor/48x48/apps -debian/icons/128/sweethome3d.png usr/share/icons/hicolor/128x128/apps debian/icons/sweethome3d.xpm usr/share/pixmaps +debian/sweethome3d.desktop usr/share/applications +debian/sweethome3d.sh usr/share/sweethome3d +install/sweethome3d.jar usr/share/sweethome3d -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

