Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/gpgme-1/0025_debian_default_is_openpgp.diff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-06-20 08:41:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2025-06-20 08:41:29 +0200
commit1e98d18110a8c3d279ce58465fe72d448e8266d2 (patch)
tree4a443716202a4292e477b656be1f4c35270730a5 /core/gpgme-1/0025_debian_default_is_openpgp.diff
parentde6e509ebfd8e0e5757ebe44603e3cab97c19ffa (diff)
core/gpgme-1: was in the wrong place, moved to "core"HEADmaster
Diffstat (limited to 'core/gpgme-1/0025_debian_default_is_openpgp.diff')
-rw-r--r--core/gpgme-1/0025_debian_default_is_openpgp.diff18
1 files changed, 18 insertions, 0 deletions
diff --git a/core/gpgme-1/0025_debian_default_is_openpgp.diff b/core/gpgme-1/0025_debian_default_is_openpgp.diff
new file mode 100644
index 00000000..31853359
--- /dev/null
+++ b/core/gpgme-1/0025_debian_default_is_openpgp.diff
@@ -0,0 +1,18 @@
+Description: Adapt testsuite to changed gnupg defaults in Debian
+Author: Andreas Metzler <ametzler@debian.org>
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/1103189
+Forwarded: not-needed
+Last-Update: 2025-04-20
+
+--- gpgme1.0-1.24.2.orig/lang/qt/tests/t-config.cpp
++++ gpgme1.0-1.24.2/lang/qt/tests/t-config.cpp
+@@ -62,7 +62,7 @@ private Q_SLOTS:
+ auto entry = conf->entry(QStringLiteral("gpg"), QStringLiteral("compliance"));
+ QVERIFY(entry);
+ const auto defaultValue = entry->defaultValue().toString();
+- QCOMPARE(defaultValue, QStringLiteral("gnupg"));
++ QCOMPARE(defaultValue, QStringLiteral("openpgp"));
+
+ entry->setStringValue("de-vs");
+ conf->sync(true);