This patch appears to at least allow mcron to build against guile-3.0-dev.

diff --git a/configure.ac b/configure.ac
index 764ea03..881d8d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AC_PROG_AWK
 AC_PROG_EGREP
 AM_PROG_CC_C_O
 
-PKG_CHECK_MODULES(GUILE, guile-2.0)
+PKG_CHECK_MODULES(GUILE, guile-3.0)
 
 # Checks for programs.
   
diff --git a/debian/control b/debian/control
index 255fb63..ef7c794 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: mcron
 Section: utils
 Priority: optional
 Maintainer: Dale Mellor <dale_mel...@users.sourceforge.net>
-Build-Depends: debhelper (>= 9), guile-2.0-dev, ed, help2man
+Build-Depends: debhelper (>= 9), guile-3.0-dev, ed, help2man
 Standards-Version: 3.9.5
 Homepage: http://www.gnu.org/software/mcron
 
@@ -11,7 +11,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          dpkg (>= 1.15.4)    |    install-info,
-         guile-2.0,
+         guile-3.0,
          sendmail    |    mail-transport-agent
 Description: Guile-based program for running jobs at regular times
  The GNU package mcron (Mellor's cron) can be a 100% compatible replacement for
Thanks
-- 
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

Reply via email to