This is an automated email from the git hooks/post-receive script. kloetzl-guest pushed a commit to branch master in repository figtree.
commit 3445e7d4484c0329ffae98c6157c63bd7adb7242 Author: Fabian Klötzl <[email protected]> Date: Fri Dec 22 11:57:34 2017 +0100 remove GIF from -help --- debian/patches/GIF-is-depricated.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/GIF-is-depricated.patch b/debian/patches/GIF-is-depricated.patch new file mode 100644 index 0000000..2932449 --- /dev/null +++ b/debian/patches/GIF-is-depricated.patch @@ -0,0 +1,21 @@ +From: Fabian Klötzl <[email protected]> +Date: Fri, 22 Dec 2017 11:54:16 +0100 +Subject: GIF is depricated + +--- + src/figtree/application/FigTreeApplication.java | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/figtree/application/FigTreeApplication.java b/src/figtree/application/FigTreeApplication.java +index f6d64df..204bf88 100755 +--- a/src/figtree/application/FigTreeApplication.java ++++ b/src/figtree/application/FigTreeApplication.java +@@ -231,7 +231,7 @@ public class FigTreeApplication extends MultiDocApplication { + System.out.println(); + System.out.println(" Example: figtree test.tree"); + System.out.println(" Example: figtree -graphic PDF test.tree test.pdf"); +- System.out.println(" Example: figtree -graphic GIF -width 320 -height 320 test.tree test.gif"); ++ System.out.println(" Example: figtree -graphic PNG -width 320 -height 320 test.tree test.png"); + System.out.println(); + } + diff --git a/debian/patches/series b/debian/patches/series index fb164fd..0515961 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,3 +10,4 @@ fix_itext_api_change.patch fix_jebl.patch fix_handling_of_paths_with_spaces_in_wrapper.patch 0009-add-batik-all.jar.patch +GIF-is-depricated.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/figtree.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
