From 322055b89a47c8f66913bc13a8bf4690b159b698 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 23 Feb 2020 16:36:23 +0100 Subject: [PATCH] debian: Ship upstream ChangeLog in .deb Signed-off-by: Joachim Nilsson --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 98270b6..506fc60 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,6 @@ include /usr/share/dpkg/default.mk # provides DEB_VERSION %: dh $@ --with autoreconf +override_dh_installchangelogs: + dh_installchangelogs ChangeLog.md +