summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b084240)
raw | patch | inline | side by side (parent: b084240)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 23 Sep 2007 17:45:57 +0000 (19:45 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 23 Sep 2007 17:45:57 +0000 (19:45 +0200) |
* Install bash completion script to /etc/bash_completion.d/.
* Adapted path to tigrc.
* Updated copyright.
* Adapted path to tigrc.
* Updated copyright.
debian/changelog | patch | blob | history | |
debian/copyright | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index bcc75d4a8e20c9febeacfb29a5d32decb586e00f..7f911d86222e20da07427b037064b4eb52af2d94 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+tig (0.9-1) unstable; urgency=low
+
+ * New upstream release.
+ * Install new bash completion script to /etc/bash_completion.d/.
+
+ -- Sebastian Harl <sh@tokkee.org> Sun, 23 Sep 2007 19:34:38 +0200
+
tig (0.8-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/copyright b/debian/copyright
index 7cffe7c24090ae98220b2592230ea96bbb106902..a85450f08a33d589357c5126fe3ad45816f4b5a2 100644 (file)
--- a/debian/copyright
+++ b/debian/copyright
License:
- Copyright (C) 2006 Jonas Fonseca <fonseca@diku.dk>
+ Copyright (C) 2006-2007 Jonas Fonseca <fonseca@diku.dk>
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL'.
-The Debian packaging is (C) 2006, Sebastian Harl <sh@tokkee.org> and
+The Debian packaging is (C) 2006-2007, Sebastian Harl <sh@tokkee.org> and
is licensed under the GPL, see above.
diff --git a/debian/rules b/debian/rules
index 3df0f09d56fa029c1aa13d9b2c7305bdba7b50ac..ec84d33719f356a117c9c5bf0abd17396f6c2777 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
$(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig \
prefix=/usr mandir=/usr/share/man
+
+ 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
binary-indep:
# nothing to do here
dh_testroot
dh_installchangelogs
dh_installdocs BUGS TODO manual.pdf
- dh_installexamples tigrc
+ dh_installexamples contrib/tigrc
dh_link
dh_strip
dh_compress -X.pdf