Tags 379812 + pending
Thanks
I have prepared a package with this patch and I plan to upload an NMU that
applies it.
The patch is basically what Arjan sent, only with a different changelog
entry. I'm attaching the full interdiff output for the NMU that I'm about
to do.
--
Love,
Marga
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,11 @@
+kde-style-polyester (0.9.2-1.1) unstable; urgency=low
+
+ * 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: #379812)
+
+ -- Margarita Manterola <[EMAIL PROTECTED]> Wed, 2 Aug 2006 17:15:23 -0300
+
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"