[Bash-completion-commits] [SCM] debian-package branch, master, updated. ef37c03b574652c491a09200351326ed9db8a755

David Paleino d.paleino at gmail.com
Sat Apr 4 19:17:29 UTC 2009


The following commit has been merged in the master branch:
commit ef37c03b574652c491a09200351326ed9db8a755
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat Apr 4 21:16:49 2009 +0200

    Remove mtx completion from bash_completion.d/ (Closes: #522545)

diff --git a/debian/changelog b/debian/changelog
index 536d515..07a1e96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bash-completion (1:1.0-2) unstable; urgency=low
+
+  * Remove mtx completion from bash_completion.d/ (Closes: #522545)
+
+ -- David Paleino <d.paleino at gmail.com>  Sat, 04 Apr 2009 21:16:38 +0200
+
 bash-completion (1:1.0-1) unstable; urgency=low
 
   * New upstream release:
diff --git a/debian/rules b/debian/rules
index 7013813..4bd2ee0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,11 @@ install: build
 	dh_clean -k 
 	dh_installdirs
 	dh_install
+
+	for i in mtx; do \
+		rm -vf debian/bash-completion/etc/bash_completion.d/$$i; \
+	done
+
 	dh_link
 
 binary-indep: build install

-- 
debian-package



More information about the Bash-completion-commits mailing list