From d32e5e6285054e9a6ad890f2ae70926e916934cd Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 8 Mar 2011 14:36:23 +0100 Subject: [PATCH] rules: Do not install 'test-graph' to the package. --- debian/changelog | 3 ++- debian/rules | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eecdc98..42c5e80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,9 @@ tig (0.17-1) unstable; urgency=low - (Again) pass -I/usr/include/ncursesw to CFLAGS; this is no longer handled by the configure script which now uses the third-party 'AX_WITH_CURSES' macro. + - Do not install 'test-graph' to the package. - -- Sebastian Harl Tue, 08 Mar 2011 14:26:55 +0100 + -- Sebastian Harl Tue, 08 Mar 2011 14:36:03 +0100 tig (0.16.2-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index 90ca50d..65bd4d6 100755 --- a/debian/rules +++ b/debian/rules @@ -57,6 +57,9 @@ 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