diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2014-04-27 10:50:53 +0200 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2014-04-27 10:50:53 +0200 |
commit | ea1fd67aebdcd5cc9a3eba2078a002f7c77d00e2 (patch) | |
tree | fd5780f5739b7efbd9f56c1181ac816dbc099459 /debian | |
parent | bc027710c5e1e21491b2895a1b1a80567aa448cb (diff) |
Build-depend on fop
Diffstat (limited to 'debian')
-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 |