mutt (2.2.13-1)
[PTS] [DDPO]
COMMITS: VCS has seen 10 commits since the debian/2.2.13-1 tag
- Git: https://salsa.debian.org/mutt-team/mutt.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 7180288
- Browser: https://salsa.debian.org/mutt-team/mutt
- Last scan: 2025-04-16 01:08:14+00
- Next scan: 2025-04-21 22:31:00+00
- Merge requests: 1
- Debian changelog in Git:
mutt (2.2.13-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- upstream/528233-readonly-open.patch: fix a FTBFS in the patch that
also could have caused a pointer corruption (Closes: 1075301)
-- Antonio Radici <antonio@debian.org> Sat, 27 Jul 2024 11:23:32 +0200
- This branch is 10 commits ahead of tag debian/2.2.13-1
- Git log:
commit e8b62d8f0d53b8c1ef817a7891b0cbf35f1af9c0
Merge: d65be48 b815e3c
Author: Antonio Radici <antonio@debian.org>
Date: Wed Mar 5 23:05:55 2025 +0000
Merge branch 'autocrypt' into 'master'
Enable autocrypt support (closes: #969324)
See merge request mutt-team/mutt!7
commit b815e3c8c5d33d3485a83fe771335dd405d1d1f5
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue Feb 18 14:05:25 2025 -0500
Enable Autocrypt support (Closes: #969324)
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
commit 1205db882193a6f85387c4d7065c46b80fd69190
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue Feb 18 14:01:58 2025 -0500
Makefile: whitespace cleanup
(emacs makefile mode complains that lines with a leading tab character
but no other text are "suspicious")
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
commit d65be48ba5e13c88fe979ce123d17c29f7c6f348
Merge: d4984de 889cde3
Author: Antonio Radici <antonio@debian.org>
Date: Sun Feb 16 18:09:15 2025 +0000
Merge branch 'cleanup' into 'master'
Minor packaging updates
See merge request mutt-team/mutt!6
commit 889cde357f87e7b8c9b67f3669d284aa030611e3
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue Jan 21 10:21:36 2025 -0500
Add myself to debian/copyright
commit e6250406f2ba28d26c9528bc16cec66ed343195b
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue Jan 21 10:17:13 2025 -0500
Build-Depend: pkgconf, not pkg-config
This is another build-depend modernization
commit 3cb3f238fb31ada1180d0968cc50da29f32d1279
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue Jan 21 10:16:13 2025 -0500
Build-Depend: libncurses-dev, not libncurses5-dev, libncurses5w-dev
Modernize build dependency
commit 9eb2f25cd19cca316dd825f4600b7179045277b8
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue Jan 21 09:41:44 2025 -0500
move to dh 13
In debian/not-installed, outline the documentation and other
unnecessary helper files that we are deliberately not shipping.
I've reviewed this list, and here's my explanations of why we are not
shipping these specific files:
- flea and muttbug are both just shellscripts that encourage the user
to use upstream's gitlab issue tracker, which is already documented in
debian/upstream/metadata
- /etc/mime.types is already shipped in the media-types package, which
is a dependency of mutt's Recommends: mailcap
- /etc/Muttrc.dist is a whole-file config, different from how we ship
Muttrc.
- we already ship reasonable documentation in /usr/share/doc/mutt, we
don't need the .info files.
- all the not-installed stuff in /usr/share/doc/mutt is either already
shipped (via other channels), outdated, confused/confusing, or
irrelevant to a debian user.
- the manpages for pgpewrap and mutt_pgpring are for installations
that are configured to work with the proprietary "PGP" tooling,
which does not ship in debian.
commit c9f4bb55d588f5a35ca1fb3c88fbb29b8a4c1c0e
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue Jan 21 09:19:28 2025 -0500
Bump Standards-Version to 4.7.0 (no changes needed)
Mutt is already compatible with the updates to debian policy between
4.6.1 and 4.7.0.
commit d9d0672f4dfbd98b4cd3447f1cb43a6fb4b3a6e4
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Tue Jan 21 09:17:24 2025 -0500
wrap-and-sort -ast
This change makes future diffs clearer and easier to read.