notmuch release 0.38.3-1 for unstable (sid) [dgit]

[dgit distro=debian no-split --quilt=linear]
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAmXtJngACgkQA0U5G1Wq
 FSGvmxAAuo67Qx5uJVX44xrLY3PFkor8MwDtguu+F94IYtqiLT3zCx6LTmp8jMFM
 SJp6P8DJkj9sJoHoru2mKdXRHDJPmcsJ0cNxUBSubO/KLoJeYS0KJi+5kOnQwKBs
 LkJxZA4IR0HUK4X6A77+9nWADnc2mKdkB+arfPH/hJPbf3mjEJd1r2E/DVtdyZi1
 CrTISv0vsepvSUxnPqrC/vlj6NmN9Pi9vnYVwze7FAWtPoo1sssLTqjn7eLVpole
 rTsGEV5SB45u2OHrmAlrnQNfCC/6k1d5Zt7c3FL3uStKkKlgqba37x3XRXnJ+swt
 XRCpV5Nga/sISRwTFRnQl80BYc14RXGDvoHgXBoOozRTZoD9UfsuMEQN7/DYdINC
 W5LM0+MapgV4uohCn5s+zf51USQRem+wExcgm36lz3d4Sla9dVkDlgVe69nL2mmm
 bySt4i1a8cb1UUQdQQQc68PY9Qj/anCJBmua6TqRmnBlKcy2Gh6MxAozJLJLlCCf
 JszAD5OWPAfB51KsfRvWnXloTqYrnADp1FsDGOOtz56NrjzoAqrOSnP56JXJVV5+
 89AiXxvrHzLPYxoiXmFGGAKPWbFVTb7xPViOX8YlfPeH+2h+thPFRaHwmSPvP8PO
 HvJkJ9fQquViA7p4h63U8x78X30eQ/HWjBgTCgAQi+52pShBSOs=
 =8eFE
 -----END PGP SIGNATURE-----

Merge tag 'debian/0.38.3-1'

notmuch release 0.38.3-1 for unstable (sid) [dgit]

[dgit distro=debian no-split --quilt=linear]
This commit is contained in:
David Bremner 2024-03-11 08:17:40 -03:00
commit 0c7726dc19
9 changed files with 40 additions and 11 deletions

10
NEWS
View file

@ -1,3 +1,13 @@
Notmuch 0.38.3 (2024-03-09)
===========================
CLI
---
Fix a bug in configuration code that caused the notmuch command to
erroneously report "Error: could not locate database" under some
circumstances.
Notmuch 0.38.2 (2023-12-01)
===========================

View file

@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version
__VERSION__ = '0.38.2'
__VERSION__ = '0.38.3'
SOVERSION = '5'

15
debian/changelog vendored
View file

@ -1,3 +1,18 @@
notmuch (0.38.3-1) unstable; urgency=medium
* New upstream bugfix release
* Bug fix: "Recommends transitional package gnupg-agent instead of
gpg-agent", thanks to Andreas Metzler (Closes: #1064114).
-- David Bremner <bremner@debian.org> Sat, 09 Mar 2024 23:13:07 -0400
notmuch (0.38.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063205
-- Benjamin Drung <bdrung@debian.org> Wed, 28 Feb 2024 23:56:48 +0000
notmuch (0.38.2-1) unstable; urgency=medium
* New upstream bugfix release

17
debian/control vendored
View file

@ -9,7 +9,7 @@ Build-Conflicts:
gdb [ia64 mips mips64el hppa],
gdb-minimal,
ruby1.8,
Build-Depends:
Build-Depends: dpkg-dev (>= 1.22.5),
bash-completion (>=1.9.0~),
debhelper-compat (= 13),
dh-elpa (>= 1.3),
@ -50,12 +50,12 @@ Rules-Requires-Root: no
Package: notmuch
Architecture: any
Depends:
libnotmuch5 (= ${binary:Version}),
libnotmuch5t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends:
elpa-notmuch | notmuch-vim | notmuch-mutt | alot,
gnupg-agent,
gpg-agent,
gpgsm,
Suggests:
mailscripts,
@ -99,7 +99,10 @@ Description: thread-based email index, search and tagging
.
This package contains the HTML documentation
Package: libnotmuch5
Package: libnotmuch5t64
Provides: ${t64:Provides}
Replaces: libnotmuch5
Breaks: libnotmuch5 (<< ${source:Version})
Section: libs
Architecture: any
Depends:
@ -120,7 +123,7 @@ Package: libnotmuch-dev
Section: libdevel
Architecture: any
Depends:
libnotmuch5 (= ${binary:Version}),
libnotmuch5t64 (= ${binary:Version}),
${misc:Depends},
Description: thread-based email index, search and tagging (development)
Notmuch is a system for indexing, searching, reading, and tagging
@ -135,7 +138,7 @@ Package: python3-notmuch
Architecture: all
Section: python
Depends:
libnotmuch5 (>= ${source:Version}),
libnotmuch5t64 (>= ${source:Version}),
${misc:Depends},
${python3:Depends},
Description: Python 3 legacy interface to the notmuch mail search and index library
@ -153,7 +156,7 @@ Package: python3-notmuch2
Architecture: any
Section: python
Depends:
libnotmuch5 (>= ${source:Version}),
libnotmuch5t64 (>= ${source:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends},

View file

@ -0,0 +1 @@
libnotmuch5t64: package-name-doesnt-match-sonames libnotmuch5

View file

@ -1,4 +1,4 @@
libnotmuch.so.5 libnotmuch5 #MINVER#
libnotmuch.so.5 libnotmuch5t64 #MINVER#
* Build-Depends-Package: libnotmuch-dev
notmuch_built_with@Base 0.23~rc0
notmuch_config_get@Base 0.32~rc0

View file

@ -16,7 +16,7 @@ master_doc = 'index'
# General information about the project.
project = u'notmuch'
copyright = u'2009-2023, Carl Worth and many others'
copyright = u'2009-2024, Carl Worth and many others'
location = os.path.dirname(__file__)

View file

@ -1 +1 @@
0.38.2
0.38.3