1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 13:25:20 +02:00
xburst-tools/debian
Jonathan Nieder 78f38d48bf include entire source tree in source package
It is probably worth spending the time to split them up with
multiple upstream tarballs, but for now, usbboot, xbboot, and so on
are in a single repository managed as a single project.

Teach debian/rules get-orig-source to build a single upstream tarball
with the entire source tree.

Include history of whole tree in the generated changelog.upstream.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-05-11 17:13:15 +08:00
..
source add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
.gitignore update READE, add INSTALL file 2010-05-11 13:47:34 +08:00
autogen.sh add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
changelog add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
changelog.upstream.awk include entire source tree in source package 2010-05-11 17:13:15 +08:00
clean.sh add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
compat add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
control add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
copyright add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
dirs add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
docs add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
get-orig-source.sh include entire source tree in source package 2010-05-11 17:13:15 +08:00
README.source add-xbboot-to-xburst-tools-debian-package 2010-05-05 11:36:05 +08:00
rules [debian] add xbboot manual to package 2010-05-05 13:07:45 +08:00
xburst-tools.manpages [debian] add xbboot manual to package 2010-05-05 13:07:45 +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