From 71ae50ac4df64b07dc148efa40e0861d4eba3d17 Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Mon, 16 May 2011 17:09:04 +0200 Subject: [PATCH] * debian/rules: - don't install upstream changelog twice. closes: #614692 --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.39.5