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 5161f26b5ab1d08b398a20b8c224f6b7a1b016f9 Author: Markus Koschany <[email protected]> Date: Thu Sep 14 07:27:28 2017 +0200 Don't install the deprecated xpm icon anymore. --- debian/rules | 4 +--- debian/sweethome3d-furniture-editor.install | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 8d9ccf4..6877422 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_build: unzip -q /usr/share/sweethome3d/sweethome3d.jar -d build/classes-sh3d dh_auto_build -override_dh_auto_install: +override_dh_install: mv FurnitureLibraryEditor-*.jar $(NAME).jar #icons for i in 16 22 48 128; do \ @@ -24,8 +24,6 @@ override_dh_auto_install: +set date:create +set date:modify -define png:exclude-chunk=time \ -colorspace sRGB $(ICONS)/$$i/$(NAME).png; \ done - convert $(ABOUT) -colorspace RGB -resize 32x32 \ - -colorspace sRGB $(ICONS)/$(NAME).xpm dh_install override_dh_auto_clean: diff --git a/debian/sweethome3d-furniture-editor.install b/debian/sweethome3d-furniture-editor.install index 34d4ed6..309111c 100644 --- a/debian/sweethome3d-furniture-editor.install +++ b/debian/sweethome3d-furniture-editor.install @@ -2,7 +2,6 @@ debian/icons/128/sweethome3d-furniture-editor.png usr/share/icons/hicolor/128x12 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/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

