Move not cross-satisfiable dependencies to B-D-Indep
This commit is contained in:
parent
9d70e31c39
commit
c7524087ea
6
debian/control
vendored
6
debian/control
vendored
@ -15,10 +15,11 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
librhash-dev,
|
librhash-dev,
|
||||||
libuv1-dev (>= 1.10),
|
libuv1-dev (>= 1.10),
|
||||||
procps [!hurd-any],
|
procps [!hurd-any],
|
||||||
python3-sphinx,
|
|
||||||
python3-sphinxcontrib.qthelp | python3-sphinx (<< 2.0),
|
|
||||||
qtbase5-dev <!stage1>,
|
qtbase5-dev <!stage1>,
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
|
Build-Depends-Indep: python3-sphinx,
|
||||||
|
python3-sphinxcontrib.qthelp | python3-sphinx (<< 2.0),
|
||||||
|
dh-sequence-sphinxdoc
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.6.0
|
Standards-Version: 4.6.0
|
||||||
Vcs-Git: https://salsa.debian.org/cmake-team/cmake.git
|
Vcs-Git: https://salsa.debian.org/cmake-team/cmake.git
|
||||||
@ -92,6 +93,7 @@ Package: cmake-doc
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Section: doc
|
Section: doc
|
||||||
|
Built-Using: ${sphinxdoc:Built-Using}
|
||||||
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, cmake-data (= ${source:Version})
|
Depends: ${misc:Depends}, ${sphinxdoc:Depends}, cmake-data (= ${source:Version})
|
||||||
Recommends: doc-base
|
Recommends: doc-base
|
||||||
Suggests: cmake
|
Suggests: cmake
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -70,4 +70,4 @@ override_dh_sphinxdoc:
|
|||||||
dh_sphinxdoc -pcmake-doc
|
dh_sphinxdoc -pcmake-doc
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with=sphinxdoc --builddirectory=Build
|
dh $@ --builddirectory=Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user