mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:22:48 +02:00
update version numver. update debian/changelog
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
3201fd51e4
commit
d795fb3459
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,9 +1,16 @@
|
||||
xburst-tools (0.0+201006-0.1) lucid; urgency=low
|
||||
xburst-tools (0.0+201007-0.1) lucid; urgency=low
|
||||
|
||||
[ Xiangfu Liu ]
|
||||
* New snapshot, taken from commit 77a7270
|
||||
* remove the static prefix and datadir
|
||||
|
||||
-- Xiangfu Liu <xiangfu@sharism.cc> Thu, 03 Jun 2010 21:44:55 +0800
|
||||
[ Xiangfu Liu ]
|
||||
* New snapshot, taken from commit 3201fd5
|
||||
* add JZ4760 code. xboot works fine with JZ4760 LEPUS EVB
|
||||
* add miss head file stdint.h. fix compile error in Gentoo system
|
||||
* remove useless files, come code cleanup.
|
||||
|
||||
-- Xiangfu Liu <xiangfu@sharism.cc> Sat, 31 Jul 2010 00:10:57 +0800
|
||||
|
||||
xburst-tools (0.0+201005-0.1) local; urgency=low
|
||||
|
||||
|
@ -2,7 +2,7 @@ AM_CFLAGS = -pedantic -Wall -W -DCFGDIR=\"$(cfgdir)\" -DDATADIR=\"$(pkgdatadir)\
|
||||
|
||||
xburst-tools_version.h:
|
||||
echo -e '#ifndef XBURST_TOOLS_VERSION' \
|
||||
'\n#define XBURST_TOOLS_VERSION "201002-1"' \
|
||||
'\n#define XBURST_TOOLS_VERSION "201007-1"' \
|
||||
'\n#endif' > xburst-tools_version.h
|
||||
BUILT_SOURCES = xburst-tools_version.h
|
||||
|
||||
|
@ -2,7 +2,7 @@ AM_CFLAGS = -pedantic -Wall -W -std=gnu99 -DDATADIR=\"$(pkgdatadir)\"
|
||||
|
||||
xbboot_version.h:
|
||||
echo -e '#ifndef XBBOOT_VERSION' \
|
||||
'\n#define XBBOOT_VERSION "20100427-1"' \
|
||||
'\n#define XBBOOT_VERSION "201007-1"' \
|
||||
'\n#endif' > xbboot_version.h
|
||||
BUILT_SOURCES = xbboot_version.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user