Bug#980830: gcr FTBFS with nocheck profile
Helmut Grohne
helmut at subdivi.de
Fri Jan 22 21:50:36 GMT 2021
Source: gcr
Version: 3.38.1-1
Severity: important
Tags: patch ftbfs
gcr fails to build from source when disabling tests via the nocheck
profile and option. Once doing so, meson fails hard when it finds that
gpg is missing. Please consider applying the attached patch to
unannotate the gnupg dependency.
Helmut
-------------- next part --------------
diff --minimal -Nru gcr-3.38.1/debian/changelog gcr-3.38.1/debian/changelog
--- gcr-3.38.1/debian/changelog 2021-01-14 17:26:53.000000000 +0100
+++ gcr-3.38.1/debian/changelog 2021-01-22 22:47:04.000000000 +0100
@@ -1,3 +1,10 @@
+gcr (3.38.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with nocheck profile. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Fri, 22 Jan 2021 22:47:04 +0100
+
gcr (3.38.1-1) unstable; urgency=medium
* New upstream release
diff --minimal -Nru gcr-3.38.1/debian/control gcr-3.38.1/debian/control
--- gcr-3.38.1/debian/control 2021-01-14 17:26:53.000000000 +0100
+++ gcr-3.38.1/debian/control 2021-01-22 22:47:03.000000000 +0100
@@ -12,7 +12,7 @@
dh-sequence-gir,
dh-sequence-gnome,
docbook-xml,
- gnupg <!nocheck>,
+ gnupg,
gtk-doc-tools (>= 1.9),
libdbus-1-dev (>= 1.0),
libgcrypt20-dev (>= 1.4.5),
More information about the pkg-gnome-maintainers
mailing list