mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-23 07:49:43 +02:00
3d82483481
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>
24 lines
754 B
Plaintext
24 lines
754 B
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
|
|
|
|
-- Jonathan Nieder <jrnieder@gmail.com> Sun, 04 Apr 2010 20:19:16 -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
|