projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6a9c8d
)
d/rules: Fix autoreconf during nodoc builds by providing a stub gtkdocize
author
Simon McVittie
<smcv@debian.org>
Sun, 31 Dec 2023 15:46:49 +0000
(15:46 +0000)
committer
Simon McVittie
<smcv@debian.org>
Sun, 31 Dec 2023 15:46:49 +0000
(15:46 +0000)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index c967204271e4c815d0012c1ed7ae251c917d57f9..6095fef48c5cdb1ce2abab10e6a756496a1ed1a6 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-8,7
+8,11
@@
binaries := $(shell dh_listpackages)
dh $@ --with=gir
override_dh_autoreconf:
- env NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+ mkdir -p debian/tmp-path
+ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
+ ln -fns /bin/true debian/tmp-path/gtkdocize
+endif
+ env NOCONFIGURE=1 PATH=$(CURDIR)/debian/tmp-path:$(PATH) dh_autoreconf ./autogen.sh
configure_options = \
--enable-installed-tests \