This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository robocode.
commit 5caaaa9e977683d48571d5887b5da73f0a63564c Author: Markus Koschany <[email protected]> Date: Sun Apr 30 16:21:47 2017 +0200 Drop deprecated menu file and do not create xpm image anymore. Remove build-dependency on imagemagick. --- debian/control | 1 - debian/robocode.menu | 6 ------ debian/rules | 2 -- 3 files changed, 9 deletions(-) diff --git a/debian/control b/debian/control index ca62dbe..443fe58 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, - imagemagick, junit4, junit4-doc, libcodesize-java, diff --git a/debian/robocode.menu b/debian/robocode.menu deleted file mode 100644 index bec4dd6..0000000 --- a/debian/robocode.menu +++ /dev/null @@ -1,6 +0,0 @@ -?package(robocode):needs="X11" \ - section="Applications/Programming" \ - title="Robocode" \ - longtitle="Robocode - Java programming game based on battle tanks" \ - command="/usr/games/robocode" \ - icon="/usr/share/pixmaps/robocode.xpm" diff --git a/debian/rules b/debian/rules index 176272e..9fb700e 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,6 @@ override_dh_installchangelogs: override_dh_install: $(RM) -r debian/robocode/usr/share/maven-repo - convert -resize 32x32 \ - robocode.content/src/main/resources/desktop/robocode.png robocode.xpm dh_install .PHONY: get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/robocode.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

