diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 12:15:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 12:15:26 +0000 |
commit | 5b08a2dd5ec626420172fa10194dd1bbaa371b1c (patch) | |
tree | 595bd054837545efb93137624f769add5b1b7e3d /debian | |
parent | Merging debian version 5.6.2-1. (diff) | |
download | xz-utils-5b08a2dd5ec626420172fa10194dd1bbaa371b1c.tar.xz xz-utils-5b08a2dd5ec626420172fa10194dd1bbaa371b1c.zip |
Building documentation even when using nocheck.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 04c3c29..c63b8d2 100755 --- a/debian/rules +++ b/debian/rules @@ -43,16 +43,12 @@ else endif override_dh_auto_configure-indep: -ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) - @echo Skipping docs -else dh_auto_configure --builddirectory debian/normal-build -- \ $(opt_reproduce) \ --enable-threads --disable-static \ $(opt_optimize) $(opt_quiet) \ --enable-doxygen \ --disable-xzdec --disable-lzmadec -endif override_dh_auto_configure-arch: dh_auto_configure --builddirectory debian/normal-build -- \ |