summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-05-17 13:05:44 +0200
committergregor herrmann <gregoa@debian.org>2020-05-17 13:05:44 +0200
commit8618588d4c6e51f25ceb353689f5055c9037d1ff (patch)
tree9779251bd65139976888f9492349d1068119acd9
parentfd2d18c7979aeb978a9f1fa7cead18093dddd820 (diff)
Add libpod-parser-perl to {build,runtime} dependencies.
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 98062fd..852694e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
libmodule-build-perl
Build-Depends-Indep: liblist-moreutils-perl,
+ libpod-parser-perl,
libtest-compile-perl,
libtest-distribution-perl,
libxml-libxml-perl,
@@ -20,7 +21,8 @@ Package: libpod-2-docbook-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- liblist-moreutils-perl
+ liblist-moreutils-perl,
+ libpod-parser-perl
Description: module for converting Pod data to DocBook SGML
Pod::2::DocBook is a module for translating Pod-formatted documents to
DocBook 4.2 SGML (see http://www.docbook.org/). It is primarily a back end