summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:38:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:38:14 +0000
commitf1f6ce6b636b8fbd18c08b7d641ca5491cc56b54 (patch)
tree7350d182dc5e61a132a3accd08c60f6c1666c49c /debian/rules
parentAdding debian version 2.12.0-3. (diff)
downloadman-db-f1f6ce6b636b8fbd18c08b7d641ca5491cc56b54.tar.xz
man-db-f1f6ce6b636b8fbd18c08b7d641ca5491cc56b54.zip
Adding debian version 2.12.0-4.debian/2.12.0-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 853503f..bcbd753 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ export DEB_BUILD_MAINT_OPTIONS := hardening=+all
# Use DT_RUNPATH rather than DT_RPATH, so that LD_LIBRARY_PATH works properly.
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--enable-new-dtags
+override_dh_autoreconf:
+ dh_autoreconf ./bootstrap -- \
+ --gnulib-srcdir=/usr/share/gnulib --no-git --skip-po
+
# --libdir is set here because debhelper defaults to using
# multiarch paths at compat level 9, which is a reasonable choice in general
# but unnecessary here.