Tags 379492 +pending
Tags 379815 +pending
Thanks

I have prepared a package to upload with the suggested changes, but I'm
currently unable to build klog, due to the KDE transition.  I'm going to
retry the build after today's dinstall.

I'm attaching the full interdiff output for the package.  As you can see
it's basically Arjan's patch with the corresponding changelog entry.

-- 
Love,
        Marga
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=medium
+
+  * Non-maintainer upload to fix Failure To Build From Source due to the lack
+    of support of autoconf 2.6. Thanks to Arjan Oosting for the patch.
+    (Closes: #379492, #379815)
+
+ -- Margarita Manterola <[EMAIL PROTECTED]>  Tue,  1 Aug 2006 12:36:38 -0300
+
 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)"

Reply via email to