Hi,

 I investigate this issue and made a simple patch for that,
 just add autoreconf.

 Please check attached patch and apply it. Thanks.


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane
diff -u dia-newcanvas-0.6.10/debian/rules dia-newcanvas-0.6.10/debian/rules
--- dia-newcanvas-0.6.10/debian/rules
+++ dia-newcanvas-0.6.10/debian/rules
@@ -23,6 +23,7 @@
 
 config.status: configure
 	dh_testdir
+	autoreconf -i
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
 
diff -u dia-newcanvas-0.6.10/debian/changelog dia-newcanvas-0.6.10/debian/changelog
--- dia-newcanvas-0.6.10/debian/changelog
+++ dia-newcanvas-0.6.10/debian/changelog
@@ -1,3 +1,13 @@
+dia-newcanvas (0.6.10-5.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - add "Build-Depends: autoconf, automake, libtool"
+  * debian/rules
+    - add "autoreconf -i" to avoid FTBFS (Closes: #577383)
+
+ -- Hideki Yamane (Debian-JP) <[email protected]>  Wed, 28 Apr 2010 22:54:07 +0900
+
 dia-newcanvas (0.6.10-5.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u dia-newcanvas-0.6.10/debian/control dia-newcanvas-0.6.10/debian/control
--- dia-newcanvas-0.6.10/debian/control
+++ dia-newcanvas-0.6.10/debian/control
@@ -2,7 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Sebastien Bacher <[email protected]>
-Build-Depends: debhelper (>> 3.0.0), libgtk2.0-dev (>= 2.0.6), gettext, libglade2-dev (>= 2.0.0-2), python-dev, python-gtk2-dev
+Build-Depends: debhelper (>> 3.0.0), libgtk2.0-dev (>= 2.0.6), gettext, libglade2-dev (>= 2.0.0-2), python-dev, python-gtk2-dev,
+ autoconf, automake, libtool
 Standards-Version: 3.6.1.0
 
 Package: libdianewcanvas2

Reply via email to