Hi,

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

Greetings Arjan Oosting  
diff -u kbfx-0.4.9.1/debian/changelog kbfx-0.4.9.1/debian/changelog
--- kbfx-0.4.9.1/debian/changelog
+++ kbfx-0.4.9.1/debian/changelog
@@ -1,3 +1,11 @@
+kbfx (0.4.9.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Set urgency to medium because this upload fixes an RC bug.
+  * admin/cvs.sh: update to support autoconf 2.60. (Closes: #380026)
+
+ -- Arjan Oosting <[EMAIL PROTECTED]>  Wed,  2 Aug 2006 10:58:54 +0200
+
 kbfx (0.4.9.1-1) unstable; urgency=low
 
   * Initial release (Closes: #335238)
only in patch2:
unchanged:
--- kbfx-0.4.9.1.orig/admin/cvs.sh
+++ kbfx-0.4.9.1/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