Hi,

I have prepared a (quite trivial) patch which makes the package build
with autoconf 2.60 (attached below). 

Greetings Arjan Oosting  
diff -u klog-0.3.3/debian/changelog klog-0.3.3/debian/changelog
--- klog-0.3.3/debian/changelog
+++ klog-0.3.3/debian/changelog
@@ -1,3 +1,11 @@
+klog (0.3.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * admin/cvs.sh: update to support autoconf 2.60 (Closes: #379492,
+    379815)
+
+ -- Arjan Oosting <[EMAIL PROTECTED]>  Tue,  1 Aug 2006 02:35:18 +0200
+
 klog (0.3.3-2) unstable; urgency=low
 
   * Built against new hamlib. (Closes: #360197)
only in patch2:
unchanged:
--- klog-0.3.3.orig/admin/cvs.sh
+++ klog-0.3.3/admin/cvs.sh
@@ -29,7 +29,7 @@
 {
 AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
 case $AUTOCONF_VERSION in
-  Autoconf*2.5* | autoconf*2.5* ) : ;;
+  Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
   "" )
     echo "*** AUTOCONF NOT FOUND!."
     echo "*** KDE requires autoconf 2.52, 2.53 or 2.54"
@@ -44,7 +44,7 @@
  
 AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
 case $AUTOHEADER_VERSION in
-  Autoconf*2.5* | autoheader*2.5* ) : ;;
+  Autoconf*2.5* | autoheader*2.5* | autoheader*2.6*) : ;;
   "" )
     echo "*** AUTOHEADER NOT FOUND!."
     echo "*** KDE requires autoheader 2.52 or 2.53 (part of autoconf)"

Attachment: signature.asc
Description: Dit berichtdeel is digitaal ondertekend

Reply via email to