4b6da3e7aa
This change adds the package hash2stuff. This module will convert puppet hashes into different formats commonly used for config files This package will be used in change: https://review.opendev.org/c/starlingx/stx-puppet/+/881496 Story: 2010591 Task: 47952 Change-Id: I7cd5b3337606422e75fd9e4ad711c7ce56b4f27d Signed-off-by: Andre Kantek <andrefernandozanella.kantek@windriver.com>
8 lines
158 B
Makefile
Executable File
8 lines
158 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# See debhelper(7) (uncomment to enable)
|
|
# output every command that modifies files on the build system.
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|