From f1ce64b1be3c2b9fed01c539d2a876c8cf60a112 Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 8 Jul 2020 11:43:13 +0200 Subject: [PATCH] =?UTF-8?q?Affichage=20du=20changelog=20g=C3=A9n=C3=A9r?= =?UTF-8?q?=C3=A9e=20dans=20la=20sortie=20standard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/prebuild/debian/create-dummy-changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hooks/prebuild/debian/create-dummy-changelog b/hooks/prebuild/debian/create-dummy-changelog index 9b97488..7be0325 100755 --- a/hooks/prebuild/debian/create-dummy-changelog +++ b/hooks/prebuild/debian/create-dummy-changelog @@ -19,3 +19,8 @@ echo >> ${changelog} echo " * Package built with Tamarin. Based on commit ${current_commit}." >> ${changelog} echo >> ${changelog} echo " -- ${top_contributor} ${date}" >> ${changelog} + +tamarin_info "Generated dummy changelog:" +tamarin_info " " +cat ${changelog} | tamarin_info +tamarin_info " "