Bug#571422: [patch]: pandora-build: FTBFS: autoreconf: failed to run libtoolize: No such file or directory

2010-08-04 Thread Adam D. Barratt
On Fri, May 7, 2010 03:01, Robert Collins wrote:
 Thanks, care to NMU? If not thats fine, I'll try to get to it shortly.

Any news on that?

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#571422: [patch]: pandora-build: FTBFS: autoreconf: failed to run libtoolize: No such file or directory

2010-05-07 Thread Robert Collins
Thanks, care to NMU? If not thats fine, I'll try to get to it shortly.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#571422: [patch]: pandora-build: FTBFS: autoreconf: failed to run libtoolize: No such file or directory

2010-04-25 Thread Hideki Yamane
Hi,

 I made a small patch for this issue, add dependencies.
 Please check and apply it, thanks.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane
diff -u pandora-build-0.98/debian/changelog pandora-build-0.98/debian/changelog
--- pandora-build-0.98/debian/changelog
+++ pandora-build-0.98/debian/changelog
@@ -1,3 +1,11 @@
+pandora-build (0.98-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+- add Build-Depends: libtool, autoconf-archive to fix FTBFS (Closes: #571422) 
+
+ -- Hideki Yamane (Debian-JP) henr...@debian.or.jp  Sun, 25 Apr 2010 18:31:39 +0900
+
 pandora-build (0.98-1) unstable; urgency=low
 
   * New upstream release. (Closes: #560518)
diff -u pandora-build-0.98/debian/control pandora-build-0.98/debian/control
--- pandora-build-0.98/debian/control
+++ pandora-build-0.98/debian/control
@@ -4,7 +4,9 @@
 Maintainer: Robert Collins robe...@robertcollins.net
 Build-Depends: debhelper (= 7.0), 
 autoconf (= 2.59), 
-automake
+automake,
+libtool,
+autoconf-archive
 Standards-Version: 3.8.2
 Homepage: http://code.launchpad.net/pandora-build