]> git.proxmox.com Git - pve-cluster.git/blame - debian/rules
disable iptables filter on bridge
[pve-cluster.git] / debian / rules
CommitLineData
fe000966
DM
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.
8export DH_OPTIONS
9
10BUILDROOT := $(shell pwd)
11
12%:
13 dh $@
14
15
16override_dh_auto_configure:
17
18 ./autogen.sh
19
20 ./configure --prefix=/usr
b8e7156a 21
3b2437c5
DM
22override_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
501839ca 29 install -m 0644 -D debian/sysctl.conf debian/pve-cluster/etc/sysctl.d/pve.conf
3b2437c5 30
b8e7156a
DM
31override_dh_installinit:
32
33 dh_installinit -R