Repository URL to install this package:
|
Version:
6.0.24 ▾
|
#!/usr/bin/make -f
# -*- makefile -*-
%:
dh $@ --with python3
override_dh_auto_clean:
dh_auto_clean
override_dh_install:
dh_install
cp install-scripts/python-workloadmgrclient.postinst debian/python-workloadmgrclient.postinst
#copy install scripts to DEBIAN folder
mkdir -p debian/python-workloadmgrclient/DEBIAN
cp install-scripts/python-workloadmgrclient.postinst debian/python-workloadmgrclient/DEBIAN/python-workloadmgrclient.postinst