Code

rules: Don't remove 'test-graph'.
authorSebastian Harl <sh@tokkee.org>
Thu, 17 May 2012 16:50:49 +0000 (18:50 +0200)
committerSebastian 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
debian/rules

index 65e9abd93548840fefc55f523bb84a0e92ec4429..29dc487dffcf53bce570b9f867575d8a905c4302 100644 (file)
@@ -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 <tokkee@debian.org>  Thu, 17 May 2012 18:15:46 +0200
 
index b73bbd12f77021fd37ca74f3d9770594651afdda..aaf7c125dbf3bcb10573df1d289448dca94c7838 100755 (executable)
@@ -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