Re: shipping elisp for notmuch in elpa-notmuch debian package

2019-12-09 Thread Daniel Kahn Gillmor
On Sat 2019-12-07 10:32:26 -0400, David Bremner wrote: > sure, I don't really object to this. I guess I was just lazy / > impressed-with-myself for finding an upstream way to install info > files. As long as you don't break "make elpa", I don't mind making the > debian packaging more standard. I d

Re: moving the config into the database [was: Re: [PATCH] Display extra headers for emacs-mua - db config option]

2019-12-09 Thread Daniel Kahn Gillmor
On Sun 2019-12-08 15:19:38 -0300, Jorge P. de Morais Neto wrote: > Em [2019-12-08 dom 09:12:55-0800], Jameson Graef Rollins escreveu: > >> You can already use 'notmuch config list' to dump every configuration >> item to stdout. Would that be sufficient for personal synchronization >> purposes. > >

Complete Debian packaging transition to dh 12

2019-12-09 Thread Daniel Kahn Gillmor
This series follows the series introduced by id:20191204084742.398298-1-...@fifthhorseman.net Its goal is to move the notmuch debian packaging to dh 12. To do this, the series accepts the conclusions about info files reached in the thread anchored at id:87a7887akl@fifthhorseman.net, and it al

[PATCH 3/4] debian elpa-notmuch: ship elisp and .png from "make install"

2019-12-09 Thread Daniel Kahn Gillmor
Rather than ship from the source directories, ship these files from where they're installed by "make install". This doesn't resolve all the dh_missing warnings yet (due to #946142), but it leaves the last bit of that problem in the hands of the dh-elpa package, and it's not due to notmuch's packag

[PATCH 1/4] debian: record upstream files which should not be installed by the package

2019-12-09 Thread Daniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor --- debian/not-installed | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/not-installed diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index ..fd929459 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1

[PATCH 4/4] debian: move packaging to dh 12

2019-12-09 Thread Daniel Kahn Gillmor
--- debian/compat | 1 - debian/control | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de3947.. --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/c

[PATCH 2/4] debian: ship info files in the standard location

2019-12-09 Thread Daniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor --- debian/elpa-notmuch.elpa | 1 - debian/elpa-notmuch.info | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 debian/elpa-notmuch.info diff --git a/debian/elpa-notmuch.elpa b/debian/elpa-notmuch.elpa index 19e3ba51..a924468a 100644 ---

Re: Handle PKCS#7 signedData (S/MIME single-part clearsigned)

2019-12-09 Thread William Casarin
Hey Daniel, Daniel Kahn Gillmor writes: > Several of the patches should be simple to read and uncontroversial (I > hope!), and I welcome/encourage merging of those patches to reduce the > length of the remaining series. I did a quick skim and it looks ok, although I'm not super familiar with S/M

Re: Handle PKCS#7 signedData (S/MIME single-part clearsigned)

2019-12-09 Thread Jameson Graef Rollins
On Mon, Dec 09 2019, William Casarin wrote: > Daniel Kahn Gillmor writes: >> Several of the patches should be simple to read and uncontroversial (I >> hope!), and I welcome/encourage merging of those patches to reduce the >> length of the remaining series. > > I did a quick skim and it looks ok,

Re: [PATCH] configure: fix reference to possibly undefined $PKG_CONFIG_PATH

2019-12-09 Thread Daniel Kahn Gillmor
On Sun 2019-11-17 23:24:41 +0200, Tomi Ollila wrote: > In case zlib not found by pkg-config(1) the pkg-config information > is resolved by attempting to print ZLIB_VERSION from from zlib > installation if it exists anyway. > > If above done successfully compat/zlib.pc is written for forthcoming > p

Re: [PATCH] configure: fix reference to possibly undefined $PKG_CONFIG_PATH

2019-12-09 Thread David Bremner
Tomi Ollila writes: > In case zlib not found by pkg-config(1) the pkg-config information > is resolved by attempting to print ZLIB_VERSION from from zlib > installation if it exists anyway. > pushed to master. d ___ notmuch mailing list notmuch@notmuc

Re: More debian packaging cleanup

2019-12-09 Thread Tomi Ollila
On Wed, Dec 04 2019, Daniel Kahn Gillmor wrote: > This series should apply after "wrap-and-sort -ast" v2 is applied > (id:20191110173748.25792-5-...@fifthhorseman.net). > > In this series, i clean up a few things that i noticed from applying > dh_missing to the debian packaging. In particular, we

Re: [PATCH] lib: fix memory error in notmuch_config_list_value

2019-12-09 Thread Daniel Kahn Gillmor
On Mon 2019-11-25 19:21:24 +0200, Tomi Ollila wrote: > On Sun, Nov 24 2019, David Bremner wrote: > >> The documentation for notmuch_config_list_key warns that that the >> returned value will be destroyed by the next call to >> notmuch_config_list_key, but it neglected to mention that calling >> not

Re: [PATCH] test: add a known broken test for S/MIME decryption

2019-12-09 Thread Daniel Kahn Gillmor
On Sun 2019-11-17 21:58:12 -0400, David Bremner wrote: > This should serve to clarify this feature is not implimented in > notmuch yet. > --- > test/T355-smime.sh | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/test/T355-smime.sh b/test/T355-smime.sh > index 336da917..11a4d6cd 10