tag 527511 patch pending
thanks

Yaroslav Halchenko <deb...@onerussian.com> (24/06/2009):
> Please please take care about grave bugs, especially those which are
> easily fixable and replicable

Indeed, the fix is rather trivial, see attached debdiff.

Given the amount of time with no answer, fixed package uploaded to
DELAYED/2.

Mraw,
KiBi.
diff -u wmaker-0.92.0/debian/control wmaker-0.92.0/debian/control
--- wmaker-0.92.0/debian/control
+++ wmaker-0.92.0/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: John H. Robinson, IV <jaq...@debian.org>
 Standards-Version: 3.8.0.1
-Build-Depends: debhelper (>= 4), automake1.4, gettext, dctrl-tools, libfontconfig1-dev, libjpeg62-dev, libpng12-dev, libsm-dev, libtiff4-dev, libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils
+Build-Depends: debhelper (>= 4), automake1.4, gettext, dctrl-tools, libfontconfig1-dev, libjpeg62-dev, libpng12-dev, libsm-dev, libtiff4-dev, libtool (>= 2.2.6a), libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev, libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils
 
 Package: wmaker
 Architecture: any
diff -u wmaker-0.92.0/debian/rules wmaker-0.92.0/debian/rules
--- wmaker-0.92.0/debian/rules
+++ wmaker-0.92.0/debian/rules
@@ -393,7 +393,7 @@
 aclocal.m4: acinclude.m4 configure.ac
 	aclocal
 
-ltmain.sh: aclocal.m4 /usr/share/libtool/ltmain.sh
+ltmain.sh: aclocal.m4 /usr/share/libtool/config/ltmain.sh
 	libtoolize --force --copy --automake
 
 $(IN_MAKEFILES): %.in: ltmain.sh %.am
diff -u wmaker-0.92.0/debian/changelog wmaker-0.92.0/debian/changelog
--- wmaker-0.92.0/debian/changelog
+++ wmaker-0.92.0/debian/changelog
@@ -1,3 +1,15 @@
+wmaker (0.92.0-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with new libtool: update the path of libtool's ltmain.sh in
+    the prerequisite of the ltmain.sh rule in debian/rules, which moved
+    from /usr/share/libtool/ltmain.sh to /usr/share/libtool/config/ltmain.sh
+    and version the build dependency on libtool accordingly, making sure a
+    build can't be attempted against an older libtool: libtool (>= 2.2.6a).
+    Thanks to Daniel Schepler for reporting (Closes: #527511).
+
+ -- Cyril Brulebois <k...@debian.org>  Wed, 01 Jul 2009 02:16:01 +0200
+
 wmaker (0.92.0-8) unstable; urgency=low
 
   * Standards Version 3.8.0.1

Reply via email to