This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository freeplane.
commit 4e8d491742ab19f8ebad83a99cd1c8c09ea93df8 Author: tony mancill <[email protected]> Date: Sun Nov 30 09:59:43 2014 -0800 list java6-runtime as an alternative to default-jre bump standards-version to 3.9.6 --- debian/changelog | 9 +++++++++ debian/control | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7601a2b..b5401b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +freeplane (1.3.12-2) UNRELEASED; urgency=medium + + * Team upload. + * Add java6-runtime as alternative to default-jre for runtime JRE + dependency. (Closes: #771537) + * Bump Standards-Version to 3.9.6. + + -- tony mancill <[email protected]> Sun, 30 Nov 2014 09:55:52 -0800 + freeplane (1.3.12-1) unstable; urgency=medium * New upstream version (bugfix release). diff --git a/debian/control b/debian/control index 1dd09ad..4c71c98 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Build-Depends-Indep: javahelp2, libcommons-codec-java (>= 1.7), libidw-java, jmapviewer -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/freeplane.git Vcs-Git: git://anonscm.debian.org/pkg-java/freeplane.git Homepage: http://freeplane.org/ @@ -40,7 +40,7 @@ Homepage: http://freeplane.org/ Package: freeplane Architecture: all Depends: ${misc:Depends}, - default-jre, + default-jre | java6-runtime, javahelp2, groovy, libcommons-lang-java (>= 2.6), -- 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

