diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 314bf15..aaf1ad9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ scons-doc (2.3.1-1) UNRELEASED; urgency=medium * New upstream release. * debian/control: - - Build-depends on python-libxml2 and python-libxslt1. + - Build-depends on python-libxml2, python-libxslt1, and fop. - Bump Standards-Version to 3.9.5, no changes required. * debian/rules: - Remove .pyc files on clean. diff --git a/debian/control b/debian/control index 0396ca4..042fd75 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: python-libxml2, python-libxslt1, docbook-utils, + fop, jade, docbook-xml Standards-Version: 3.9.5 |