diff options
| author | Julian Andres Klode <jak@debian.org> | 2014-01-26 00:37:34 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2014-01-26 00:37:34 +0100 |
| commit | e8a92cc40e35c8ab95bd70caf6fa813564b235b1 (patch) | |
| tree | cc1d59a3daca0a25f76b617fd136bc4c773d7b46 /debian/rules | |
| parent | 8f2f04f080334b21b455c6e00199b4c095e1181d (diff) | |
| download | python-apt-e8a92cc40e35c8ab95bd70caf6fa813564b235b1.tar.gz | |
debian/rules: Use dh_sphinxdoc integration
This ensures that we do not include JavaScript from
Sphinx in our binary package. Adjust debian/control
to include the dependencies created by dh_sphinxdoc.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4a33c533..37366324 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export PATH := $(CURDIR)/utils:$(PATH) export pyversions := $(CURDIR)/utils/pyversions %: - dh $@ --with python2,python3 + dh $@ --with python2,python3,sphinxdoc override_dh_auto_build: dh_auto_build |
