summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@qvarnlabs.com>2017-10-06 14:02:39 +0300
committerLars Wirzenius <liw@qvarnlabs.com>2017-10-06 14:02:39 +0300
commit1c8b7a3d8e419ab76691b0e025a97468426c73f6 (patch)
tree7cc1fa330cfea2afc01c50735001a69ec1dc6eeb
parent0f468853941ef8e1ad62d32b44cd87f01d641483 (diff)
downloadql-ikiwiki-publish-1c8b7a3d8e419ab76691b0e025a97468426c73f6.tar.gz
Add: update NEWS, add plantuml dependency in Debian packaging
-rw-r--r--NEWS1
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
3 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a9e5174..c3568a7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ NEWS for ql-ikiwiki-publish
Version 0.6+git, not yet released
---------------------------------
+* Add support for embedded UML diagrams using plantuml.
Version 0.6, released 2016-05-16
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 3ce8ce9..2911cda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ql-ikiwiki-publish (0.6+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Add dependency on plantuml.
-- Lars Wirzenius <liw@liw.fi> Mon, 16 May 2016 18:19:01 +0300
diff --git a/debian/control b/debian/control
index d86d03b..356b681 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ X-Python-Version: >= 2.6
Package: ql-ikiwiki-publish
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), ikiwiki
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), ikiwiki,
+ plantuml
Description: build and publish static website for QvarnLabs
This is a tool for QvarnLabs internal use. It builds a static website
using ikiwiki, and publishes it on a suitable web server.