[f2j] 03/03: Enable String.format

Andreas Tille tille at debian.org
Fri Jan 29 18:24:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository f2j.

commit bb31ba475ce7a3fd4f583d2b924b0a53ecdca76f
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 29 19:24:30 2016 +0100

    Enable String.format
---
 debian/patches/replace_printfformat.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/replace_printfformat.patch b/debian/patches/replace_printfformat.patch
index 62aec60..4c4b74f 100644
--- a/debian/patches/replace_printfformat.patch
+++ b/debian/patches/replace_printfformat.patch
@@ -2,6 +2,17 @@ Author: Andreas Tille <tille at debian.org>
 Last-Update: Fri, 29 Jan 2016 15:47:50 +0100
 Description: Replace non-free class by Java standard String.format
 
+--- a/util/Makefile
++++ b/util/Makefile
+@@ -5,7 +5,7 @@ JAR=jar
+ 
+ UTIL_JAR=f2jutil.jar
+ 
+-VER_TARGET=1.2
++VER_TARGET=1.5
+ 
+ $(UTIL_JAR):
+ 	mkdir -p $(OUTDIR)
 --- a/util/org/j_paine/formatter/Formatter.java
 +++ b/util/org/j_paine/formatter/Formatter.java
 @@ -553,7 +553,7 @@ class FormatI extends FormatIOElement

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/f2j.git



More information about the pkg-java-commits mailing list