Repository URL to install this package:
|
Version:
4.2.28 ▾
|
#!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with python2 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