Hi Manoj, here is a patch for #659585. -Ralf -- Ralf Treinen Laboratoire Preuves, Programmes et Systèmes Université Paris Diderot, Paris, France. http://www.pps.jussieu.fr/~treinen/
diff -ur wm-icons-0.4.0.orig/debian/changelog wm-icons-0.4.0/debian/changelog --- wm-icons-0.4.0.orig/debian/changelog 2012-02-17 15:20:27.000000000 +0100 +++ wm-icons-0.4.0/debian/changelog 2012-02-17 15:22:19.000000000 +0100 @@ -1,3 +1,10 @@ +wm-icons (0.4.0-5.1) unstable; urgency=low + + * NMU + * add build-dependency on libtool (closes: #659585) + + -- Ralf Treinen <trei...@debian.org> Fri, 17 Feb 2012 15:21:57 +0100 + wm-icons (0.4.0-5) unstable; urgency=low * A number of minor changes to fix small policy compliance issues. diff -ur wm-icons-0.4.0.orig/debian/control wm-icons-0.4.0/debian/control --- wm-icons-0.4.0.orig/debian/control 2012-02-17 15:20:27.000000000 +0100 +++ wm-icons-0.4.0/debian/control 2012-02-17 15:21:04.000000000 +0100 @@ -6,7 +6,7 @@ Maintainer: Manoj Srivastava <sriva...@debian.org> Priority: optional Homepage: http://wm-icons.sourceforge.net/ -Build-Depends-Indep: autoconf, automake | automaken, cvs +Build-Depends-Indep: autoconf, automake | automaken, cvs, libtool # depending on cvs sucks, but gettext needs it without depending on it, # and autoreconf calls autopoint from gettext, which uses a CVS repo in # a tar ball. See Bug#506022 and Bug#508230