Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-common-debian
Commits
120d9c0d
Commit
120d9c0d
authored
Nov 22, 2016
by
Ansgar Burchardt
Browse files
Call dh_sphinxdocs only when building arch-indep packages
parent
db9433f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
120d9c0d
...
...
@@ -7,7 +7,7 @@ DUNE_DEBIAN_DUNECONTROL := $(CURDIR)/bin/dunecontrol
include debian/dune-debian.mk
%:
dh $@ --parallel --builddirectory=build
--with sphinxdoc
dh $@ --parallel --builddirectory=build
override_dh_auto_build-indep:
dh_auto_build -- doc
...
...
@@ -17,5 +17,9 @@ override_dh_install-arch:
mv debian/tmp/usr/bin/git-whitespace-hook debian/tmp/usr/bin/dune-git-whitespace-hook
dh_install -a
override_dh_installdocs-indep:
dh_installdocs
dh_sphinxdoc
override_dh_strip:
dh_strip --dbg-package=libdune-common-dbg
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment