Codebase list python-ldapdomaindump / cfe01cc debian / rules
cfe01cc

Tree @cfe01cc (Download .tar.gz)

rules @cfe01ccraw · history · blame

#!/usr/bin/make -f
#export DH_VERBOSE = 1

export PYBUILD_NAME=ldapdomaindump

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_install:
	dh_install
	# don't install the python2 binaries to avoid conflicts between
	# Python2 and Python3 packages.
	rm debian/python2-ldapdomaindump/usr/bin/ldapdomaindump
	rm debian/python2-ldapdomaindump/usr/bin/ldd2bloodhound