diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-11-14 15:08:48 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-11-14 15:08:48 +0100 |
commit | a0ef7483cccfcab42e635d72c9a537cf6a778893 (patch) | |
tree | 5f4b98f575ad0d150b6ac73765a22b6fab679bdb /debian/rules | |
parent | 686fa8c1c7328b9e20df2cdbb97b5d7cd30d70ba (diff) | |
parent | 8ebf7ba18b07deaae1ddd83f9943acd3413e8eb2 (diff) |
mergedebian/1.8.19-7.1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
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) |