Package: kde-style-polyester Version: 0.9.2-1 Severity: normal Tags: patch Hi,
Attached is the diff for my kde-style-polyester 0.9.2-1.1 NMU which I'll upload to DELAYED-2. -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
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=medium
+
+ * Non-maintainer upload.
+ * Patch cvs.sh to recognize autoconf 2.60 (Closes: #379812).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Wed, 2 Aug 2006 23:01:50 +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: Digital signature

