From 865e6266a5eaae81004bf530bc23da1c3fdc10b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 25 Jul 2010 13:40:39 -0400 Subject: python_distutils: Pass --force to setup.py build, to ensure that when python-dbg is run it does not win and result in scripts having it in the shebang line. Closes: #589759 --- Debian/Debhelper/Buildsystem/python_distutils.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm') diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index 70307b0f..5115a8ae 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -163,7 +163,9 @@ sub setup_py { sub build { my $this=shift; - $this->setup_py("build", @_); + $this->setup_py("build", + "--force", + @_); } sub install { -- cgit v1.2.3