init: pristine aerc 0.20.0 source

This commit is contained in:
Mortdecai
2026-04-07 19:54:54 -04:00
commit 083402a548
502 changed files with 68722 additions and 0 deletions
Vendored
+38
View File
@@ -0,0 +1,38 @@
aerc (0.16.0-1) unstable; urgency=medium
Aerc builtin filters path (/usr/libexec/aerc/filters) is now prepended to
the default system PATH to avoid conflicts with other installed binaries
which have the same name as aerc builtin filters (e.g. /usr/bin/colorize).
Aerc now has a default style for most UI elements. The default styleset is
now empty. Existing stylesets will only override the default attributes if
they are set explicitly. To reset the default style and preserve existing
stylesets appearance, these two lines must be inserted at the beginning:
*.default=true
*.normal=true
-- Nilesh Patra <nilesh@debian.org> Sun, 10 Dec 2023 10:00:59 +0530
aerc (0.15.2-1) unstable; urgency=medium
* Aerc's built-in filters have been moved from /usr/share/aerc/filters to
/usr/libexec/aerc/filters. The default exec PATH in aerc's context has
been modified to include all variations of the libexec subdirs. If your
configuration is using absolute paths, you must change it to either point
to new paths or to use filter names only. See aerc-config(5) for more
details.
* [ui].index-format setting has been replaced by index-columns. See
aerc-config(5) for more details.
* [statusline].render-format has been replaced by status-columns. See
aerc-config(5) for more details.
* [ui:subject...] contextual sections have been replaced by dynamic styleset
objects. See aerc-stylesets(7) for more details.
* [triggers] setting has been replaced by [hooks]. See aerc-config(5) for
more details.
* smtp-starttls setting in accounts.conf has been removed. All smtp://
transports now assume STARTTLS and will fail if the server does not
support it. To disable STARTTLS, use smtp+insecure://. See aerc-smtp(5)
for more details.
-- Robin Jarry <robin@jarry.cc> Mon, 19 Jun 2023 13:48:59 +0000
+234
View File
@@ -0,0 +1,234 @@
aerc (0.20.0-2) unstable; urgency=medium
* Add patch to fix temp file creation
-- Nilesh Patra <nilesh@debian.org> Sat, 31 May 2025 23:09:24 +0530
aerc (0.20.0-1) unstable; urgency=medium
* New upstream version 0.20.0
-- Robin Jarry <robin@jarry.cc> Sat, 25 Jan 2025 21:59:25 +0100
aerc (0.19.0-1) unstable; urgency=medium
* Update upstream signing key
* New upstream version 0.19.0
* Remove upstreamed patch
* Bump go-opt dependency version
* Update binary dependencies
-- Robin Jarry <robin@jarry.cc> Sun, 19 Jan 2025 00:20:51 +0100
aerc (0.18.2-2) unstable; urgency=medium
[ Robin Jarry ]
* d/patches: backport a fix for gpg signed messages encoding
* d/control: remove obsolete build dep to tcell
[ Jonathan Dowland ]
* Move dante-client from Recommends to Suggests
-- Robin Jarry <robin@jarry.cc> Mon, 26 Aug 2024 14:02:13 +0200
aerc (0.18.2-1) unstable; urgency=medium
* [1d86d5a] New upstream version 0.18.2
* [676751c] Bump Standards-Version to 4.7.0 (no changes needed)
* [d86920e] Tighten versioned depends on golang-sourcehut-rockorager-vaxis
-- Nilesh Patra <nilesh@debian.org> Tue, 30 Jul 2024 12:33:07 +0900
aerc (0.18.0-1) unstable; urgency=medium
* New upstream version 0.18.0
* golang-sourcehut-rockorager-vaxis-dev to B-D
* Tighten B-D on golang-github-emersion-go-smtp-dev
-- Nilesh Patra <nilesh@debian.org> Sun, 14 Jul 2024 00:38:32 +0530
aerc (0.17.0-1) unstable; urgency=medium
* New upstream version 0.17.0 (Refresh patch)
(Closes: #1061505)
* Update Build-Depends
-- Nilesh Patra <nilesh@debian.org> Sat, 24 Feb 2024 19:06:29 +0530
aerc (0.16.0-1) unstable; urgency=medium
[ Nilesh Patra ]
* New upstream version 0.16.0
* Drop backported patches
* Install GNUmakefile instead of Makefile in extra sources
* Add B-D on golang-sourcehut-rockorager-go-jmap
* Update minimum version of golang-github-emersion-go-message
in Build Depends
* Install contrib/carddav-query as extra source
* Add patch to fix blhc failure
* Fix extended description indentation and redundant
B-D versioning with cme
[ Robin Jarry ]
* d/control: remove obsolete build dependencies
* d/NEWS: mention user facing changes for 0.16
* Add runtime dependency to python3 for carddav-query
* Add suggest dependency to python3-vobject for show-ics-details.py
-- Nilesh Patra <nilesh@debian.org> Sun, 10 Dec 2023 10:00:59 +0530
aerc (0.15.2-2) unstable; urgency=medium
* Backport patch to fix deadlock in message channel
(Closes: #1040907)
* Simplify d/rules a bit
-- Nilesh Patra <nilesh@debian.org> Sat, 15 Jul 2023 00:00:14 +0530
aerc (0.15.2-1) unstable; urgency=medium
* New upstream version 0.15.2
* Update Standards-Version to 4.6.2
* Enable hardening build flags.
-- Robin Jarry <robin@jarry.cc> Mon, 19 Jun 2023 15:01:20 +0000
aerc (0.14.0-1) unstable; urgency=medium
* New upstream version 0.14.0
-- Robin Jarry <robin@jarry.cc> Fri, 06 Jan 2023 23:47:31 +0100
aerc (0.13.0-1) unstable; urgency=medium
* New upstream version 0.13.0
* d/control: update dependencies
-- Robin Jarry <robin@jarry.cc> Thu, 20 Oct 2022 20:59:13 +0000
aerc (0.12.0-1) unstable; urgency=medium
* New upstream version 0.12.0
-- Robin Jarry <robin@jarry.cc> Thu, 01 Sep 2022 10:54:15 +0200
aerc (0.11.0-1) unstable; urgency=medium
[ Nilesh Patra ]
* Use DEB_VERSION_UPSTREAM instead of parsing from d/ch
* Disable reprotest in d/gitlab-ci.yml
[ Robin Jarry ]
* d/rules: force version from changelog
* d/patches: remove disable-beep.diff
* New upstream version 0.11.0
* d/patches: remove upstreamed patch
* d/control: update dependencies
-- Robin Jarry <robin@jarry.cc> Fri, 15 Jul 2022 22:18:07 +0530
aerc (0.10.0-1) unstable; urgency=medium
[ Nilesh Patra ]
* New upstream version 0.10.0
* Remove d/p/do-not-append-ldflags.diff: Upstream adapted w/ our buildsystem
* Do not install show-ics-details.py
* Update d/gitlab-ci.yml: aerc is a leaf package and
would not break anything, use default gitlab-ci
* d/rules: Set GNUPGHOME to attempt fix build failure
[ Robin Jarry ]
* d/control: add build-dependency and recommends on gnupg
-- Nilesh Patra <nilesh@debian.org> Mon, 09 May 2022 22:58:53 +0000
aerc (0.9.0-1) unstable; urgency=medium
* New upstream version 0.9.0
* d/control: Update short description
* Add B-D on golang-github-gatherstars-com-jwz-dev,
golang-github-lithammer-fuzzysearch-dev and golang-github-xo-terminfo-dev
* Add patch to not append to ldflags, rather initialize
it so as to override when needed
-- Nilesh Patra <nilesh@debian.org> Wed, 23 Mar 2022 19:01:04 +0530
aerc (0.8.2-1) unstable; urgency=medium
* New upstream version 0.8.2
* d/rules: Override LDFLAGS from
upstream, propagate debian-specific opts
* d/rules: Add contrib/aerc.desktop to DH_INSTALL_EXTRA
* Add patch to fix awk shebang in colorize script
-- Nilesh Patra <nilesh@debian.org> Wed, 23 Feb 2022 00:48:08 +0530
aerc (0.7.1-1) unstable; urgency=medium
* New upstream version 0.7.1
* Upstream started signing tags
+ Change d/watch to detect pgpmode
+ Add d/u/signing-key.asc to verify upstream signatures
* Tighten B-D on golang-github-emersion-go-pgpmail-dev
* Add B-D on golang-github-protonmail-go-crypto-dev
* Drop use-x-crypto.diff: Use the protonmail crypto fork
-- Nilesh Patra <nilesh@debian.org> Sat, 15 Jan 2022 19:25:17 +0530
aerc (0.6.0-1) unstable; urgency=medium
* New upstream version 0.6.0
* Change refs from sircmpwn => rjarry, update copyright,
since the project development would be going on a fork
* Drop d/p/backport-message-id.diff
* Refresh use-x-crypto.diff
* d/control: Update B-D
-- Nilesh Patra <nilesh@debian.org> Mon, 22 Nov 2021 20:07:24 +0530
aerc (0.5.2-2) unstable; urgency=medium
* Suppress executable-not-elf-or-script warning.
* d/control: Change section to mail. (Closes: #996819)
-- Aloïs Micard <creekorful@debian.org> Wed, 20 Oct 2021 09:08:52 +0200
aerc (0.5.2-1) unstable; urgency=medium
[ Aloïs Micard ]
* d/patches:
- Write patch to use new version of golang-github-emersion-go-message-dev.
- Write patch to use x-crypto instead of protonmail fork.
* d/rules:
- Install config/default_styleset.
[ Nilesh Patra ]
* New upstream version 0.5.2 (Closes: #981066, #989151)
* Remove d/p/fix-installation-directories.diff for it has been fixed upstream
* Add d/u/metadata
* d/rules: s/make/$(MAKE)/g
* d/control
+ Remove start with an article in Short Description
+ Bump debhelper compatibility level to 13
+ Bump Standards-Version to 4.6.0 (no changes needed)
+ Add Myself and Aloïs to Uploaders
-- Nilesh Patra <nilesh@debian.org> Thu, 26 Aug 2021 20:07:20 +0530
aerc (0.4.0-1) unstable; urgency=medium
* Release 0.4.0
-- Ben Fiedler <debian@services.bfiedler.ch> Mon, 17 Aug 2020 22:41:32 +0200
aerc (0.3.0-2) unstable; urgency=medium
* Remove build paths embedded in final package (Closes: #963717)
-- Ben Fiedler <debian@services.bfiedler.ch> Sun, 28 Jun 2020 20:19:02 +0200
aerc (0.3.0-1) unstable; urgency=medium
* Initial release (Closes: #947962)
-- Ben Fiedler <debian@services.bfiedler.ch> Tue, 21 Apr 2020 20:41:56 +0200
+85
View File
@@ -0,0 +1,85 @@
Source: aerc
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>,
Robin Jarry <robin@jarry.cc>,
Aloïs Micard <creekorful@debian.org>
Section: mail
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
gnupg,
golang-any,
golang-golang-x-sys-dev,
golang-golang-x-tools-dev,
golang-github-arran4-golang-ical-dev,
golang-github-danwakefield-fnmatch-dev,
golang-github-emersion-go-imap-dev (>= 1.2.0~),
golang-github-emersion-go-imap-sortthread-dev,
golang-github-emersion-go-maildir-dev (>= 0.4.1~),
golang-github-emersion-go-mbox-dev,
golang-github-emersion-go-message-dev (>= 0.17.0-1~),
golang-github-emersion-go-msgauth-dev,
golang-github-emersion-go-pgpmail-dev,
golang-github-emersion-go-sasl-dev,
golang-github-emersion-go-smtp-dev (>= 0.21.2-1~),
golang-github-fsnotify-fsnotify-dev,
golang-github-gatherstars-com-jwz-dev,
golang-github-go-ini-ini-dev (>= 1.52.0),
golang-github-lithammer-fuzzysearch-dev,
golang-github-mattn-go-isatty-dev,
golang-github-mattn-go-runewidth-dev,
golang-github-pkg-errors-dev,
golang-github-protonmail-go-crypto-dev,
golang-github-rivo-uniseg-dev,
golang-github-riywo-loginshell-dev,
golang-sourcehut-rjarry-go-opt-dev (>= 2.0.1-1~),
golang-sourcehut-rockorager-go-jmap-dev,
golang-github-stretchr-testify-dev,
golang-github-syndtr-goleveldb-dev,
golang-golang-x-oauth2-google-dev,
golang-sourcehut-rockorager-vaxis-dev (>= 0.10.3-1~),
libnotmuch-dev,
scdoc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/aerc
Vcs-Git: https://salsa.debian.org/go-team/packages/aerc.git
Homepage: https://aerc-mail.org
Rules-Requires-Root: no
XS-Go-Import-Path: git.sr.ht/~rjarry/aerc
Package: aerc
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
python3,
w3m,
Recommends: gnupg2,
util-linux (>= 2.17~),
Suggests: notmuch,
python3-vobject,
Built-Using: ${misc:Built-Using}
Description: Pretty Good Email Client
aerc is an email client that runs in your terminal. It's highly efficient and
extensible, perfect for the discerning hacker. Some of its more interesting
features include:
.
* Editing emails in an embedded terminal tmux-style, allowing you to check on
incoming emails and reference other threads while you compose your replies
* Render HTML emails with an interactive terminal web browser, highlight
patches with diffs, and browse with an embedded less session
* Vim-style keybindings and ex-command system, allowing for powerful
automation at a single keystroke
* First-class support for working with git & email
* Open a new tab with a terminal emulator and a shell running for easy access
to nearby git repos for parallel work
* Support for multiple accounts, with IMAP, Maildir, Notmuch, Mbox and JMAP
backends. Along with IMAP, JMAP, SMTP, and sendmail transfer protocols.
* Asynchronous IMAP and JMAP support ensures the UI never gets locked up by
a flaky network.
* Efficient network usage - aerc only downloads the information which is
necessary to present the UI, making for a snappy and bandwidth-efficient
experience
* Email threading (with and/or without IMAP server support).
* PGP signing, encryption and verification using GNUpg.
* 100% free and open source software!
+36
View File
@@ -0,0 +1,36 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: aerc
Upstream-Contact: Robin Jarry <~rjarry/aerc@lists.sr.ht>
Source: https://aerc-mail.org
Files: *
Copyright: 2020 Drew Devault <sir@cmpwn.com>
2021-2023 Robin Jarry <robin@jarry.cc>
License: Expat
Files: debian/*
Copyright: 2020 Karthik <kskarthik@disroot.org>
2020 Ben Fiedler <debian@services.bfiedler.ch>
2021 Nilesh Patra <nilesh@debian.org>
2021 Aloïs Micard <creekorful@debian.org>
2022-2023 Robin Jarry <robin@jarry.cc>
License: Expat
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+3
View File
@@ -0,0 +1,3 @@
[DEFAULT]
debian-branch = debian/sid
dist = DEP14
+7
View File
@@ -0,0 +1,7 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
variables:
SALSA_CI_DISABLE_REPROTEST: 1
+11
View File
@@ -0,0 +1,11 @@
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -162,7 +162,7 @@
define install_filter
ifneq ($(wildcard filters/$1.c),)
$1: filters/$1.c
- $$(CC) $$(CFLAGS) $$(LDFLAGS) -o $$@ $$<
+ $$(CC) $$(CFLAGS) $$(CPPFLAGS) $$(LDFLAGS) -o $$@ $$<
all: $1
endif
+22
View File
@@ -0,0 +1,22 @@
--- a/commands/msgview/open.go
+++ b/commands/msgview/open.go
@@ -5,6 +5,7 @@
"io"
"mime"
"os"
+ "path"
"path/filepath"
"git.sr.ht/~rjarry/aerc/app"
@@ -56,9 +57,9 @@
app.PushError(err.Error())
return
}
- filename := part.FileName()
+ filename := path.Base(part.FileName())
var tmpFile *os.File
- if filename == "" {
+ if filename == "." {
extension := ""
if exts, _ := mime.ExtensionsByType(mimeType); len(exts) > 0 {
extension = exts[0]
+2
View File
@@ -0,0 +1,2 @@
fix-blhc.patch
fix-temp-file-creation.patch
Vendored Executable
+37
View File
@@ -0,0 +1,37 @@
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
# Extra files required for build
export DH_GOLANG_INSTALL_EXTRA := GNUmakefile config contrib/aerc.desktop contrib/carddav-query doc filters stylesets templates
# Installation paths
export DESTDIR=$(CURDIR)/debian/aerc
export PREFIX=/usr
# Go options
export GO111MODULE=off
export GOPROXY=off
export GOCACHE=$(CURDIR)/_build/go-build
export GOPATH=$(CURDIR)/_build
export GOFLAGS=-tags=notmuch -buildmode=pie
# Hardening
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
%:
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
override_dh_auto_build:
$(MAKE) -C _build/src/git.sr.ht/~rjarry/aerc VERSION=$(DEB_VERSION_UPSTREAM)
override_dh_auto_test:
mkdir -p debian/test-gnupg
chmod og-rx debian/test-gnupg
GNUPGHOME=${CURDIR}/debian/test-gnupg dh_auto_test
rm -rf debian/test-gnupg
override_dh_auto_install:
$(MAKE) -C_build/src/git.sr.ht/~rjarry/aerc install VERSION=$(DEB_VERSION_UPSTREAM)
+1
View File
@@ -0,0 +1 @@
3.0 (quilt)
+7
View File
@@ -0,0 +1,7 @@
---
Archive: SourceHut
Bug-Database: https://todo.sr.ht/~rjarry/aerc
Bug-Submit: https://todo.sr.ht/~rjarry/aerc
Changelog: https://git.sr.ht/~rjarry/aerc/refs
Repository: https://git.sr.ht/~rjarry/aerc
Repository-Browse: https://git.sr.ht/~rjarry/aerc/tree
+45
View File
@@ -0,0 +1,45 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
=BaqK
-----END PGP PUBLIC KEY BLOCK-----
+4
View File
@@ -0,0 +1,4 @@
version=4
opts="mode=git, gitmode=full, pgpmode=gittag" \
https://git.sr.ht/~rjarry/aerc \
refs/tags/(\d[\d\.]+)