Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Jeremy Sanders Newsgroups: linux.debian.maint.python Subject: pybuild installation directory Date: Sat, 07 May 2016 21:20:01 +0200 Message-ID: X-Mailbox-Line: From debian-python-request@lists.debian.org Sat May 7 19:16:15 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.02 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5 X-Greylist: delayed 1027 seconds by postgrey-1.35 at bendel; Sat, 07 May 2016 19:16:02 UTC X-Cam-Antivirus: no malware found X-Cam-Scannerinfo: http://www.cam.ac.uk/cs/email/scanner/ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailing-List: archive/latest/13826 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/572E3AE7.1020207@jeremysanders.net Approved: robomod@news.nic.it Lines: 15 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Sat, 7 May 2016 20:58:47 +0200 X-Original-Message-ID: <572E3AE7.1020207@jeremysanders.net> Xref: csiph.com linux.debian.maint.python:8497 I'm trying to update the veusz package to use python3 and pybuild. It seems be default that pybuild installs in usr/lib/python3.X/dist-packages/veusz. As far as I can see, the package should be installed in in usr/lib/python3/dist-packages/veusz. There's both arch-specific and non-arch-specific code. Is this correct? What's the proper way to fix this? I'm doing this dh $@ --with python3 --buildsystem=pybuild Thanks! Jeremy