Date:2010-09-25 16:41:02 (13 years 5 months ago)
Author:Xiangfu Liu
Commit:70466eec2a1526617873358dbe7cdbfce97ccb6f
Message:this fix the `uscan --report-status` error

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: debian/README.source (1 diff)
debian/changelog (1 diff)
debian/get-orig-source.sh (1 diff)
debian/rules (1 diff)

Change Details

debian/README.source
22of debian/control). To build from a git checkout:
33
44    debian/rules get-orig-source VERSION=201007
5    mv xburst-tools_*.tar.gz ..
65    debian/autogen.sh
76    debuild
87
debian/changelog
1xburst-tools (0.0+201007-1) lucid; urgency=low
1xburst-tools (201007-1) lucid; urgency=low
22
33  * Initial release, taken from commit 7b710f3 (Closes: #535429)
44
debian/get-orig-source.sh
22# Build a tarball from the latest upstream version, with a nice
33# version number.
44#
5# Requires git 1.6.6 or later, GNU date, and gzip.
5# Requires tar.
66
77set -e
88
99: ${VERSION=201007}
1010
11[ -f xburst-tools_${VERSION}.tar.bz2 ] || wget http://projects.qi-hardware.com/media/upload/xburst-tools/files/xburst-tools_${VERSION}.tar.bz2
12mkdir -p get-orig-source
13echo `pwd`
14cd get-orig-source && tar -jxf ../xburst-tools_${VERSION}.tar.bz2
15rm -rf get-orig-source/xburst-tools/debian get-orig-source/xburst-tools/.git
16cd get-orig-source && tar -czf ../../xburst-tools_${VERSION}-1.orig.tar.gz xburst-tools/
17rm -rf xburst-tools_${VERSION}.tar.bz2 get-orig-source
11mkdir -p debian-orig-source
12trap 'rm -fr debian-orig-source xburst-tools_${VERSION}.tar.bz2 || exit 1' EXIT INT TERM
13
14[ -f xburst-tools_${VERSION}.tar.bz2 ] || \
15    wget http://projects.qi-hardware.com/media/upload/xburst-tools/files/xburst-tools_${VERSION}.tar.bz2
16
17tar -jxf xburst-tools_${VERSION}.tar.bz2 -C debian-orig-source
18rm -rf debian-orig-source/debian
19cd debian-orig-source && tar -czf ../../xburst-tools_${VERSION}.orig.tar.gz . && cd ..
20
21rm -fr debian-orig-source xburst-tools_${VERSION}.tar.bz2
debian/rules
5858VERSION = 201007
5959debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST))))
6060get-orig-source:
61    [ -f xburst-tools_$(VERSION).tar.bz2 ] || wget \
62        http://projects.qi-hardware.com/media/upload/xburst-tools/files/xburst-tools_$(VERSION).tar.bz2
63    mkdir -p get-orig-source
64    cd get-orig-source && tar -jxf ../xburst-tools_$(VERSION).tar.bz2
65    rm -rf get-orig-source/xburst-tools/debian get-orig-source/xburst-tools/.git
66    cd get-orig-source && tar -czf ../../xburst-tools_0.0+$(VERSION).orig.tar.gz .
67    rm -rf xburst-tools_$(VERSION).tar.bz2 get-orig-source
61    VERSION='$(VERSION)' sh '$(debiandir_SQ)'get-orig-source.sh

Archive Download the corresponding diff file



interactive