]> git.proxmox.com Git - pve-cluster.git/blame - debian/rules
imported from svn 'pve-cluster/trunk'
[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
21
22
23override_dh_installinit:
24 dh_installinit --no-start --no-restart-on-upgrade -- start 60 S . start 5 0 6 .