From: Antonio Ospite Date: Thu, 29 Sep 2011 16:19:23 +0000 (+0200) Subject: Makefile: Add a rule to generate a GNU style Changelog X-Git-Tag: v0.1~22 X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/commitdiff_plain/de087da2b9c66d896aa18366e2666bdabdb648e2?hp=9fbf6177899c3a4971470c94b6b2467890402b8a Makefile: Add a rule to generate a GNU style Changelog Lintian, the Debian package checker issues a warning when the upstream does not provide a Changelog, now we can easily generate one for tagged release using "make changelog". --- diff --git a/Makefile b/Makefile index 57deaf8..70ad841 100644 --- a/Makefile +++ b/Makefile @@ -12,3 +12,6 @@ install: clean: make -C kinect_upload_fw clean + +changelog: + git log --pretty="format:%ai %aN <%aE>%n%n%x09* %s%d%n" > ChangeLog