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

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>
This commit is contained in:
Jonathan Nieder
2010-04-04 22:45:12 -05:00
committed by Xiangfu Liu
parent 1b6d5cccd3
commit 81adfd188d
6 changed files with 64 additions and 9 deletions

View File

@@ -6,8 +6,12 @@ xburst-tools (0.0+201002-1.1) local; urgency=low
* 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 21:45:57 -0500
-- Jonathan Nieder <jrnieder@gmail.com> Sun, 04 Apr 2010 22:08:47 -0500
xburst-tools (0.0+201002-1) unstable; urgency=low