From: Yves-Alexis Perez Date: Mon, 16 May 2011 15:09:04 +0000 (+0200) Subject: * debian/rules: X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71ae50ac4df64b07dc148efa40e0861d4eba3d17;p=midori * debian/rules: - don't install upstream changelog twice. closes: #614692 --- diff --git a/debian/changelog b/debian/changelog index 32ffb972..e0f82a09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +midori (0.3.6-2) UNRELEASED; urgency=low + + * debian/rules: + - don't install upstream changelog twice. closes: #614692 + + -- Yves-Alexis Perez Mon, 16 May 2011 16:52:09 +0200 + midori (0.3.6-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index a6d60298..636d6148 100755 --- a/debian/rules +++ b/debian/rules @@ -71,5 +71,5 @@ override_dh_strip: $(CMD) --dbg-package=midori-dbg override_dh_installchangelogs: - rm -f debian/tmp/usr/share/doc/ChangeLog + rm -f debian/midori/usr/share/doc/midori/ChangeLog dh_installchangelogs ChangeLog