From 6a1a9560296bc380d1f947e9321f0c2727fab5ad Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Fri, 12 Jul 2019 01:03:03 +0200 Subject: [PATCH] debian/rules: Install the NEWS file as the upstream changelog --- debian/changelog | 3 ++- debian/rules | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d3e67f36..552171ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,9 @@ libfprint (1:0.99.0-1) UNRELEASED; urgency=medium * debian/libfprint0.symbols: Add the Build-Depends-Package field * debian/control: Add libglib2.0-doc to Build-Depends-Indep, this allows gtk-doc to properly resolve all the links in the documentation + * debian/rules: Install the NEWS file as the upstream changelog - -- Laurent Bigonville Fri, 12 Jul 2019 01:00:46 +0200 + -- Laurent Bigonville Fri, 12 Jul 2019 01:02:47 +0200 libfprint (1:0.8.2-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 4df4e2a0..14b48511 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,6 @@ override_dh_install: sed -i '/^Requires.private\|^Libs.private/ d' \ debian/tmp/usr/lib/*/pkgconfig/libfprint.pc dh_install + +override_dh_installchangelogs: + dh_installchangelogs NEWS