summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2024-11-14 15:08:48 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2024-11-14 15:08:48 +0100
commita0ef7483cccfcab42e635d72c9a537cf6a778893 (patch)
tree5f4b98f575ad0d150b6ac73765a22b6fab679bdb /debian/rules
parent686fa8c1c7328b9e20df2cdbb97b5d7cd30d70ba (diff)
parent8ebf7ba18b07deaae1ddd83f9943acd3413e8eb2 (diff)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 13b5700..a3c08c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,10 @@ override_dh_auto_install:
override_dh_installsystemd:
dh_installsystemd --no-enable --name ipmievd
+override_dh_autoreconf:
+ autoupdate
+ dh_autoreconf
+
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --with-kerneldir --mandir=/usr/share/man --enable-intf-dummy $(extra_config_opts)