From: Sebastian Harl Date: Thu, 17 May 2012 16:50:49 +0000 (+0200) Subject: rules: Don't remove 'test-graph'. X-Git-Tag: tig-1.0-1~5 X-Git-Url: https://git.tokkee.org/?p=pkg-tig.git;a=commitdiff_plain;h=f3b2ce86ee469d51e66dd7d3f8834874a9fef481 rules: Don't remove 'test-graph'. It is no longer installed by 'make install'. --- 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