Code

Updated to tig-0.9-1.
authorSebastian Harl <sh@tokkee.org>
Sun, 23 Sep 2007 17:45:57 +0000 (19:45 +0200)
committerSebastian 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.

debian/changelog
debian/copyright
debian/rules

index bcc75d4a8e20c9febeacfb29a5d32decb586e00f..7f911d86222e20da07427b037064b4eb52af2d94 100644 (file)
@@ -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 <sh@tokkee.org>  Sun, 23 Sep 2007 19:34:38 +0200
+
 tig (0.8-1) unstable; urgency=low
 
   * New upstream release.
index 7cffe7c24090ae98220b2592230ea96bbb106902..a85450f08a33d589357c5126fe3ad45816f4b5a2 100644 (file)
@@ -11,7 +11,7 @@ Copyright Holder:
 
 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
@@ -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 <sh@tokkee.org> and
+The Debian packaging is (C) 2006-2007, Sebastian Harl <sh@tokkee.org> and
 is licensed under the GPL, see above.
 
index 3df0f09d56fa029c1aa13d9b2c7305bdba7b50ac..ec84d33719f356a117c9c5bf0abd17396f6c2777 100755 (executable)
@@ -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