This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository widelands.
commit b18895fabf971c70c96fd24a407789c8e3333be7 Author: Markus Koschany <[email protected]> Date: Wed Aug 23 20:58:34 2017 +0200 Do not convert png files to xpm anymore. Drop imagemagick from B-D. --- debian/control | 1 - debian/rules | 2 -- 2 files changed, 3 deletions(-) diff --git a/debian/control b/debian/control index bb631a7..500e196 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Standards-Version: 4.1.0 Build-Depends: debhelper (>= 10), cmake, doxygen, - imagemagick, libminizip-dev, libboost-dev, libboost-regex-dev, diff --git a/debian/rules b/debian/rules index dad5293..0987d09 100755 --- a/debian/rules +++ b/debian/rules @@ -59,8 +59,6 @@ override_dh_auto_install: cp ./debian/tmp/usr/share/games/widelands/data/images/logos/wl-ico-$${size}.png \ debian/tmp/usr/share/icons/hicolor/$${size}x$${size}/apps/widelands.png; \ done - convert debian/tmp/usr/share/icons/hicolor/32x32/apps/widelands.png \ - debian/tmp/usr/share/icons/hicolor/32x32/apps/widelands.xpm # Remove binaries that are not intended for the user (according to SirVer) for b in wl_map_info wl_map_object_info wl_render_richtext ; do \ rm debian/tmp/usr/$${b} ;\ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/widelands.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

