summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f453321)
raw | patch | inline | side by side (parent: f453321)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 8 Mar 2011 13:36:23 +0000 (14:36 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 8 Mar 2011 13:36:23 +0000 (14:36 +0100) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index eecdc980aa3aed0062b77dbe6f40c36b0e0984c8..42c5e80080129c8cae540c8c96f0799bb915eeb4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- (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
diff --git a/debian/rules b/debian/rules
index 90ca50d6a79222f09427f0a58414c911d91bab76..65bd4d68f15fa73456aa802dda8e2ec9e26e0876 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