summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fe86b5)
raw | patch | inline | side by side (parent: 6fe86b5)
author | Satish Bysany <satbyy@gmail.com> | |
Sat, 24 Sep 2016 13:28:22 +0000 (15:28 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 24 Sep 2016 13:28:22 +0000 (15:28 +0200) |
Install to usr/share/bash-completion/completions.
Closes: #812931
Closes: #812931
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 3e96f11f04d3e9fd9f2cdde0e703fc0c4aaa2c45..225bf805f717cf032cf8629c042f958b5639848d 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
tig (2.2-1) UNRELEASED; urgency=medium
+ [ Sebastian Harl ]
* New upstream release (Closes: #808134).
+ [ Satish Bysany ]
+ * debian/rules:
+ - Fix lintian warnings (W: package-installs-into-obsolete-dir). Install
+ to usr/share/bash-completion/completions (Closes: #812931).
+
-- Sebastian Harl <tokkee@debian.org> Sat, 24 Sep 2016 15:23:21 +0200
tig (2.0.3-1) experimental; urgency=medium
diff --git a/debian/rules b/debian/rules
index 3fb88767577e165816b3cf6f9e61f6c98e197d9f..158cd69e7da4e2e8c3132fb3f08b6c375fbaad07 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
rm -f debian/tig/usr/share/doc/tig/INSTALL.html \
debian/tig/usr/share/doc/tig/README.html
- 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
+ mkdir -p debian/tig/usr/share/bash-completion/completions
+ cp contrib/tig-completion.bash debian/tig/usr/share/bash-completion/completions/tig
+ chmod 644 debian/tig/usr/share/bash-completion/completions/tig
binary-indep:
# nothing to do here