diff -Nru gnomint-1.3.0/debian/changelog gnomint-1.3.0/debian/changelog --- gnomint-1.3.0/debian/changelog 2020-06-23 07:12:44.000000000 +0000 +++ gnomint-1.3.0/debian/changelog 2021-10-28 08:24:22.000000000 +0000 @@ -1,3 +1,15 @@ +gnomint (1.3.0-4) unstable; urgency=medium + + * QA upload. + * debian/patches/glib-2.70.patch: New; fix FTBFS with glib/2.70 + (Closes: #997198). + * debian/patches/series: Update. + * debian/rules (override_dh_auto_configure): Remove alpha bits, it looks + like the build failure was transient. + * debian/control (Standards-Version): Bump to 4.6.0; no changes needed. + + -- Yavor Doganov Thu, 28 Oct 2021 11:24:22 +0300 + gnomint (1.3.0-3) unstable; urgency=medium * QA upload. diff -Nru gnomint-1.3.0/debian/control gnomint-1.3.0/debian/control --- gnomint-1.3.0/debian/control 2020-06-23 07:06:17.000000000 +0000 +++ gnomint-1.3.0/debian/control 2021-10-28 08:23:44.000000000 +0000 @@ -11,7 +11,7 @@ libreadline-dev, libsqlite3-dev, Rules-Requires-Root: no -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Homepage: http://gnomint.sourceforge.net/ Package: gnomint diff -Nru gnomint-1.3.0/debian/patches/glib-2.70.patch gnomint-1.3.0/debian/patches/glib-2.70.patch --- gnomint-1.3.0/debian/patches/glib-2.70.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnomint-1.3.0/debian/patches/glib-2.70.patch 2021-10-28 08:06:20.000000000 +0000 @@ -0,0 +1,29 @@ +Description: Fix FTBFS with glib/2.70. +Debian-Bug: https://bugs.debian.org/997198 +Author: Yavor Doganov +Forwarded: gnomint-devel@lists.sourceforge.net +Last-Update: 2021-10-28 +--- + +--- gnomint-1.3.0.orig/src/ca_creation.c ++++ gnomint-1.3.0/src/ca_creation.c +@@ -29,7 +29,7 @@ + + gint ca_creation_is_launched = -1; + +-static GMutex ca_creation_thread_status_mutex = G_STATIC_MUTEX_INIT; ++static GMutex ca_creation_thread_status_mutex; + gint ca_creation_thread_status = 0; + gchar * ca_creation_message = ""; + +--- gnomint-1.3.0.orig/src/csr_creation.c ++++ gnomint-1.3.0/src/csr_creation.c +@@ -29,7 +29,7 @@ + + gint csr_creation_is_launched = -1; + +-static GMutex csr_creation_thread_status_mutex = G_STATIC_MUTEX_INIT; ++static GMutex csr_creation_thread_status_mutex; + gint csr_creation_thread_status = 0; + gchar * csr_creation_message = ""; + diff -Nru gnomint-1.3.0/debian/patches/series gnomint-1.3.0/debian/patches/series --- gnomint-1.3.0/debian/patches/series 2020-06-23 07:02:21.000000000 +0000 +++ gnomint-1.3.0/debian/patches/series 2021-10-27 16:08:08.000000000 +0000 @@ -7,3 +7,4 @@ spelling-errors.patch gtk3-port.patch gcc-10.patch +glib-2.70.patch diff -Nru gnomint-1.3.0/debian/rules gnomint-1.3.0/debian/rules --- gnomint-1.3.0/debian/rules 2020-06-23 07:07:37.000000000 +0000 +++ gnomint-1.3.0/debian/rules 2021-10-28 08:22:03.000000000 +0000 @@ -7,10 +7,6 @@ override_dh_auto_configure: dh_auto_configure -- --sysconfdir=/etc -# Attempt to investigate the mysterious FTBFS on alpha. -ifeq ($(DEB_BUILD_ARCH), alpha) - grep ^DEFS src/Makefile -endif override_dh_auto_test: # disabled