[cdftools] 02/02: Move bash-completions to /usr/share

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:30:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdftools.

commit 339fb65aaba07deb28fae3be651b6806e78516fc
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Jun 12 08:33:30 2015 +0100

    Move bash-completions to /usr/share
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5dbec5a..aba6543 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ cdftools (3.0-2) UNRELEASED; urgency=medium
 
   * Add Vcs-Git: to debian/control 
   * Move to Standards-Version: 3.9.6 
+  * Move bash-completions to /usr/share/bash-completion/completions/
 
  -- Alastair McKinstry <mckinstry at debian.org>  Fri, 12 Jun 2015 08:23:44 +0100
 
diff --git a/debian/rules b/debian/rules
index 0852bb6..388c097 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,5 +23,5 @@ override_dh_auto_clean:
 
 override_dh_auto_install:
 	$(MAKE) install INSTALL=`pwd`/debian/tmp
-	mkdir -p $(DESTDIR)/etc/bash_completion.d 
-	cp debian/bash.completion $(DESTDIR)/etc/bash_completion.d/cdftools
+	mkdir -p $(DESTDIR)//usr/share/bash-completion/completions
+	cp debian/bash.completion $(DESTDIR)/usr/share/bash-completion/completions/cdftools

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdftools.git



More information about the debian-science-commits mailing list