From 63a9ae5d8a3af3d8c707187fb7cb55d55533a7df Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Jun 2009 16:26:33 -0400 Subject: dh_auto_install: Pass --install-layout=deb to setup.py to support python 2.6. Closes: #534620 --- dh_auto_install | 1 + 1 file changed, 1 insertion(+) (limited to 'dh_auto_install') diff --git a/dh_auto_install b/dh_auto_install index 264725ca..61ed9044 100755 --- a/dh_auto_install +++ b/dh_auto_install @@ -87,6 +87,7 @@ elsif (-e "setup.py") { doit("python", "setup.py", "install", "--root=$destdir", "--no-compile", "-O0", + "--install-layout=deb", @{$dh{U_PARAMS}}); } elsif (-e "Build.PL" && -e "Build") { -- cgit v1.2.3