severity 969675 normal thanks Rob Browning <r...@defaultvalue.org> writes:
> Please migrate to guile-3.0 as soon as it's feasible. If we can, I'd > like to have the option to drop guile-2.2 from bullseye, so that we > won't have to maintain two versions throughout that release. I can't be sure this will work, given the other FTBS, but it might be a start: diff --git a/.pc/set_mu_sieve_moddir.patch/configure.ac b/.pc/set_mu_sieve_moddir.patch/configure.ac index fa5baa0..4c7ed7f 100644 --- a/.pc/set_mu_sieve_moddir.patch/configure.ac +++ b/.pc/set_mu_sieve_moddir.patch/configure.ac @@ -1162,7 +1162,7 @@ AC_SUBST([GUILE_BINDIR]) AC_SUBST([LIBMU_SCM]) AC_SUBST([LIBMU_SCM_DEPS]) AC_SUBST([MU_GUILE_SIEVE_MOD_DIR]) -GINT_INIT([gint],[2.2.0 with-guile], +GINT_INIT([gint],[3.0 with-guile], [useguile=yes AC_DEFINE([WITH_GUILE],1,[Enable Guile support]) GUILE_BINDIR=`guile-config info bindir` diff --git a/configure.ac b/configure.ac index 174ee01..74774fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1169,7 +1169,7 @@ AC_SUBST([GUILE_BINDIR]) AC_SUBST([LIBMU_SCM]) AC_SUBST([LIBMU_SCM_DEPS]) AC_SUBST([MU_GUILE_SIEVE_MOD_DIR]) -GINT_INIT([gint],[2.2.0 with-guile], +GINT_INIT([gint],[3.0 with-guile], [useguile=yes AC_DEFINE([WITH_GUILE],1,[Enable Guile support]) GUILE_BINDIR=`guile-config info bindir` diff --git a/debian/control b/debian/control index 7e61ef3..f137928 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: bison, flex, gawk, gettext, - guile-2.2-dev, + guile-3.0-dev, help2man, libfribidi-dev, libgnutls28-dev, @@ -220,7 +220,7 @@ Package: mailutils-guile Architecture: any Depends: mailutils-common (= ${source:Version}), libmailutils-dev, - guile-2.2 | guile, + guile-3.0 | guile, ${misc:Depends}, ${shlibs:Depends} Description: GNU mailutils Guile interpreter and modules -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4