mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
20 lines
570 B
Makefile
Executable File
20 lines
570 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
#export DH_OPTIONS=-v
|
|
|
|
%:
|
|
dh $@ --with autoreconf
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --enable-snmp --enable-sha1 --enable-snmp-rfcv2 --enable-snmp-rfcv3 --enable-dbus --enable-json --enable-bfd --enable-regex
|
|
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
rm -rf debian/keepalived/etc/keepalived/samples/
|
|
rm -rf debian/keepalived/etc/rc.d
|
|
rm -rf debian/keepalived/etc/keepalived/keepalived.conf
|
|
rm -rf debian/keepalived/etc/sysconfig
|
|
rm -rf debian/keepalived/usr/man
|