From: Andrew Straw Date: Sun, 27 Sep 2009 00:26:01 +0000 (-0700) Subject: Pass --force option to Python distutils install command. X-Git-Tag: 7.4.3~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd749d6921cd3af9014ae3418fcce1f328d29af8;p=debhelper.git Pass --force option to Python distutils install command. This command will prevent distutils from attempting to determine whether a file should be installed based on the timestamp of the to-be-overwritten file. --- diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index bc6e71f..1744004 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -167,6 +167,7 @@ sub install { my $this=shift; my $destdir=shift; $this->setup_py("install", + "--force", "--root=$destdir", "--no-compile", "-O0",