From f3b2ce86ee469d51e66dd7d3f8834874a9fef481 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 17 May 2012 18:50:49 +0200 Subject: [PATCH] rules: Don't remove 'test-graph'. It is no longer installed by 'make install'. --- debian/changelog | 2 ++ debian/rules | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 65e9abd..29dc487 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ tig (1.0-1) UNRELEASED; urgency=low for reporting this (Closes: #656810). - Fixed substitution of %(xxx) in prompt commands; thanks to Daniel T Chen for reporting this (Closes: #635546). + * debian/rules: + - Don't remove 'test-graph'; it is no longer installed by 'make install'. -- Sebastian Harl Thu, 17 May 2012 18:15:46 +0200 diff --git a/debian/rules b/debian/rules index b73bbd1..aaf7c12 100755 --- a/debian/rules +++ b/debian/rules @@ -57,9 +57,6 @@ install: build $(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig - # there is no need to ship this binary - rm debian/tig/usr/bin/test-graph - mkdir -p debian/tig/etc/bash_completion.d cp contrib/tig-completion.bash debian/tig/etc/bash_completion.d/tig chmod 644 debian/tig/etc/bash_completion.d/tig -- 2.30.2