This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository marsshooter.
commit 09c90dcfc00cd8f97da1f5cda748a442beffa3e3 Author: Markus Koschany <[email protected]> Date: Fri Dec 15 22:19:48 2017 +0100 Drop deprecated menu file and xpm icon. Remove imagemagick from B-D. --- debian/control | 2 -- debian/marsshooter-data.install | 1 - debian/marsshooter.menu | 6 ------ debian/rules | 3 --- 4 files changed, 12 deletions(-) diff --git a/debian/control b/debian/control index 5be932b..9467364 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,6 @@ Build-Depends: libsfml-dev, libtag1-dev, pkg-config -Build-Depends-Indep: - imagemagick Standards-Version: 4.1.2 Homepage: http://mars-game.sourceforge.net Vcs-Git: git://anonscm.debian.org/pkg-games/marsshooter.git diff --git a/debian/marsshooter-data.install b/debian/marsshooter-data.install index fbae711..e884eb2 100644 --- a/debian/marsshooter-data.install +++ b/debian/marsshooter-data.install @@ -1,4 +1,3 @@ -marsshooter.xpm usr/share/pixmaps usr/share/appdata usr/share/games usr/share/icons diff --git a/debian/marsshooter.menu b/debian/marsshooter.menu deleted file mode 100644 index 0aee89e..0000000 --- a/debian/marsshooter.menu +++ /dev/null @@ -1,6 +0,0 @@ -?package(marsshooter):needs="X11" \ - section="Games/Action" \ - title="M.A.R.S." \ - longtitle="M.A.R.S. - ridiculous space shooter governed by the laws of gravity" \ - command="/usr/games/marsshooter" \ - icon="/usr/share/pixmaps/marsshooter.xpm" diff --git a/debian/rules b/debian/rules index 39f88a2..68a1347 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ -override_dh_auto_build-indep: - convert -monitor -resize 32x32 resources/marsshooter.xpm marsshooter.xpm - override_dh_installchangelogs: dh_installchangelogs NEWS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/marsshooter.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

