diff --git a/debian/changelog b/debian/changelog index b103250..1e99725 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ xen-tools (4.6.3~dev-1) UNRELEASED; urgency=medium and fixed by Yuri Sakhno, thanks!) + Fixes typo found by lintian. * Declare compliance with Debian Policy 3.9.8. (No changes needed.) + * Use NEWS.markdown as upstream changelog, don't install it as docs. -- Axel Beckert Thu, 24 Dec 2015 11:54:24 +0100 diff --git a/debian/docs b/debian/docs index 20c3dc5..960a63b 100644 --- a/debian/docs +++ b/debian/docs @@ -2,4 +2,3 @@ AUTHORS README.markdown SUPPORT.markdown TODO.markdown -NEWS.markdown diff --git a/debian/rules b/debian/rules index 118f8c5..700bfd3 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,7 @@ override_dh_auto_test: make non-author-test +override_dh_installchangelogs: + dh_installchangelogs NEWS.markdown + override_dh_auto_build: