libra/debian/rules
Andrew Hutchings 2e7af3a043 Add ubuntu package building
Add all the scripts needed to build debian packages

Change-Id: I41cc6f9439bb1edb29d3a17f2d507d104eca8643
2012-12-11 17:48:17 +00:00

12 lines
254 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2")
%:
dh $@ ${WITH_PYTHON2}
override_dh_installinit:
dh_installinit --name=libra_worker
dh_installinit --name=libra_pool_mgm --no-start