1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:09:40 +02:00
xburst-tools/usbboot/debian
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
..
source odds and ends 2010-04-06 09:36:02 +08:00
.gitignore xburst-tools: generate changelog from git log 2010-04-06 09:44:17 +08:00
autogen.sh xburst-tools: generate changelog from git log 2010-04-06 09:44:17 +08:00
changelog xburst-tools: generate changelog from git log 2010-04-06 09:44:17 +08:00
changelog.upstream.awk xburst-tools: generate changelog from git log 2010-04-06 09:44:17 +08:00
clean.sh Do not build firmware on buildds 2010-04-05 14:58:29 +08:00
compat renamed 'xburst-tools' utility back to 'usbboot' 2009-06-30 13:49:11 +08:00
control update the email address 2010-04-05 17:55:11 +08:00
copyright fix the GPL warning when make .deb package 2009-09-17 09:49:46 +08:00
dirs update the README 2009-09-09 17:46:42 +08:00
docs renamed 'xburst-tools' utility back to 'usbboot' 2009-06-30 13:49:11 +08:00
get-orig-source.sh debian/rules: add target to build source tarball 2010-04-06 09:29:21 +08:00
README.source debian/rules: add target to build source tarball 2010-04-06 09:29:21 +08:00
rules xburst-tools: generate changelog from git log 2010-04-06 09:44:17 +08:00
xburst-tools.manpages -correct the version number 2009-07-02 10:15:46 +08:00

This Debian package is developed in a Git repository (see the Vcs-Git field
of debian/control).  To build from a git checkout:

	debian/rules get-orig-source REPO=.. BRANCH=remotes/origin/master
	mv xburst-tools_*.tar.gz ..
	debian/autogen.sh
	debuild

This requires a mipsel-openwrt-linux- cross-toolchain in your $PATH.  You
can get one by building the development environment from Qi Hardware, for
example.

  git://projects.qi-hardware.com/openwrt-xburst.git xburst

See the Qi Hardware wiki for details.

  http://en.qi-hardware.com/wiki/Building_Software_Image

To build a released version of this package, no special instructions apply.
“dpkg-buildpackage” or “apt-get -b source xburst-tools” should work as
usual.

 -- Jonathan Nieder <jrnieder@gmail.com>  Mon, 05 Apr 2010 06:21:12 -0500