Skip to content

Commit

Permalink
Don't run build docs for dh-virtualenv, failing under 'trusty'
Browse files Browse the repository at this point in the history
  • Loading branch information
armab committed Apr 17, 2018
1 parent 340be0e commit bab5d2e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ Section: python
Priority: extra
Maintainer: Jyrki Pulliainen <[email protected]>
Build-Depends: debhelper (>= 9), python(>= 2.6.6-3~),
python-setuptools, python-sphinx, python-mock
python-setuptools, python-mock
Standards-Version: 3.9.8
Homepage: http://www.github.com/spotify/dh-virtualenv
X-Python-Version: >= 2.6

Package: dh-virtualenv
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends},
Depends: ${python:Depends}, ${misc:Depends}
virtualenv | python-virtualenv (>= 1.7)
Description: wrap and build python packages using virtualenv
This package provides a dh sequencer that helps you to deploy your
Expand Down
9 changes: 0 additions & 9 deletions debian/dh-virtualenv.doc-base

This file was deleted.

1 change: 0 additions & 1 deletion debian/dh-virtualenv.manpages

This file was deleted.

7 changes: 1 addition & 6 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f

%:
dh $@ --with python2 --with sphinxdoc
dh $@ --with python2

override_dh_auto_clean:
rm -rf doc/_build
Expand All @@ -10,9 +10,4 @@ override_dh_auto_clean:
dh_auto_clean

override_dh_auto_build:
rst2man doc/dh_virtualenv.1.rst > doc/dh_virtualenv.1
dh_auto_build

override_dh_installdocs:
python setup.py build_sphinx
dh_installdocs doc/_build/html

0 comments on commit bab5d2e

Please sign in to comment.