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:
committed by
Xiangfu Liu
parent
85156c22d8
commit
bf43104a6a
@@ -23,6 +23,9 @@ override_dh_auto_install:
|
||||
dh_install debian/xburst_stage1.bin usr/share/xburst-tools/
|
||||
dh_install debian/xburst_stage2.bin usr/share/xburst-tools/
|
||||
|
||||
override_dh_installchangelogs:
|
||||
dh_installchangelogs debian/changelog.upstream
|
||||
|
||||
opt_optimize = CFLAGS="-g -O2"
|
||||
opt_no_act =
|
||||
opt_quiet =
|
||||
|
||||
Reference in New Issue
Block a user