tags 634606 + pending
thanks

Dear maintainer,

I've prepared an NMU for gcolor2 (versioned as 0.4-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Alanis Morissette: That I Would Be Good
diff -u gcolor2-0.4/debian/changelog gcolor2-0.4/debian/changelog
--- gcolor2-0.4/debian/changelog
+++ gcolor2-0.4/debian/changelog
@@ -1,3 +1,13 @@
+gcolor2 (0.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: *** libtool.m4 and ltmain.sh have a version mismatch!
+    ***": add patch from Ubuntu / Colin Watson:
+    - aclocal.m4: Add an extra layer of quoting to ltmain.sh sanity check
+      (closes: #634606, LP: #831236).
+      
+ -- gregor herrmann <gre...@debian.org>  Sat, 05 Nov 2011 15:59:22 +0100
+
 gcolor2 (0.4-2) unstable; urgency=low
 
   * Change main.c to use stdlib.h for amd64 problems (closes: Bug#347816).
only in patch2:
unchanged:
--- gcolor2-0.4.orig/configure
+++ gcolor2-0.4/configure
@@ -6155,7 +6155,7 @@
   exit 1
 fi
 gentoo_lt_version="1.5.18"
-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'`
+gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
 if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
   echo "$as_me:$LINENO: result: no" >&5
 echo "${ECHO_T}no" >&6
only in patch2:
unchanged:
--- gcolor2-0.4.orig/aclocal.m4
+++ gcolor2-0.4/aclocal.m4
@@ -1106,7 +1106,7 @@
   exit 1
 fi
 gentoo_lt_version="1.5.18"
-gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
+gentoo_ltmain_version=`[grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||']`
 if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
   AC_MSG_RESULT(no)
   echo

Attachment: signature.asc
Description: Digital signature

Reply via email to