mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-22 19:32:28 +02:00
cleanup the debian/changelog, add new file ChangLog
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
8ce9d2081c
commit
1b9628a922
53
ChangLog
Normal file
53
ChangLog
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
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 ]
|
||||||
|
* 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
|
||||||
|
|
||||||
|
[ Jonathan Nieder ]
|
||||||
|
* New snapshot, taken from commit 18cac78
|
||||||
|
* debian/rules:
|
||||||
|
- rewrite as a minimal rules file using dh
|
||||||
|
- add a get-orig-source target
|
||||||
|
- install firmware built at packaging time to avoid requiring a
|
||||||
|
mipsel cross-compiler on buildds
|
||||||
|
* debian/README.source: add instructions for re-building the firmware
|
||||||
|
* debian/autogen.sh: new script
|
||||||
|
* Build-Depends: debhelper (>= 7.4.10), for the --parallel option.
|
||||||
|
* Build-Conflicts: automake1.4
|
||||||
|
* debian/control: add information about the source repository
|
||||||
|
* remove the outdated watch file
|
||||||
|
* Standards-Version: 3.8.4
|
||||||
|
* use dpkg source format 3.0 (quilt)
|
||||||
|
|
||||||
|
[ Xiangfu Liu ]
|
||||||
|
* add xbboot tool and firmware
|
||||||
|
* add xbboot manual to package
|
||||||
|
|
||||||
|
-- Jonathan Nieder <jrnieder@gmail.com> Tue, 11 May 2010 00:15:01 -0500
|
||||||
|
|
||||||
|
xburst-tools (0.0+201002-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* from commit d8105c6d
|
||||||
|
* work with software usbboot
|
||||||
|
* don't wrtie cc data if page is empty
|
||||||
|
* use autoconf-provided variables instead of absolute
|
||||||
|
* some code cleanup
|
||||||
|
|
||||||
|
-- Xiangfu Liu <xiangfu@sharism.cc> Tue, 25 Feb 2010 11:21:51 +0800
|
||||||
|
|
||||||
|
xburst-tools (0.0+200906-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial release, from commit 710c10c1 (Closes: #535429).
|
||||||
|
|
||||||
|
-- Xiangfu Liu <xiangfu@sharism.cc> Tue, 30 Jun 2009 14:28:36 +0800
|
52
debian/changelog
vendored
52
debian/changelog
vendored
@ -1,53 +1,5 @@
|
|||||||
xburst-tools (0.0+201007-0.1) lucid; urgency=low
|
xburst-tools (0.0+201007-0.1) lucid; urgency=low
|
||||||
|
|
||||||
[ Xiangfu Liu ]
|
* Initial release. (Closes: #535429)
|
||||||
* New snapshot, taken from commit 77a7270
|
|
||||||
* remove the static prefix and datadir
|
|
||||||
|
|
||||||
[ Xiangfu Liu ]
|
-- xiangfu <xiangfu@sharism.cc> Tue, 03 Aug 2010 00:01:38 +0800
|
||||||
* 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
|
|
||||||
|
|
||||||
[ Jonathan Nieder ]
|
|
||||||
* New snapshot, taken from commit 18cac78
|
|
||||||
* debian/rules:
|
|
||||||
- rewrite as a minimal rules file using dh
|
|
||||||
- add a get-orig-source target
|
|
||||||
- install firmware built at packaging time to avoid requiring a
|
|
||||||
mipsel cross-compiler on buildds
|
|
||||||
* debian/README.source: add instructions for re-building the firmware
|
|
||||||
* debian/autogen.sh: new script
|
|
||||||
* Build-Depends: debhelper (>= 7.4.10), for the --parallel option.
|
|
||||||
* Build-Conflicts: automake1.4
|
|
||||||
* debian/control: add information about the source repository
|
|
||||||
* remove the outdated watch file
|
|
||||||
* Standards-Version: 3.8.4
|
|
||||||
* use dpkg source format 3.0 (quilt)
|
|
||||||
|
|
||||||
[ Xiangfu Liu ]
|
|
||||||
* add xbboot tool and firmware
|
|
||||||
* add xbboot manual to package
|
|
||||||
|
|
||||||
-- Jonathan Nieder <jrnieder@gmail.com> Tue, 11 May 2010 00:15:01 -0500
|
|
||||||
|
|
||||||
xburst-tools (0.0+201002-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* from commit d8105c6d
|
|
||||||
* work with software usbboot
|
|
||||||
* don't wrtie cc data if page is empty
|
|
||||||
* use autoconf-provided variables instead of absolute
|
|
||||||
* some code cleanup
|
|
||||||
|
|
||||||
-- Xiangfu Liu <xiangfu@sharism.cc> Tue, 25 Feb 2010 11:21:51 +0800
|
|
||||||
|
|
||||||
xburst-tools (0.0+200906-1) unstable; urgency=low
|
|
||||||
|
|
||||||
* Initial release, from commit 710c10c1 (Closes: #535429).
|
|
||||||
|
|
||||||
-- Xiangfu Liu <xiangfu@sharism.cc> Tue, 30 Jun 2009 14:28:36 +0800
|
|
||||||
|
Loading…
Reference in New Issue
Block a user