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

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>
This commit is contained in:
Jonathan Nieder
2010-04-05 09:23:20 -05:00
committed by Xiangfu Liu
parent 85156c22d8
commit bf43104a6a
5 changed files with 128 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
xburst-tools (0.0+201004-0.1) local; urgency=low
* New snapshot, taken from commit 89f0356.
* New snapshot, taken from commit 89f0356
* debian/rules:
- rewrite as a minimal rules file using dh
- add a get-orig-source target
@@ -15,10 +15,11 @@ xburst-tools (0.0+201004-0.1) local; urgency=low
* Standards-Version: 3.8.4
* use dpkg source format 3.0 (quilt)
-- Jonathan Nieder <jrnieder@gmail.com> Mon, 05 Apr 2010 07:12:09 -0500
-- Jonathan Nieder <jrnieder@gmail.com> Mon, 05 Apr 2010 08:50:37 -0500
xburst-tools (0.0+201002-1) unstable; urgency=low
* from commit d8105c6d
* work with software usbboot
* don't wrtie cc data if page is empty
* use autoconf-provided variables instead of absolute
@@ -28,6 +29,6 @@ xburst-tools (0.0+201002-1) unstable; urgency=low
xburst-tools (0.0+200906-1) unstable; urgency=low
* Initial release (Closes: #535429).
* Initial release, from commit 710c10c1 (Closes: #535429).
-- Xiangfu Liu <xiangfu@sharism.com> Tue, 30 Jun 2009 14:28:36 +0800