1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 16:25:20 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Jonathan Nieder
bf43104a6a xburst-tools: generate changelog from git log
Use git shortlog to generate a brief list of changes to put in
/usr/share/doc/xburst-tools/changelog.gz.  This list is built
at source package generation time because it requires access to
the git repository.  The commit ID corresponding to each upstream
release is extracted from debian/changelog since the repository
has no tags.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-04-06 09:44:17 +08:00
Jonathan Nieder
3d74b6ace7 debian/rules: add target to build source tarball
Document how to use ‘git archive’ to build a tarball from the
usbboot subdirectory of the source repository.

Repeated invocations of the get-orig-source target to fetch the
same commit will produce byte-for-byte identical results.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-04-06 09:29:21 +08:00
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
Jonathan Nieder
3d82483481 debian/rules: rewrite as a minimal debian/rules file (using dh)
This makes the packaging easier to read and modify.

Features added:

 * runs ‘make’ with the -j option for a tiny speedup
 * uses appropriate compiler flags even when run directly instead of
   through dpkg-buildpackage
 * after interrupting a partial build, there is no need any more
   for (fake) root privileges to clean up
 * after interrupting a partial build, ‘debian/rules clean’ will
   work without running autoreconf again.

Features retained:

 * ‘debian/rules -n <target>’ provides the list of commands used
   to make that target.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-04-05 14:56:44 +08:00
Xiangfu Liu
29c5fc7479 set sysconfdir to etc 2009-11-04 22:10:28 +08:00
Xiangfu Liu
f426319446 change the default usbboot.cfg path
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-21 01:12:38 +08:00
Xiangfu Liu
80410aaadb mv the config file to /etc/xburst-tools
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-21 00:58:26 +08:00
Xiangfu Liu
603032264a cleanup the copyright
Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-09 23:27:46 +08:00
Xiangfu Liu
e8b1b896f4 cleanup
add build dependenices

Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-05 12:43:21 +08:00
xiangfu
c2002a22f6 add autogen.sh to debian/rules: 2009-07-02 23:24:44 +08:00
Xiangfu Liu
4e6821ddd7 -correct the version number
-add manpage to debian package

Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
2009-07-02 10:15:46 +08:00
Wolfgang Spraul
6d4212b643 renamed 'xburst-tools' utility back to 'usbboot' 2009-06-30 13:49:11 +08:00