[Bash-completion-commits] [debian] 16/19: Dropped completions included in util-linux (Closes: #737672)
David Paleino
dapal at debian.org
Wed Mar 19 10:51:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
dapal pushed a commit to branch master
in repository debian.
commit 693e47c80aaaeeb50cf4b2b1f563eacbce65f4f5
Author: David Paleino <dapal at debian.org>
Date: Wed Mar 19 11:36:03 2014 +0100
Dropped completions included in util-linux (Closes: #737672)
---
debian/changelog | 3 ++-
debian/rules | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3024aa3..7af8cdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,8 +35,9 @@ bash-completion (1:2.1-3) UNRELEASED; urgency=medium
* debian/extra/debhelper/dh_bash-completion: fix installation process
when more than one "proper snippet" is being installed, thanks to
Jean-Michel Vourgère (Closes: #680852)
+ * Dropped completions included in util-linux (Closes: #737672)
- -- David Paleino <dapal at debian.org> Wed, 19 Mar 2014 11:24:59 +0100
+ -- David Paleino <dapal at debian.org> Wed, 19 Mar 2014 11:33:19 +0100
bash-completion (1:2.1-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 019343a..90033e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
#export DH_VERBOSE=1
VERSION=$(shell parsechangelog | grep ^Version | awk -F": " '{print $$2}' | cut -d"-" -f1)
+REMOVE=nmcli hwclock ionice mock modules rtcwake
override_dh_auto_configure:
dh_auto_configure
@@ -30,7 +31,7 @@ override_dh_install:
for i in mtx; do \
rm -vf debian/bash-completion/etc/bash_completion.d/$$i; \
done
- for i in nmcli; do \
+ for i in $(REMOVE); do \
rm -vf debian/bash-completion/usr/share/bash-completion/completions/$$i; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/debian.git
More information about the Bash-completion-commits
mailing list