summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2015-07-21 15:01:13 +0200
committerAndrew Shadura <andrew@shadura.me>2015-07-21 15:01:13 +0200
commit05a02091abec949482f599dbfff8d00c59652eea (patch)
tree98005ecde3f23c2f94f9b9791cc04fe9b4c3ec60 /debian
parent23f52c9adbd988faf282551216c7f6f5e9f43eab (diff)
Mention output formats in the long description (Closes: #793112)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f9191c9..9a510e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ plantuml (8024-2) UNRELEASED; 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 <andrewsh@debian.org> Tue, 21 Jul 2015 14:48:37 +0200
diff --git a/debian/control b/debian/control
index ae67d90..6198ca3 100644
--- a/debian/control
+++ b/debian/control
@@ -26,3 +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).