Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #8407
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Paul Wise <pabs@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Cythonized files & Debian Policy |
| Date | Fri, 08 Apr 2016 05:40:01 +0200 |
| Message-ID | <rlvr3-64m-3@gated-at.bofh.it> (permalink) |
| References | <rlpF0-1zn-5@gated-at.bofh.it> <rlr45-2w5-5@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Fri Apr 8 03:30:27 2016 |
| Old-Return-Path | <paul.is.wise@gmail.com> |
| X-Amavis-Spam-Status | No, score=-7.499 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.199, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to; bh=DARiHu0YCblRrSRfflbvW3Y9F8bQlFWxNzwVTSuuNnQ=; b=G9CD30aoQM06iPZqvqGlDUAyoypv4IVYpKu/83wsp98eaknvawX8XawZAEVsHXtuPm uxbd/tctAsfEy4JnKpfF17OHCEA49TBYS/7vMeV91wTmaxPuT8t3U6SPEruUjKewRJKT jHBaV94K4R6MhU1ThGs1E+EOnoWHzKcN3MDAswb4IiR8bU/MQl94PYbceZjpUlsWuCSd 0txIHqNZM/WIyJnn4JhbscsbAmUuPLWeTSkoahATXuNhv7RK7wlM0dkp6DP6VvoVdLBG YCmMXZF0QSDRkSVKDlza+hwW1k2KCS9Z5dyveFyJyrt4w6EUfmpeY3Ai7PmP3ijIwXu+ 5LcA== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to; bh=DARiHu0YCblRrSRfflbvW3Y9F8bQlFWxNzwVTSuuNnQ=; b=fc/59X8hiq1VRSHPF/d6ohKaIARUE3S4KrtkpZ7vk/Syqbz7ePgISYfxWTR1c9qlw5 e822xk36DVEnyICXFsm9aF9FGv3X/SadSMlzP3If1fvKCtu5wargMBX7qZJQ0wAaWZY0 OsfiUiGjzYyA2tbspwI5A7rs5cWt+HGj96yfjUaPirnTTufxhgP5nPxrP/WYe4vjeo51 p2ug97cxFzNMWFHbF6cdRnbXuhkxnovWbFmpGWLBVYCFV6squH6IPu1bFNCL7gky81LV DveJqmLPdfSuiuD7QkDUBOY5CBTJ0MnA2ROfpusqgcn/TO/kcLc0np85eNkGVufTUh11 MpsA== |
| X-Gm-Message-State | AD7BkJJjRr/XWAz/sEyXmDu4Rkm1YqMFLISGHajS/IyQiWUflACTIFRbso5yXLSCR6DHhAy7/daThLV8Ila2sQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.194.119.201 with SMTP id kw9mr7423569wjb.173.1460086211493; Thu, 07 Apr 2016 20:30:11 -0700 (PDT) |
| Sender | robomod@news.nic.it |
| X-Google-Sender-Auth | bVOdOpPSRv1Vz6wxzidjpvGyVgI |
| Content-Type | text/plain; charset=UTF-8 |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13734 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/CAKTje6GK9_UE1xMtFTHxEGe_9p4KcukQk3qDmMbEL5dO5Od1FA@mail.gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 14 |
| Organization | linux.* mail to news gateway |
| X-Original-Date | Fri, 8 Apr 2016 11:30:11 +0800 |
| X-Original-Message-ID | <CAKTje6GK9_UE1xMtFTHxEGe_9p4KcukQk3qDmMbEL5dO5Od1FA@mail.gmail.com> |
| X-Original-References | <5706D12A.5090406@viccuad.me> <B919EBF6-D10D-4E5C-9B43-8CADF9F98B00@kitterman.com> |
| X-Original-Sender | paul.is.wise@gmail.com |
| Xref | csiph.com linux.debian.maint.python:8407 |
Show key headers only | View raw
On Fri, Apr 8, 2016 at 6:42 AM, Scott Kitterman wrote: > The only way to reliably know if it can be built is to do so as part of the package build, so you should regenerate the binary file and install that in your package. In addition, removing the generated files in `debian/rules clean` and `debian/rules build` (before any of the upstream configure/build stuff runs) is a good idea to make sure that the existing generated files do not leak into the build process. -- bye, pabs https://wiki.debian.org/PaulWise
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Cythonized files & Debian Policy Víctor Cuadrado Juan <me@viccuad.me> - 2016-04-07 23:30 +0200
Re: Cythonized files & Debian Policy Scott Kitterman <debian@kitterman.com> - 2016-04-08 01:00 +0200
Re: Cythonized files & Debian Policy Paul Wise <pabs@debian.org> - 2016-04-08 05:40 +0200
csiph-web