This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 7243e564bc0841dfbc48c6d6672149b26cf55063 Author: gregor herrmann <[email protected]> Date: Mon Oct 26 01:46:11 2015 +0100 Drop creation and installation of xpm file. Not needed since the menu file is gone. --- debian/control | 1 - debian/jabref.install | 1 - debian/rules | 2 -- 3 files changed, 4 deletions(-) diff --git a/debian/control b/debian/control index f93fe7d..a8fd8d1 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends-Indep: ant, antlr, antlr3, default-jdk, - imagemagick, libcommons-logging-java, libglazedlists-java, libjempbox-java (>= 1:1.5.0), diff --git a/debian/jabref.install b/debian/jabref.install index d24592f..197a3ab 100644 --- a/debian/jabref.install +++ b/debian/jabref.install @@ -1,4 +1,3 @@ build/lib/JabRef-2.10.jar usr/share/jabref -build/*.xpm usr/share/pixmaps debian/jabref.desktop usr/share/applications src/images/JabRef-icon-48.png usr/share/pixmaps diff --git a/debian/rules b/debian/rules index 93a33bd..3bc504a 100755 --- a/debian/rules +++ b/debian/rules @@ -10,8 +10,6 @@ override_dh_auto_clean: override_dh_auto_build: JAVA_HOME=/usr/lib/jvm/default-java ANT_OPTS=-D"file.encoding=UTF-8" \ dh_auto_build - convert -geometry 32x32 src/images/JabRef-icon-48.png build/jabref32.xpm - convert -geometry 16x16 src/images/JabRef-icon-48.png build/jabref16.xpm override_dh_auto_test: ANT_OPTS=-Dfile.encoding=iso-8859-1 ant compiletest -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

