From 30ef3c693ca0e6e54d11a7a0e02a3b7c55efa4f6 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 16 Aug 2020 11:03:07 +0200 Subject: [PATCH] Disabled hginstallscripts @LIBDIR@ replacement in setup.py. Bug-Debian: http://bugs.debian.org/620087 Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250 Forwarded: not-needed setup.py replaces @LIBDIR@ in the hg script, with a path that differs between Python versions. libdir in hg doesn't need to be set if mercurial is available in the public namespace, as it is in Debian. hg doesn't alter sys.paths if this replacement hasn't happened. Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5958404..66f615b 100644 --- a/setup.py +++ b/setup.py @@ -1277,7 +1277,6 @@ cmdclass = { 'install': hginstall, 'install_completion': hginstallcompletion, 'install_lib': hginstalllib, - 'install_scripts': hginstallscripts, 'build_hgexe': buildhgexe, } -- 2.30.2