Charles Short 6536a7133d Add debian package for puppet-fm
Add debian packaging infrastructure for puppet-fm.

Story: 2009101
Task: 43311

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I001fb33d1fb6a5535a13ea835e987c9bdd99aff9
2021-10-21 09:46:25 -04:00

17 lines
280 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE = 1
DEBIAN_DIR := ${CURDIR}/debian/tmp
%:
dh $@
override_dh_auto_build:
echo "Do nothing"
override_dh_auto_clean:
echo "Do nothing"
override_dh_auto_install:
$(MAKE) install MODULEDIR=$(DEBIAN_DIR)/usr/share/puppet/modules.available