[med-svn] [freecontact] 04/04: Fix bash-completion location

Andreas Tille tille at debian.org
Sun Aug 16 16:36:50 UTC 2015


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

tille pushed a commit to branch master
in repository freecontact.

commit ac7be4ccac700c7cbfbac2214613a196f1aef763
Author: Andreas Tille <tille at debian.org>
Date:   Sun Aug 16 18:29:11 2015 +0200

    Fix bash-completion location
---
 debian/changelog |  2 ++
 debian/rules     | 11 ++++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d467ea..0b936e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ freecontact (1.0.21-4) UNRELEASED; urgency=medium
 
   * cme fix dpkg-control
   * simplify debian/rules
+  * DEP5
+  * fix location of bash-completion script
 
  -- Andreas Tille <tille at debian.org>  Sun, 16 Aug 2015 13:22:32 +0200
 
diff --git a/debian/rules b/debian/rules
index 54e38a3..ef7e56a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,16 @@ override_dh_compress:
 override_dh_gencontrol:
 	dh_gencontrol -- '-VDescription=$(Description)'
 
-get-orig-source:
-	mkdir -p ../tarballs
-	uscan --verbose --force-download
+override_dh_bash-completion:
+	echo "Until bug #668254 is fixed we need to override this"
+	mkdir -p debian/freecontact/usr/share/bash-completion/completions
+	cp -a freecontact.bash-completion debian/freecontact/usr/share/bash-completion/completions
 
 override_dh_auto_clean:
 	rm -f build-indep-stamp
 	dh_auto_clean
 
+get-orig-source:
+	mkdir -p ../tarballs
+	uscan --verbose --force-download
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/freecontact.git



More information about the debian-med-commit mailing list