1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-12-23 16:16:25 +02:00
xburst-tools/usbboot/debian/changelog
Jonathan Nieder 81adfd188d Do not build firmware on buildds
There is no mipsel cross-compiler packaged for Debian, so building
the firmware on arbitrary build machines is not possible.

So let packagers build firmware when generating the source package.
The built firmware is kept in the debian/ directory and then
copied verbatim to <staging directory>/usr/share/xburst-tools
at the appropriate time.

The commands to prepare the firmware are in a script named
debian/autogen.sh, which could be taught to do other things (such as
generate a changelog) later.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-04-05 14:58:29 +08:00

30 lines
1.0 KiB
Plaintext

xburst-tools (0.0+201002-1.1) local; urgency=low
* debian/rules: rewrite as a minimal rules file using dh
+ Build-Depends: debhelper (>= 7.4.10), for the --parallel option.
* Standards-Version: 3.8.4
* Build-Conflicts: automake1.4
* add a Vcs-Git field to debian/control and remove the outdated watch
file
* debian/README.source: add instructions for re-building the firmware
* debian/autogen.sh: new script
* debian/rules: install firmware built at packaging time, to avoid
requiring a mipsel cross-compiler on buildds
-- Jonathan Nieder <jrnieder@gmail.com> Sun, 04 Apr 2010 22:08:47 -0500
xburst-tools (0.0+201002-1) unstable; urgency=low
* 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.com> Tue, 25 Feb 2010 11:21:51 +0800
xburst-tools (0.0+200906-1) unstable; urgency=low
* Initial release (Closes: #535429).
-- Xiangfu Liu <xiangfu@sharism.com> Tue, 30 Jun 2009 14:28:36 +0800