Charles Short 6d196169ae Add debian packaging for puppet-smapi
Add debian packaging infrasturcture to package puppet-smapi
for Debian.

Story: 2009101
Task: 43301

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