This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository electric.
commit 68e11dbf5f985e3f3aa7aacb5864f0201a06ab99 Author: Markus Koschany <[email protected]> Date: Sat Jun 24 19:09:50 2017 +0200 Drop imagemagick from B-D and don't convert the icon to the deprecated xpm format. --- debian/clean | 1 - debian/control | 1 - debian/rules | 1 - 3 files changed, 3 deletions(-) diff --git a/debian/clean b/debian/clean index 63e381d..d8b689e 100644 --- a/debian/clean +++ b/debian/clean @@ -1,2 +1 @@ debian/electric.png -debian/electric.xpm diff --git a/debian/control b/debian/control index 3b915ee..c6a9388 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: bsh, debhelper (>= 10), default-jdk, - imagemagick, javahelper, jython, libjava3d-java, diff --git a/debian/rules b/debian/rules index 82c9bf2..9a51645 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,6 @@ export CLASSPATH=/usr/share/java/bsh.jar:/usr/share/java/j3dcore.jar:/usr/share/ override_dh_auto_build: dh_auto_build - convert -monitor -resize 32x32 ElectricIcon64x64.png debian/electric.xpm cp ElectricIcon64x64.png debian/electric.png get-orig-source:: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/electric.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

