From: Sebastian Harl Date: Wed, 23 Jul 2014 07:51:14 +0000 (+0200) Subject: rules: Use NEWS.adoc in place of NEWS and remove BUGS X-Git-Tag: tig-2.0.2-1~3 X-Git-Url: https://git.tokkee.org/?p=pkg-tig.git;a=commitdiff_plain;h=145d413019d0112103a0492c30589bdd16b9538d rules: Use NEWS.adoc in place of NEWS and remove BUGS BUGS is no longer available upstream. --- diff --git a/debian/changelog b/debian/changelog index b63e51c..227e540 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ tig (2.0.2-1) UNRELEASED; urgency=medium (Closes: #746560). * debian/control: - Build-depend on libreadline-dev. + * debian/rules: + - Use NEWS.adoc in place of NEWS and remove BUGS which is no longer + available. [ Trent W. Buck ] * Bump compat to 9. diff --git a/debian/rules b/debian/rules index e848beb..3edcedd 100755 --- a/debian/rules +++ b/debian/rules @@ -81,8 +81,8 @@ binary-indep: binary-arch: build install dh_testdir dh_testroot - dh_installchangelogs NEWS - dh_installdocs BUGS doc/manual.pdf + dh_installchangelogs NEWS.adoc + dh_installdocs doc/manual.pdf dh_installexamples contrib/tigrc dh_link dh_strip