]> git.proxmox.com Git - pve-cluster.git/blob - debian/rules
disable iptables filter on bridge
[pve-cluster.git] / debian / rules
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3
4 # Uncomment this to turn on verbose mode.
5 #export DH_VERBOSE=1
6
7 # This has to be exported to make some magic below work.
8 export DH_OPTIONS
9
10 BUILDROOT := $(shell pwd)
11
12 %:
13 dh $@
14
15
16 override_dh_auto_configure:
17
18 ./autogen.sh
19
20 ./configure --prefix=/usr
21
22 override_dh_install:
23
24 dh_install
25
26 # we do not install this, because we don't want to break
27 # existing tools which parse syslog entries
28 #install -m 0644 -D debian/pve-rsyslog.conf debian/pve-cluster/etc/rsyslog.d/pve-rsyslog.conf
29 install -m 0644 -D debian/sysctl.conf debian/pve-cluster/etc/sysctl.d/pve.conf
30
31 override_dh_installinit:
32
33 dh_installinit -R