Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
#!/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