This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository freeplane.
commit 4a8835d95c00df5e45755f372d4d73325db0a8e4 Author: Felix Natter <[email protected]> Date: Mon Nov 21 21:11:22 2016 +0100 do not require jgoodies-forms 1.9.0, was freeplane builds with 1.6.0 as well --- debian/changelog | 3 ++- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2792b3c..34dfcbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ freeplane (1.5.16-2) experimental; urgency=medium - * apply patch to build against jgoodies 1.9 + * apply patch to allow building against jgoodies 1.9.0 + (thanks to Oliver Kopp <[email protected]>) -- Felix Natter <[email protected]> Sun, 20 Nov 2016 14:09:33 +0100 diff --git a/debian/control b/debian/control index b568512..974f4ea 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends-Indep: javahelp2, groovy, libcommons-lang-java (>= 2.6), libcommons-io-java, - libjgoodies-forms-java (>= 1.9.0), + libjgoodies-forms-java (>= 1.6.0), simplyhtml (>= 0.16.18), libbatik-java, librhino-java, @@ -45,7 +45,7 @@ Depends: ${misc:Depends}, groovy, libcommons-lang-java (>= 2.6), libcommons-io-java, - libjgoodies-forms-java (>= 1.9.0), + libjgoodies-forms-java (>= 1.6.0), simplyhtml (>= 0.16.18), libbatik-java, librhino-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freeplane.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

