This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d-furniture-editor.
commit 1a4898d85f8c95828969ef4cb6d7af01453ee6ef Author: Markus Koschany <[email protected]> Date: Thu Sep 14 07:25:55 2017 +0200 wrap-and-sort -sa. --- debian/control | 32 ++++++++++++++++------------- debian/sweethome3d-furniture-editor.install | 9 ++++---- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/debian/control b/debian/control index 369201a..284e04e 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,16 @@ Source: sweethome3d-furniture-editor Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: tony mancill <[email protected]>, Markus Koschany <[email protected]> -Build-Depends: debhelper (>= 10), - ant, - unzip, - imagemagick, - sweethome3d (>= 4.5), - default-jdk +Uploaders: + tony mancill <[email protected]>, + Markus Koschany <[email protected]> +Build-Depends: + ant, + debhelper (>= 10), + default-jdk, + imagemagick, + sweethome3d (>= 4.5), + unzip Standards-Version: 4.1.0 Homepage: http://www.sweethome3d.com Vcs-Git: https://anonscm.debian.org/git/pkg-java/sweethome3d-furniture-editor.git @@ -16,13 +19,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/sweethome3d-furniture-edit Package: sweethome3d-furniture-editor Architecture: all -Depends: ${misc:Depends}, - icedtea-netx-common, - java-wrappers, - libjava3d-java, - libbatik-java, - libvecmath-java, - default-jre | java7-runtime +Depends: + default-jre | java7-runtime, + icedtea-netx-common, + java-wrappers, + libbatik-java, + libjava3d-java, + libvecmath-java, + ${misc:Depends} Description: Sweet Home 3D Furniture 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-furniture-editor.install b/debian/sweethome3d-furniture-editor.install index 5504c65..34d4ed6 100644 --- a/debian/sweethome3d-furniture-editor.install +++ b/debian/sweethome3d-furniture-editor.install @@ -1,9 +1,8 @@ -sweethome3d-furniture-editor.jar usr/share/sweethome3d -debian/sweethome3d-furniture-editor.sh usr/share/sweethome3d -debian/sweethome3d-furniture-editor.desktop usr/share/applications - +debian/icons/128/sweethome3d-furniture-editor.png usr/share/icons/hicolor/128x128/apps debian/icons/16/sweethome3d-furniture-editor.png usr/share/icons/hicolor/16x16/apps debian/icons/22/sweethome3d-furniture-editor.png usr/share/icons/hicolor/22x22/apps debian/icons/48/sweethome3d-furniture-editor.png usr/share/icons/hicolor/48x48/apps -debian/icons/128/sweethome3d-furniture-editor.png usr/share/icons/hicolor/128x128/apps debian/icons/sweethome3d-furniture-editor.xpm usr/share/pixmaps +debian/sweethome3d-furniture-editor.desktop usr/share/applications +debian/sweethome3d-furniture-editor.sh usr/share/sweethome3d +sweethome3d-furniture-editor.jar usr/share/sweethome3d -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-furniture-editor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

