From: Sebastian Harl Date: Sun, 23 Sep 2007 17:45:57 +0000 (+0200) Subject: Updated to tig-0.9-1. X-Git-Tag: tig-0.9-1~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9f1bd7a71ff3233a3e1297efd5e4d148da2a8631;p=pkg-tig.git Updated to tig-0.9-1. * Install bash completion script to /etc/bash_completion.d/. * Adapted path to tigrc. * Updated copyright. --- diff --git a/debian/changelog b/debian/changelog index bcc75d4..7f911d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tig (0.9-1) unstable; urgency=low + + * New upstream release. + * Install new bash completion script to /etc/bash_completion.d/. + + -- Sebastian Harl 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 7cffe7c..a85450f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,7 +11,7 @@ Copyright Holder: License: - Copyright (C) 2006 Jonas Fonseca + Copyright (C) 2006-2007 Jonas Fonseca 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 @@ -30,6 +30,6 @@ License: 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 and +The Debian packaging is (C) 2006-2007, Sebastian Harl and is licensed under the GPL, see above. diff --git a/debian/rules b/debian/rules index 3df0f09..ec84d33 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,10 @@ install: build $(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 @@ -49,7 +53,7 @@ binary-arch: build install 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