[Scummvm-cvs-logs] scummvm master -> 4b315b1f158770b0a24027f07cfb6b1a47f70401
tsoliman
tarek at bashasoliman.com
Mon Dec 5 04:24:38 CET 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4b315b1f15 MAEMO: Remove i386 from Architecture field of debian/control
Commit: 4b315b1f158770b0a24027f07cfb6b1a47f70401
https://github.com/scummvm/scummvm/commit/4b315b1f158770b0a24027f07cfb6b1a47f70401
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2011-12-04T19:23:04-08:00
Commit Message:
MAEMO: Remove i386 from Architecture field of debian/control
It confuses the maemo.org autobuilder which tries to build x86 builds with ARMisms in them
Changed paths:
backends/platform/maemo/debian/control
diff --git a/backends/platform/maemo/debian/control b/backends/platform/maemo/debian/control
index cb82bbc..6e1dfe2 100644
--- a/backends/platform/maemo/debian/control
+++ b/backends/platform/maemo/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>> 4.0.0), libsdl1.2-dev, libmad0-dev, libasound2-dev,
Standards-Version: 3.6.1.1
Package: scummvm
Depends: ${shlibs:Depends}
-Architecture: i386 armel
+Architecture: armel
Section: user/games
Description: interpreter that will play graphic adventure games
written for LucasArts' SCUMM virtual machine, Sierra's AGI adventures,
More information about the Scummvm-git-logs
mailing list