Closes: 885213
---

 This is the 4.2.1-1.3 NMU diff against 4.2.1-1.2.

 The source of the 4.2.1-1.2 code was master at 
https://salsa.debian.org/benh/make-dfsg
 The source of this NMU is debian/master at 
https://salsa.debian.org/rlb/make-dfsg

 Thanks

 configure.ac     | 4 ++--
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 02481ec..eeac949 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,8 +168,8 @@ AC_ARG_WITH([guile], [AS_HELP_STRING([--with-guile],
 # comes with it's own PC file so we have to specify them as individual
 # packages.  Ugh.
 AS_IF([test "x$with_guile" != xno],
-[ PKG_CHECK_MODULES([GUILE], [guile-2.0], [have_guile=yes],
-  [PKG_CHECK_MODULES([GUILE], [guile-1.8], [have_guile=yes],
+[ PKG_CHECK_MODULES([GUILE], [guile-3.0], [have_guile=yes],
+  [PKG_CHECK_MODULES([GUILE], [guile-2.2], [have_guile=yes],
     [have_guile=no])])
 ])
 
diff --git a/debian/changelog b/debian/changelog
index ad02528..9f194ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+make-dfsg (4.2.1-1.3) unstable; urgency=medium
+
+  * Build against guile-3.0; drop 1.8 and 2.0. (Closes: 885213)
+
+ -- Rob Browning <r...@defaultvalue.org>  Fri, 24 Apr 2020 19:36:46 -0500
+
 make-dfsg (4.2.1-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index e251b40..3588b46 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 4.1.3
 Homepage: https://www.gnu.org/software/make/
 Build-Depends: gettext, po-debconf, debhelper (>= 9.0.0), dh-autoreconf,
                autoconf, automake | automaken, autopoint, file, pkg-config,
-               guile-2.0-dev, procps, libbsd-resource-perl <!nocheck>
+               guile-3.0-dev, procps, libbsd-resource-perl <!nocheck>
 
 Package: make
 Suggests: make-doc
-- 
2.26.1

Reply via email to