diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-12-05 20:46:55 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-12-07 08:18:29 -0400 |
| commit | 03f4f75124c6d9882b8306873e8908aac9eee2bb (patch) | |
| tree | 10b7f0875cba0731f7bb8d6fe1432a319b11e8f5 /debian/control | |
| parent | 9d23ebfcc30af11b2093bbdfc1288f14c2085525 (diff) | |
debian/control: build-depend on python3-sphinx instead of python-sphinx
python2 is going to be deprecated, and python3-sphinx is available all
the way back to oldoldstable. let's use the more modern version.
To make this work and still ship the manpages, tell ./configure to
prefer python3 over python, if it exists.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c53ba20a..51129886 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: python3-all (>= 3.1.2-7~), dh-python, dh-elpa (>= 1.3), - python-sphinx (>= 1.0), + python3-sphinx, ruby, ruby-dev (>>1:1.9.3~), emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~) | |
