From e1640c6371d4fbf8e8878701cad36be3931aa87e Mon Sep 17 00:00:00 2001 From: Andrew Shadura Date: Sat, 30 Apr 2016 13:20:43 +0200 Subject: Support PDF properly. --- debian/control | 9 +++++++-- debian/patches/pdf.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 debian/patches/pdf.patch create mode 100644 debian/patches/series (limited to 'debian') diff --git a/debian/control b/debian/control index 6198ca3..9c08377 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,19 @@ Build-Depends: ant, ant-contrib, javacc, debhelper (>= 9), - default-jdk + default-jdk, + libfop-java, + libbatik-java Standards-Version: 3.9.6 Homepage: http://plantuml.net/ Package: plantuml Architecture: all Depends: - default-jre | java-runtime, ${misc:Depends} + ${misc:Depends}, + default-jre | java-runtime, + libfop-java, + libbatik-java Recommends: graphviz Description: text-to-UML converter PlantUML is a program allowing to draw UML diagrams, using a simple diff --git a/debian/patches/pdf.patch b/debian/patches/pdf.patch new file mode 100644 index 0000000..4da4f9b --- /dev/null +++ b/debian/patches/pdf.patch @@ -0,0 +1,13 @@ +Subject: Specify Class-Path to the libraries needed to support PDF (#807928). + +--- a/build.xml ++++ b/build.xml +@@ -55,7 +55,7 @@ + + + +- ++ + + + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..1e0594a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pdf.patch -- cgit v1.2.3