summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc3fb42)
raw | patch | inline | side by side (parent: dc3fb42)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 17 May 2012 16:50:49 +0000 (18:50 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 17 May 2012 16:50:49 +0000 (18:50 +0200) |
It is no longer installed by 'make install'.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 65e9abd93548840fefc55f523bb84a0e92ec4429..29dc487dffcf53bce570b9f867575d8a905c4302 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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 <tokkee@debian.org> Thu, 17 May 2012 18:15:46 +0200
diff --git a/debian/rules b/debian/rules
index b73bbd12f77021fd37ca74f3d9770594651afdda..aaf7c125dbf3bcb10573df1d289448dca94c7838 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
$(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