Code

rules: Do not install 'test-graph' to the package.
authorSebastian Harl <sh@tokkee.org>
Tue, 8 Mar 2011 13:36:23 +0000 (14:36 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 8 Mar 2011 13:36:23 +0000 (14:36 +0100)
debian/changelog
debian/rules

index eecdc980aa3aed0062b77dbe6f40c36b0e0984c8..42c5e80080129c8cae540c8c96f0799bb915eeb4 100644 (file)
@@ -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 <tokkee@debian.org>  Tue, 08 Mar 2011 14:26:55 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Mar 2011 14:36:03 +0100
 
 tig (0.16.2-1) experimental; urgency=low
 
index 90ca50d6a79222f09427f0a58414c911d91bab76..65bd4d68f15fa73456aa802dda8e2ec9e26e0876 100755 (executable)
@@ -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