Your message dated Sun, 11 Dec 2022 15:20:01 +0000
with message-id <e1p4o7v-009yxi...@fasolo.debian.org>
and subject line Bug#1024497: fixed in libcryptui 3.12.2-7
has caused the Debian Bug report #1024497,
regarding libcryptui: FTBFS against libgpgme-dev >= 1.18.0-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1024497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libcryptui
Version: 3.12.2-6
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)
User: pkg-gnupg-ma...@lists.alioth.debian.org
Usertags: gpgme-config-transition

The package relies on gpgme-config to detect gpgme. gpgme-config has been
dropped and replaced by pkg-config pc files.

cu Andreas
--- libcryptui-3.12.2.orig/configure.ac
+++ libcryptui-3.12.2/configure.ac
@@ -128,51 +128,12 @@ if test	"$DO_CHECK" = "yes"; then
 	fi
 fi
 
-ok="no"
-min_gpgme_version=1.0.0
-AC_PATH_PROG(GPGME_CONFIG, gpgme-config, "failed")
-if test $GPGME_CONFIG != "failed" ; then
-	AC_MSG_CHECKING(for GPGME - version >= $min_gpgme_version)
-	req_major=`echo $min_gpgme_version | \
-		sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\1/'`
-	req_minor=`echo $min_gpgme_version | \
-		sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\2/'`
-	req_micro=`echo $min_gpgme_version | \
-		sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
-	gpgme_config_version=`$GPGME_CONFIG --version`
-	major=`echo $gpgme_config_version | \
-		sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\1/'`
-	minor=`echo $gpgme_config_version | \
-		sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'`
-	micro=`echo $gpgme_config_version | \
-		sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'`
-
-	if test "$major" -eq "$req_major"; then
-		if test "$minor" -ge "$req_minor"; then
-			if test "$micro" -ge "$req_micro"; then
-				ok="yes"
-			fi
-		fi
-	fi
-fi
-
-if test $ok = "yes"; then
-	GPGME_CFLAGS=`$GPGME_CONFIG --cflags`
-	GPGME_LIBS=`$GPGME_CONFIG --libs`
-	AC_MSG_RESULT(yes)
-	have_gpgme="$gpgme_config_version"
-else
-	AC_MSG_RESULT(no)
-fi
+PKG_CHECK_MODULES([GPGME], [gpgme >= 1.0.0])
 
 if test -z "$have_gpg"; then
 	AC_MSG_ERROR([Appropriate version of GnuPG not found. Please install one of versions: $accepted_versions])
 fi
 
-if test -z "$have_gpgme"; then
-	AC_MSG_ERROR(GPGME $min_gpgme_version or later needed)
-fi
-
 SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $GPGME_CFLAGS"
 SEAHORSE_LIBS="$SEAHORSE_LIBS $GPGME_LIBS"
 
@@ -359,7 +320,7 @@ dnl ************************************
 
 echo "
 GnuPG Version:              $have_gpg
-GPGME Version:              $have_gpgme
+GPGME Version:              $GPGME_VERSION
 Notification Support:       $enable_libnotify
 Build introspection data:   ${enable_introspection}
 "

--- End Message ---
--- Begin Message ---
Source: libcryptui
Source-Version: 3.12.2-7
Done: Jeremy Bicha <jbi...@ubuntu.com>

We believe that the bug you reported is fixed in the latest version of
libcryptui, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1024...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bicha <jbi...@ubuntu.com> (supplier of updated libcryptui package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 11 Dec 2022 10:06:10 -0500
Source: libcryptui
Built-For-Profiles: noudeb
Architecture: source
Version: 3.12.2-7
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<pkg-gnome-maintain...@lists.alioth.debian.org>
Changed-By: Jeremy Bicha <jbi...@ubuntu.com>
Closes: 1024497
Changes:
 libcryptui (3.12.2-7) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Bump debhelper from old 11 to 13
   * Set debhelper-compat version in Build-Depends
   * Add debian/upstream/metadata
   * Update standards version to 4.6.1, no changes needed
   * Avoid explicitly specifying -Wl,--as-needed linker flag
 .
   [ Andreas Metzler ]
   * Add patch to fix build with latest gpgme1.0 (Closes: #1024497)
 .
   [ Jeremy Bicha ]
   * Refresh patches
   * Simplify debian/rules
   * Set Rules-Requires-Root: no
Checksums-Sha1:
 c69ff7d1660ab6eb2cd2fea6e6b591e6d9df2070 2637 libcryptui_3.12.2-7.dsc
 3e7e128fe5b8b9d2dbf38312564f863052d111b8 9244 libcryptui_3.12.2-7.debian.tar.xz
 21eef5535e5757891ebfb6833969493ac67bacb6 17655 
libcryptui_3.12.2-7_source.buildinfo
Checksums-Sha256:
 849eadb3cdb2b33c6c62289cfa15e27229ec7b0fbafc140552f714c03bcbae17 2637 
libcryptui_3.12.2-7.dsc
 b24b97034a5fa5fb397dd932e3b122b44c2c34ecb30e891aee9f1e1dc9d6f07c 9244 
libcryptui_3.12.2-7.debian.tar.xz
 eba30cc8a2184d2ad69b3b4a4766b640523551abae1ceaf028d426e28b772d24 17655 
libcryptui_3.12.2-7_source.buildinfo
Files:
 0886f8f3608e5631e1a05942f9a7951b 2637 gnome optional libcryptui_3.12.2-7.dsc
 45da9f52aebf9bb9d02bc344bce92115 9244 gnome optional 
libcryptui_3.12.2-7.debian.tar.xz
 b89f3a571e9743dfe4bac8c4dff35600 17655 gnome optional 
libcryptui_3.12.2-7_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmOV8iYACgkQ5mx3Wuv+
bH2R1hAArL0H91eNv6cJVsCMUfaj921V/Dw3c/A5fkW2vMWnhuptUEHt4EgWTFW+
40o/WUI55MlWK00/sBIGmIYziu2X7voyStyZLlnbkpCp5ljXwpffsOJcoYUNOgi6
+OGxpQ0jP09Abwq03RfNP/sJrNy1ogFiA8OonrbbY8ksXJcok48vxcR1IwIHS8CE
SPvxmoSx3R7scRcUi9y+8JUTSsYIG+jBf5sb6C+X91tnh1ywlTelTAetaODo3Nuk
dr2YCbJDwpX0unOm0+BFY6Ia3PFDdvuf3pqxPnDKk/h+yIkNfCMLs2x2UiBji3Ri
Pe3sGIwXcKsIMH5Ynrgy4hRSOxCIEcyc0MzxZZ7q3fy/84cX2cpv0POWJofigrer
KeOwCe5jDJUzzWDGMYGDF/QMLKAt+PG0PH5j/hO8nIhzaah8Xx2MimA9X/wD2iOw
zoDKXdFyu3lYHsGG1Uy500HFKFFHUOdlW9uAWAwHOcuIvDqHVSIJI5r83w9wbXfS
EYe9/Ig6K9hRyvspz/Y6V98I0aLlRLP1soEGIAuCGuni5YCF82F74MaQjvgVwBsc
uk+yjIhTKNIECU7vv5gcGLjwQf+HJVtPR4R8YM4LoyBXEnSOKmlH+gVsup6BDvN8
wu9JlvUoHA9t5omD6qJ4w0uoP+SJQ86Yk6refx/wbZitoJfkRLo=
=VlCf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to