Hi, I have prepared a (quite trivial) patch which makes the package build with autoconf 2.60 (attached below).
Greetings Arjan Oosting
diff -u kde-style-polyester-0.9.2/debian/changelog kde-style-polyester-0.9.2/debian/changelog
--- kde-style-polyester-0.9.2/debian/changelog
+++ kde-style-polyester-0.9.2/debian/changelog
@@ -1,3 +1,10 @@
+kde-style-polyester (0.9.2-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * admin/cvs.sh: update to recognize autoconf 2.60 (Closes: #379812)
+
+ -- Arjan Oosting <[EMAIL PROTECTED]> Tue, 1 Aug 2006 01:41:51 +0200
+
kde-style-polyester (0.9.2-1) unstable; urgency=low
* New upstream release
only in patch2:
unchanged:
--- kde-style-polyester-0.9.2.orig/admin/cvs.sh
+++ kde-style-polyester-0.9.2/admin/cvs.sh
@@ -32,7 +32,7 @@
required_autoconf_version="2.53 or newer"
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 $required_autoconf_version"
@@ -47,7 +47,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 $required_autoconf_version"
signature.asc
Description: Dit berichtdeel is digitaal ondertekend

