From 1303a7e0827920520ca63fa44cf2317ea6c2bc63 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 2 Jul 2020 13:11:34 +0200 Subject: [PATCH] debian: do not overwrite ldapsync from py2 package --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 36e84cb..5589a07 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,6 @@ export PYBUILD_NAME=ldaptools dh $@ --with python2,python3 --buildsystem=pybuild +override_dh_install: + dh_install + mv $(CURDIR)/debian/python3-ldaptools/usr/bin/ldapsync $(CURDIR)/debian/python3-ldaptools/usr/bin/ldapsync3