[PATCH 4/5] debian: add python 3 bindings

2013-01-16 Thread Tomi Ollila
On Wed, Jan 16 2013, david at tethera.net wrote: > From: David Bremner > > This patch is due to Jakub Wilk . > > It does add a build depend on python3 for people using the "make > debian-snapshot" target. > --- > debian/changelog |4 +++- > debian/control| 14 +

Re: [PATCH] NEWS: document that print message prints all parts including hidden parts

2013-01-16 Thread Tomi Ollila
On Thu, Jan 17 2013, Mark Walters wrote: > --- How did you manage to get this part under the --- -separator; I think this part below will not go to the commit message. Otherwise, NEWS entry looks good to me. The same thing happens when one `copy-region-as-kill`s region -- when yanking the invis

[PATCH] NEWS: document that print message prints all parts including hidden parts

2013-01-16 Thread Mark Walters
--- The new invisibility code means that notmuch-show-print-message prints all parts of the message regardless of whether they are shown or hidden. This is probably a bug but the correct fix, and even the `correct' behaviour is not clear. So for the moment just document the current behaviour. Note

[PATCH 4/5] debian: add python 3 bindings

2013-01-16 Thread David Bremner
david at tethera.net writes: > %: > dh $@ --with python2 > Oops. bad conflict resolution. That should read dh $@ --with python2,python3 no idea why it seemed to produce a python 3 bindings package anyway.

[PATCH 5/5] debian: note that ical bug is fixed

2013-01-16 Thread da...@tethera.net
From: David Bremner This was fixed a while ago in git, but not released yet. --- debian/changelog |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 40b7695..6c6915f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,10

[PATCH 4/5] debian: add python 3 bindings

2013-01-16 Thread da...@tethera.net
From: David Bremner This patch is due to Jakub Wilk . It does add a build depend on python3 for people using the "make debian-snapshot" target. --- debian/changelog |4 +++- debian/control| 14 ++ debian/python-notmuch.install |2 +- debian/rul

[PATCH 3/5] debian/compat: upgrade to compat level 9

2013-01-16 Thread da...@tethera.net
From: David Bremner - enable hardening - fix dh syntax. Now that we have compat level 9, the old, wrong syntax is no longer accepted. - update debian/libnotmuch{3,-dev}.install for multiarch. - update versioned dependency on debhelper. --- debian/compat |2 +- debian/con

[PATCH 2/5] debian: remove Dm-Upload-Allowed field.

2013-01-16 Thread da...@tethera.net
From: David Bremner If we have some DMs we want to upload, we have to enable it with a signed command file to dak. --- debian/changelog |2 ++ debian/control |1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2fa2cf6..f4925a1 1

[PATCH 1/5] debian: change priority to optional.

2013-01-16 Thread da...@tethera.net
From: David Bremner The distinction between extra and optional is generally not very important, except that being extra forces anything that depends on you to be extra. --- debian/changelog |1 + debian/control |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian

No subject

2013-01-16 Thread da...@tethera.net
Hi Gang; Here are some proposed changes to the debian packaging for 0.15. Most will probably be boring to people not familiar with debian packaging, with the excepotion of 4/5, which has a shell pipeline with two xargs in it, and almost can certainly be improved by several readers of this list.

Re: [PATCH 4/5] debian: add python 3 bindings

2013-01-16 Thread Tomi Ollila
On Wed, Jan 16 2013, da...@tethera.net wrote: > From: David Bremner > > This patch is due to Jakub Wilk . > > It does add a build depend on python3 for people using the "make > debian-snapshot" target. > --- > debian/changelog |4 +++- > debian/control| 14

[PATCH 0/5] notmuch batch count

2013-01-16 Thread Tomi Ollila
On Wed, Jan 16 2013, Mark Walters wrote: > On Tue, 15 Jan 2013, Jani Nikula wrote: >> Hi all - >> >> Notmuch remote usage [1] is a pretty handy way of accessing a notmuch >> database on a remote server. However, the more you have saved searches >> and tags, the slower notmuch-hello becomes, and

Re: [PATCH 4/5] debian: add python 3 bindings

2013-01-16 Thread David Bremner
da...@tethera.net writes: > %: > dh $@ --with python2 > Oops. bad conflict resolution. That should read dh $@ --with python2,python3 no idea why it seemed to produce a python 3 bindings package anyway. ___ notmuch mailing list notmuch@notmuc

[PATCH 4/5] debian: add python 3 bindings

2013-01-16 Thread david
From: David Bremner This patch is due to Jakub Wilk . It does add a build depend on python3 for people using the "make debian-snapshot" target. --- debian/changelog |4 +++- debian/control| 14 ++ debian/python-notmuch.install |2 +- debian/rul

[PATCH 5/5] debian: note that ical bug is fixed

2013-01-16 Thread david
From: David Bremner This was fixed a while ago in git, but not released yet. --- debian/changelog |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 40b7695..6c6915f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,10

[PATCH 3/5] debian/compat: upgrade to compat level 9

2013-01-16 Thread david
From: David Bremner - enable hardening - fix dh syntax. Now that we have compat level 9, the old, wrong syntax is no longer accepted. - update debian/libnotmuch{3,-dev}.install for multiarch. - update versioned dependency on debhelper. --- debian/compat |2 +- debian/con

[PATCH 1/5] debian: change priority to optional.

2013-01-16 Thread david
From: David Bremner The distinction between extra and optional is generally not very important, except that being extra forces anything that depends on you to be extra. --- debian/changelog |1 + debian/control |2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian

[PATCH 2/5] debian: remove Dm-Upload-Allowed field.

2013-01-16 Thread david
From: David Bremner If we have some DMs we want to upload, we have to enable it with a signed command file to dak. --- debian/changelog |2 ++ debian/control |1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2fa2cf6..f4925a1 1

[no subject]

2013-01-16 Thread david
Hi Gang; Here are some proposed changes to the debian packaging for 0.15. Most will probably be boring to people not familiar with debian packaging, with the excepotion of 4/5, which has a shell pipeline with two xargs in it, and almost can certainly be improved by several readers of this list.