1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

this fix the uscan --report-status error

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu
2010-09-25 22:41:02 +08:00
parent 5e6ede15b8
commit 70466eec2a
4 changed files with 14 additions and 17 deletions

8
debian/rules vendored
View File

@@ -58,10 +58,4 @@ firmware: configure
VERSION = 201007
debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST))))
get-orig-source:
[ -f xburst-tools_$(VERSION).tar.bz2 ] || wget \
http://projects.qi-hardware.com/media/upload/xburst-tools/files/xburst-tools_$(VERSION).tar.bz2
mkdir -p get-orig-source
cd get-orig-source && tar -jxf ../xburst-tools_$(VERSION).tar.bz2
rm -rf get-orig-source/xburst-tools/debian get-orig-source/xburst-tools/.git
cd get-orig-source && tar -czf ../../xburst-tools_0.0+$(VERSION).orig.tar.gz .
rm -rf xburst-tools_$(VERSION).tar.bz2 get-orig-source
VERSION='$(VERSION)' sh '$(debiandir_SQ)'get-orig-source.sh