iPad:/var/mobile/stickwars root# make package messages=yes
/var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang.
/var/mobile/stickwars/theos/makefiles/targets/Darwin-arm/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak stickwars...
make -f Makefile --no-print-directory --no-keep-going \
internal-library-compile \
_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=stickwars _THEOS_CURRENT_OPERATION=compile \
THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for `internal-library-compile'.
Making all in stickwars...
make[1]: Entering directory `/private/var/mobile/stickwars/stickwars'
Making all for bundle stickwars...
mkdir -p "obj/stickwars.bundle/"
mkdir -p "obj/stickwars.bundle/"
mkdir -p "obj/stickwars.bundle/"
for d in Resources; do \
if [ -d "$d" ]; then \
rsync -a "$d/" "./obj/stickwars.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \
else \
echo "Warning: ignoring missing bundle resource directory $d."; \
fi; \
done
make -f Makefile --no-print-directory --no-keep-going \
internal-bundle-compile \
_THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=stickwars _THEOS_CURRENT_OPERATION=compile \
THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[3]: Nothing to be done for `internal-bundle-compile'.
make[1]: Leaving directory `/private/var/mobile/stickwars/stickwars'
rm -rf "/private/var/mobile/stickwars/_"
/var/mobile/stickwars/theos/bin/fakeroot.sh -p "/private/var/mobile/stickwars/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/stickwars/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/stickwars/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak stickwars...
mkdir -p "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./obj/stickwars.dylib "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f stickwars.plist ]; then cp stickwars.plist "/private/var/mobile/stickwars/_/Library/MobileSubstrate/DynamicLibraries/"; fi
Making stage in stickwars...
make[1]: Entering directory `/private/var/mobile/stickwars/stickwars'
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/stickwars/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for bundle stickwars...
mkdir -p "/private/var/mobile/stickwars/_/Library/PreferenceBundles/stickwars.bundle"
rsync -a "./obj/stickwars.bundle/" "/private/var/mobile/stickwars/_/Library/PreferenceBundles/stickwars.bundle"
mkdir -p /private/var/mobile/stickwars/_/Library/PreferenceLoader/Preferences
cp entry.plist /private/var/mobile/stickwars/_/Library/PreferenceLoader/Preferences/stickwars.plist
make[1]: Leaving directory `/private/var/mobile/stickwars/stickwars'
mkdir -p "/private/var/mobile/stickwars/_/DEBIAN"
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/stickwars/control" > "/private/var/mobile/stickwars/_/DEBIAN/control"
echo "Version: 1.0.0-4" >> "/private/var/mobile/stickwars/_/DEBIAN/control"
echo "Installed-Size: 184" >> "/private/var/mobile/stickwars/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/stickwars/theos/bin/fakeroot.sh -p "/private/var/mobile/stickwars/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/stickwars/_" "./god.yongy.stickwars_1.0.0-4_iphoneos-arm.deb"
dpkg-deb: parse error, in file `/private/var/mobile/stickwars/_/DEBIAN/control' near line 10 package `god.yongy.stickwars':
missing version
make: *** [internal-package] Error 2