tags 536984 +patch thanks
patch is attatched based on cyril's suggestion.
diff -ur multisync0.90-0.92.0~svn355/debian/control multisync0.90-0.92.0~svn355.new/debian/control --- multisync0.90-0.92.0~svn355/debian/control 2009-09-13 00:16:46.000000000 +0000 +++ multisync0.90-0.92.0~svn355.new/debian/control 2009-09-13 00:14:49.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Michael Banck <mba...@debian.org> Uploaders: Robert Collins <robe...@robertcollins.net>, Andrew Mitchell <ajmi...@gnu.org> -Build-Depends: debhelper (>= 4.0.0), quilt, automake1.9, autoconf, libtool, python, libopensync0-dev (>= 0.22-1), libgnomeui-dev, evolution-data-server-dev +Build-Depends: debhelper (>= 4.0.0), quilt, automake1.9, autoconf, libtool, python, libopensync0-dev (>= 0.22-1), libgnomeui-dev, evolution-data-server-dev, libglade2-dev Standards-Version: 3.7.3 Package: multisync0.90 diff -ur multisync0.90-0.92.0~svn355/debian/rules multisync0.90-0.92.0~svn355.new/debian/rules --- multisync0.90-0.92.0~svn355/debian/rules 2009-09-13 00:16:46.000000000 +0000 +++ multisync0.90-0.92.0~svn355.new/debian/rules 2009-09-13 00:15:51.000000000 +0000 @@ -12,7 +12,7 @@ configure-stamp: patch-stamp dh_testdir #autoreconf -i - cd build-tree/msynctool-*[0-9] && aclocal && automake + cd build-tree/msynctool-*[0-9] && aclocal && automake && libtoolize cd build-tree/msynctool-*[0-9] && CFLAGS='-O2 -Wall' ./configure --prefix=/usr cd build-tree/multisync-gui-*[0-9] && WAF_HOME=/tmp ./configure --prefix=/usr touch configure-stamp