Author: roam-guest
Date: 2010-11-25 14:26:47 +0000 (Thu, 25 Nov 2010)
New Revision: 11479

Modified:
   packages/trunk/fenix-plugins/debian/changelog
   packages/trunk/fenix-plugins/debian/rules
Log:
Fix the build with recent versions of autotools - use a recent
version of ltmain.sh to follow the backwards-incompatible
change from using $echo to $ECHO.


Modified: packages/trunk/fenix-plugins/debian/changelog
===================================================================
--- packages/trunk/fenix-plugins/debian/changelog       2010-11-25 11:51:36 UTC 
(rev 11478)
+++ packages/trunk/fenix-plugins/debian/changelog       2010-11-25 14:26:47 UTC 
(rev 11479)
@@ -10,8 +10,13 @@
     line was missed. Add the following architectures accordingly: powerpc
     s390 sparc. Thanks to Philipp Kern (Closes: #509702).
 
- -- Evgeni Golov <[email protected]>  Mon, 22 Feb 2010 00:42:10 +0100
+  [ Peter Pentchev ]
+  * Fix the build with new autotools by using the ltmain.sh provided by
+    the Debian version of libtool to avoid the backwards-incompatible
+    $echo -> $ECHO change.
 
+ -- Peter Pentchev <[email protected]>  Thu, 25 Nov 2010 16:09:06 +0200
+
 fenix-plugins (0.0.20070803-3) unstable; urgency=low
 
   [ Ansgar Burchardt ]

Modified: packages/trunk/fenix-plugins/debian/rules
===================================================================
--- packages/trunk/fenix-plugins/debian/rules   2010-11-25 11:51:36 UTC (rev 
11478)
+++ packages/trunk/fenix-plugins/debian/rules   2010-11-25 14:26:47 UTC (rev 
11479)
@@ -18,6 +18,7 @@
                if [ -e "$$i/configure.ac" ]; then \
                        cp -f /usr/share/misc/config.sub "$$i/config.sub" ; \
                        cp -f /usr/share/misc/config.guess "$$i/config.guess" ; 
\
+                       cp -f /usr/share/libtool/config/ltmain.sh 
"$$i/ltmain.sh" ; \
                fi \
        done
        touch $@
@@ -44,6 +45,7 @@
        rm -f build-stamp configure-stamp
        $(MAKE) fullclean
        dh_clean 
+       rm -f */ltmain.sh
 
 install: build
        dh_testdir


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to