summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-01-24 21:56:16 +0100
committergregor herrmann <gregoa@debian.org>2023-01-24 21:56:16 +0100
commitbde14e11772eafaca86f1f8132be04eaeb2ce868 (patch)
tree4fb65769cf5e200332ce0146299d94bca7b8851f
parent1a330efd66454ecee00f32c5ccbec0054feda72c (diff)
Add more packages to Recommends (and Build-Depends-Indep).
-rw-r--r--debian/control6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index db675cc..642bde8 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,12 @@ Build-Depends-Indep: fonts-dejavu-core <!nocheck>,
libfont-ttf-perl <!nocheck>,
libgd-perl <!nocheck>,
libgraphics-tiff-perl (>= 19) <!nocheck>,
+ libhtml-tree-perl <!nocheck>,
libimage-png-libpng-perl <!nocheck>,
libio-compress-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-memory-cycle-perl <!nocheck>,
+ libtext-markdown-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdf-builder-perl
@@ -29,7 +31,9 @@ Depends: ${misc:Depends},
libfont-ttf-perl,
libio-compress-perl
Recommends: libgraphics-tiff-perl (>= 19),
- libimage-png-libpng-perl
+ libhtml-tree-perl,
+ libimage-png-libpng-perl,
+ libtext-markdown-perl
Description: Facilitates the creation and modification of PDF files
PDF::Builder started as a fork of PDF::API2, but has since added new features
and fixed large bugs compared to the original.