Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7844
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Dmitry Shachnev <mitya57@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Telling dh_python3 to skip a .so file |
| Date | Tue, 10 Nov 2015 14:00:01 +0100 |
| Message-ID | <qtgGJ-5by-1@gated-at.bofh.it> (permalink) |
| References | <qshbP-6oV-5@gated-at.bofh.it> <qsQMi-4tx-17@gated-at.bofh.it> <qtgno-53E-19@gated-at.bofh.it> <qtgGJ-5by-3@gated-at.bofh.it> |
| X-Original-To | debian-python@lists.debian.org |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Tue Nov 10 12:56:51 2015 |
| Old-Return-Path | <mitya57@gmail.com> |
| X-Amavis-Spam-Status | No, score=-12.467 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, PGPSIGNATURE=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | DYN_NJABL=ERR(0) NOT_IN_SBL_XBL_SPAMHAUS=-1.5 BL_NJABL=ERR(-1.5) CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-lf0-f48.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -7 |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=xBNQAKbCJu41Z+xlHTZMN2UqoiDJuwEaqWlnKaeX5dE=; b=S4OGTUqgpolbbgHrTtQWmy0vkk57A/MKcn3zZ0ideplWpHxg4B7s/kc7baPrFCmlUC N93TFodu/XvxVIUkfNCE8vF7+eu+7bctG2ygn9UcCmHB2n0mAp4IxxjSf4uT2D7LHQ4l vfiI5JDuHTYhcNAvnYo9x77AOyhtyyCztZQg0ehOruQYfIyPuImAP2ZQF74q+GLUYqw+ oeGHyQ/NeZdF42B6IDHo8Kqp4+BdUs0o96B+5V4RFaJjr+oDt3fn8DciNvpE48MfhXWR U3w+PaKDFyBUsqEtRtgOXOUyQ6xIj1mSsbcYiqnQrjKefR0RwFTSSbWm8vRAupzBhYqA c/Mg== |
| X-Received | by 10.25.160.213 with SMTP id j204mr1507749lfe.85.1447160183936; Tue, 10 Nov 2015 04:56:23 -0800 (PST) |
| MIME-Version | 1.0 |
| Content-Type | multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/13158 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/20151110125621.GA7246@mitya57.me |
| Approved | robomod@news.nic.it |
| Lines | 47 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Tue, 10 Nov 2015 15:56:21 +0300 |
| X-Original-Message-ID | <20151110125621.GA7246@mitya57.me> |
| X-Original-References | <20151107191640.GA17141@mitya57.me> <20151109091222.GJ16403@sar0.p1otr.com> <20151110123045.GA4560@mitya57.me> <20151110125126.GO16403@sar0.p1otr.com> |
| Xref | csiph.com linux.debian.maint.python:7844 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On Tue, Nov 10, 2015 at 01:51:26PM +0100, Piotr Ożarowski wrote: > there's --skip-private that will tell dh_python3 to not touch > /usr/lib/gnome-applets/ if you plan to ship this script in /usr/bin/, > if not, then: > > override_dh_auto_install: > dh_auto_install > sed -i -e '1s,/usr/bin/foo,/usr/bin/bar,' $CURDIR/debian/gnome-applets/usr/lib/gnome-applets/foo > > not calling dh_python3 at all and add required interpreter to Depends by > hand would be my suggestion. There are no other options right now (and > I don't really plan to add them) Ack, thanks! -- Dmitry Shachnev
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Telling dh_python3 to skip a .so file Dmitry Shachnev <mitya57@debian.org> - 2015-11-07 20:20 +0100
Re: Telling dh_python3 to skip a .so file Piotr Ożarowski <piotr@debian.org> - 2015-11-09 10:20 +0100
Re: Telling dh_python3 to skip a .so file Dmitry Shachnev <mitya57@debian.org> - 2015-11-10 13:40 +0100
Re: Telling dh_python3 to skip a .so file Dmitry Shachnev <mitya57@debian.org> - 2015-11-10 14:00 +0100
Re: Telling dh_python3 to skip a .so file Piotr Ożarowski <piotr@debian.org> - 2015-11-10 14:00 +0100
csiph-web