Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #15620 > unrolled thread
| Started by | Alexandre Detiste <alexandre.detiste@gmail.com> |
|---|---|
| First post | 2024-03-19 11:10 +0100 |
| Last post | 2024-03-20 08:20 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.debian.maint.python
matplotlib Alexandre Detiste <alexandre.detiste@gmail.com> - 2024-03-19 11:10 +0100
Re: matplotlib ciel <cielartisan@gmail.com> - 2024-03-20 02:40 +0100
Re: matplotlib Andrey Rakhmatullin <wrar@debian.org> - 2024-03-20 08:20 +0100
| From | Alexandre Detiste <alexandre.detiste@gmail.com> |
|---|---|
| Date | 2024-03-19 11:10 +0100 |
| Subject | matplotlib |
| Message-ID | <IjEzT-8jU-1@gated-at.bofh.it> |
If you have the time/will,
I would suggest to overhaul build to from 7 to new debhelper 13
with the automagic "%: dh $@" rule.
Almost all other Python projects have already been converted.
wc -l */debian/rules
29 lincity-ng/debian/rules
25 lmfit-py/debian/rules
21 logbook/debian/rules
28 logilab-constraint/debian/rules
35 love/debian/rules
21 ltris/debian/rules
15 lua-lpeg/debian/rules
13 magic-wormhole/debian/rules
206 matplotlib/debian/rules
14 mdp/debian/rules
18 microsoft-authentication-library-for-python/debian/rules
56 minetest/debian/rules
13 mir-eval/debian/rules
12 mrrescue/debian/rules
18 mu-cade/debian/rules
[toc] | [next] | [standalone]
| From | ciel <cielartisan@gmail.com> |
|---|---|
| Date | 2024-03-20 02:40 +0100 |
| Message-ID | <IjT5U-ix9-7@gated-at.bofh.it> |
| In reply to | #15620 |
Alexandre-san, Sorry, it seems like I cannot contribute this because (at least) I'm pretty not sure if I can transplant this line properly: ``` ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) echo "backend : TkAgg" > matplotlibrc ``` Ciel. 2024年3月19日(火) 19:02 Alexandre Detiste <alexandre.detiste@gmail.com>: > > If you have the time/will, > > I would suggest to overhaul build to from 7 to new debhelper 13 > with the automagic "%: dh $@" rule. > > Almost all other Python projects have already been converted. > > wc -l */debian/rules > 29 lincity-ng/debian/rules > 25 lmfit-py/debian/rules > 21 logbook/debian/rules > 28 logilab-constraint/debian/rules > 35 love/debian/rules > 21 ltris/debian/rules > 15 lua-lpeg/debian/rules > 13 magic-wormhole/debian/rules > 206 matplotlib/debian/rules > 14 mdp/debian/rules > 18 microsoft-authentication-library-for-python/debian/rules > 56 minetest/debian/rules > 13 mir-eval/debian/rules > 12 mrrescue/debian/rules > 18 mu-cade/debian/rules
[toc] | [prev] | [next] | [standalone]
| From | Andrey Rakhmatullin <wrar@debian.org> |
|---|---|
| Date | 2024-03-20 08:20 +0100 |
| Message-ID | <IjYoV-m36-1@gated-at.bofh.it> |
| In reply to | #15630 |
[Multipart message — attachments visible in raw view] — view raw
On Wed, Mar 20, 2024 at 10:32:04AM +0900, ciel wrote: > Alexandre-san, > > Sorry, it seems like I cannot contribute this because (at least) I'm > pretty not sure if I can transplant this line properly: > > ``` > ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) > echo "backend : TkAgg" > matplotlibrc > ``` This doesn't need to be translated, but can be used as is. -- WBR, wRAR
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.maint.python
csiph-web