Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-04-03 Thread David Bremner
Daniel Kahn Gillmor writes: > Ship a new debian package for the notmuch2 CFFI-based Python interface > to notmuch. pushed. d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-03-24 Thread Daniel Kahn Gillmor
On Fri 2020-01-10 18:16:37 -0500, Daniel Kahn Gillmor wrote: > I took one more step at debugging the newly-built modules to try to > understand why the non-stripped versions might differ, and noticed that > the debugging info in each module itself is different. in particular, > in the 3.7 module,

Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-01-10 Thread Daniel Kahn Gillmor
On Fri 2020-01-10 17:01:46 -0500, Daniel Kahn Gillmor wrote: > using diffoscope to compare these objects with the one i built back in > December shows that the December object has a .gnu_debugaltlink section, > but these new objects do not. (so there appears to be a bit more > leftover debugging i

Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-01-10 Thread Daniel Kahn Gillmor
On Fri 2020-01-10 16:01:35 -0500, Daniel Kahn Gillmor wrote: > during the more recent build, i also see this warning from dh_python3: > > W: dh_python3 fs:112: Paths differ: > debian/python3-notmuch2/usr/lib/python3.8/dist-packages/notmuch2/_capi.abi3.so > and > debian/python3-notmuch2/usr/lib/p

Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-01-10 Thread Daniel Kahn Gillmor
On Thu 2020-01-09 22:38:02 -0400, David Bremner wrote: > Daniel Kahn Gillmor writes: > >> On Mon 2019-12-23 17:17:22 -0500, Daniel Kahn Gillmor wrote: >>> Ship a new debian package for the notmuch2 CFFI-based Python interface >>> to notmuch. >>> >>> Unlike the notmuch python module, the new notmuc

Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-01-09 Thread David Bremner
Antoine Beaupré writes: > Is the new library radically different from the older one? The old library memory management is broken with python after 3.5. > What's the plan for the old one? Deprecation in bullseye and removal in > +1 kind of thing? > I'm leaning towards not packaging the old bin

Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-01-09 Thread David Bremner
Daniel Kahn Gillmor writes: > On Mon 2019-12-23 17:17:22 -0500, Daniel Kahn Gillmor wrote: >> Ship a new debian package for the notmuch2 CFFI-based Python interface >> to notmuch. >> >> Unlike the notmuch python module, the new notmuch2 module is no longer >> arch-independent, because it builds a

Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-01-09 Thread Antoine Beaupré
On 2020-01-08 16:58:04, Daniel Kahn Gillmor wrote: > On Mon 2019-12-23 17:17:22 -0500, Daniel Kahn Gillmor wrote: >> Ship a new debian package for the notmuch2 CFFI-based Python interface >> to notmuch. >> >> Unlike the notmuch python module, the new notmuch2 module is no longer >> arch-independent

Re: [PATCH] debian: Add packaging for python3-notmuch2

2020-01-08 Thread Daniel Kahn Gillmor
On Mon 2019-12-23 17:17:22 -0500, Daniel Kahn Gillmor wrote: > Ship a new debian package for the notmuch2 CFFI-based Python interface > to notmuch. > > Unlike the notmuch python module, the new notmuch2 module is no longer > arch-independent, because it builds and ships a shared object in > additio

[PATCH] debian: Add packaging for python3-notmuch2

2019-12-23 Thread Daniel Kahn Gillmor
Ship a new debian package for the notmuch2 CFFI-based Python interface to notmuch. Unlike the notmuch python module, the new notmuch2 module is no longer arch-independent, because it builds and ships a shared object in addition to the python code. This patch encourages new downstream development