This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm.
commit 9fc3c75c920ffe62739a781469f87d6e6a316712 Author: Bas Couwenberg <[email protected]> Date: Fri Oct 30 13:26:25 2015 +0100 Install icons from tested package. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index f1ca7ce..cfdb47c 100755 --- a/debian/rules +++ b/debian/rules @@ -42,10 +42,10 @@ override_dh_auto_install: for size in 48x48 32x32 16x16; do \ install -o root -g root -d $(CURDIR)/debian/josm/usr/share/icons/hicolor/$${size}/apps ; \ - install -o root -g root -m 644 $(CURDIR)/images/logo_$${size}x32.png $(CURDIR)/debian/josm/usr/share/icons/hicolor/$${size}/apps/josm.png ; \ + install -o root -g root -m 644 $(CURDIR)/linux/tested/usr/share/icons/hicolor/$${size}/apps/josm.png $(CURDIR)/debian/josm/usr/share/icons/hicolor/$${size}/apps/josm.png ; \ done install -o root -g root -d $(CURDIR)/debian/josm/usr/share/icons/hicolor/scalable/apps - install -o root -g root -m 644 $(CURDIR)/images/logo.svg $(CURDIR)/debian/josm/usr/share/icons/hicolor/scalable/apps/josm.svg + install -o root -g root -m 644 $(CURDIR)/linux/tested/usr/share/icons/hicolor/scalable/apps/josm.svg $(CURDIR)/debian/josm/usr/share/icons/hicolor/scalable/apps/josm.svg install -m 644 $(CURDIR)/linux/tested/usr/share/pixmaps/josm.png $(CURDIR)/debian/josm/usr/share/pixmaps/josm.png install -m 644 $(CURDIR)/linux/tested/usr/share/applications/josm.desktop $(CURDIR)/debian/josm/usr/share/applications/josm.desktop -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

