[Fusionforge-commits] r10586 - trunk

Christian Bayle cbayle at libremir.placard.fr.eu.org
Tue Sep 21 12:50:41 CEST 2010


Author: cbayle
Date: 2010-09-21 12:50:40 +0200 (Tue, 21 Sep 2010)
New Revision: 10586

Modified:
   trunk/Makefile
Log:
Ubuntu build on debian requires ubuntu-keyring, which is not present on debian


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2010-09-21 10:47:27 UTC (rev 10585)
+++ trunk/Makefile	2010-09-21 10:50:40 UTC (rev 10586)
@@ -53,7 +53,7 @@
 	cd tests ; php AllFullTests.php
 
 checkdebtools:
-	sudo apt-get install php5-cli phpunit php-htmlpurifier pcregrep moreutils
+	sudo apt-get install php5-cli phpunit php-htmlpurifier pcregrep moreutils #ubuntu-keyring
 
 buildtar: $(BUILDRESULT)
 	rm -fr /tmp/$(VERSION)




More information about the Fusionforge-commits mailing list