summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2015-07-21 14:59:34 +0200
committerAndrew Shadura <andrew@shadura.me>2015-07-21 14:59:34 +0200
commit866c34235cfdd10bdf0964048d5a2ed5be8965c4 (patch)
treef127201a15fa5023431e92343f2403b6ca5ccd07 /debian
parent688a224998d7eee1a154e46593fb2364f80ae8e8 (diff)
Recommend graphviz, not depend on it (Closes: #793104)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 070f6f1..ff5847f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+plantuml (8024-2) UNRELEASED; urgency=medium
+
+ * Recommend graphviz, not depend on it (Closes: #793104).
+
+ -- Andrew Shadura <andrewsh@debian.org> Tue, 21 Jul 2015 14:48:37 +0200
+
plantuml (8024-1) unstable; urgency=medium
* Initial upload.
diff --git a/debian/control b/debian/control
index 022680b..ae5d23d 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 | openjdk-7-jre, ${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,3 @@ Description: text-to-UML converter
- activity diagram
- component diagram
- state diagram
-