This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository plantuml.
commit 6135be0ffc812bc60fcc120896a528e8599b5aa1 Author: Andrew Shadura <[email protected]> Date: Tue Jul 21 15:02:31 2015 +0200 Import Debian changes 8024-2 plantuml (8024-2) unstable; urgency=medium * Recommend graphviz, not depend on it (Closes: #793104). * Allow non-default Java runtimes (Closes: #793110). * Mention output formats in the long description (Closes: #793112). --- debian/changelog | 8 ++++++++ debian/control | 8 ++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 070f6f1..050d8c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +plantuml (8024-2) unstable; urgency=medium + + * Recommend graphviz, not depend on it (Closes: #793104). + * Allow non-default Java runtimes (Closes: #793110). + * Mention output formats in the long description (Closes: #793112). + + -- Andrew Shadura <[email protected]> Tue, 21 Jul 2015 15:02:31 +0200 + plantuml (8024-1) unstable; urgency=medium * Initial upload. diff --git a/debian/control b/debian/control index 022680b..6198ca3 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Homepage: http://plantuml.net/ Package: plantuml Architecture: all Depends: - default-jre | openjdk-7-jre, graphviz, ${misc:Depends} + default-jre | java-runtime, ${misc:Depends} +Recommends: graphviz Description: text-to-UML converter PlantUML is a program allowing to draw UML diagrams, using a simple human readable text description. @@ -25,4 +26,7 @@ Description: text-to-UML converter - activity diagram - component diagram - state diagram - + . + Output images can be generated in PNG, in SVG or LaTeX format. + PlantUML also supports generation of ASCII art diagrams (only for + sequence diagrams). -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plantuml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

