Charles Short 83c8da0b45 Add puppet-mtce Debian packaging
Add debian infrastructure for puppet-mtce.

Story: 2009101
Task: 43308

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Ib7cee79e94b718d356aaf8dc0e56e361b7cbf7cd
2021-10-20 09:09:37 -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