请教Make package on 10.9

请教一个问题,在编译时没问题,打包出错 从网上查是dkg-deb使用了tar,但10.9没有了
有源代码的解决方案但不能通过apt-get获取源代码 请教一下,有什么解决方案么?
有Linux版本自己编译的也行啊 请问谁有呢

sh-3.2# make package messages=yes
/Users/---/Documents/workspace/testday/theos/makefiles/targets/Darwin/iphone.mk:41: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for tweak TestDay…
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile --no-print-directory --no-keep-going
internal-library-compile
_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=TestDay THEOS_CURRENT_OPERATION=compile
THEOS_BUILD_DIR="." THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for internal-library-compile'. rm -rf "/Users/---/Documents/workspace/testday/_" /Users/---/Documents/workspace/testday/theos/bin/fakeroot.sh -p "/Users/---/Documents/workspace/testday/.theos/fakeroot" -c mkdir -p "/Users/---/Documents/workspace/testday/_" -d layout ] && rsync -a "layout/" "/Users/---/Documents/workspace/testday/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true Making stage for tweak TestDay... mkdir -p "/Users/---/Documents/workspace/testday/_/Library/MobileSubstrate/DynamicLibraries/" cp ./obj/TestDay.dylib "/Users/---/Documents/workspace/testday/_/Library/MobileSubstrate/DynamicLibraries/" if -f TestDay.plist ]; then cp TestDay.plist "/Users/---/Documents/workspace/testday/_/Library/MobileSubstrate/DynamicLibraries/"; fi mkdir -p "/Users/---/Documents/workspace/testday/_/DEBIAN" sed -e '/^[Vv]ersion:/d' "/Users/---/Documents/workspace/testday/control" > "/Users/---/Documents/workspace/testday/_/DEBIAN/control" echo "Version: 0.0.1-19" >> "/Users/---/Documents/workspace/testday/_/DEBIAN/control" echo "Installed-Size: 16" >> "/Users/---/Documents/workspace/testday/_/DEBIAN/control" COPYFILE_DISABLE=1 /Users/---/Documents/workspace/testday/theos/bin/fakeroot.sh -p "/Users/---/Documents/workspace/testday/.theos/fakeroot" -r dpkg-deb -b "/Users/---/Documents/workspace/testday/_" "./com.yourcompany.testday_0.0.1-19_iphoneos-arm.deb" warning, /Users/---/Documents/workspace/testday/
/DEBIAN/control’ contains user-defined field Name' warning, /Users/---/Documents/workspace/testday/
/DEBIAN/control’ contains user-defined field Author' dpkg-deb: building package com.yourcompany.testday’ in `./com.yourcompany.testday_0.0.1-19_iphoneos-arm.deb’.
dpkg-deb: ignoring 2 warnings about the control file(s)
Can’t use format gnu: No such format ‘gnu’
Usage:
List: tar -tf
Extract: tar -xf
Create: tar -cf [filenames…]
Help: tar --help
dpkg-deb: subprocess tar -cf returned error exit status 1
make: *** [internal-package] Error 2

书上写过了,这是因为10.9的tar导致的。可以参照这个帖子的解决方案