[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.2-1-2-g87406e2
David Paleino
dapal at debian.org
Fri Jun 18 10:28:37 UTC 2010
The following commit has been merged in the master branch:
commit 87406e21cc6b90584803868a471b9e1b8073053a
Author: David Paleino <dapal at debian.org>
Date: Fri Jun 18 12:26:44 2010 +0200
debian/rules: don't ship cryptsetup completion, will decide later who should ship it (Closes: #586161)
diff --git a/debian/changelog b/debian/changelog
index d7a086c..1a41748 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ bash-completion (1:1.2-2) UNRELEASED; urgency=low
* debian/patches/:
- 00-fix_586210.patch added, fixes a weird error while loading
service(8) completions. Thanks to John Hedges (Closes: #586210)
+ * debian/rules: don't ship cryptsetup completion, will decide later
+ who should ship it (Closes: #586161)
- -- David Paleino <dapal at debian.org> Thu, 17 Jun 2010 17:54:06 +0200
+ -- David Paleino <dapal at debian.org> Fri, 18 Jun 2010 12:26:10 +0200
bash-completion (1:1.2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index ae65247..1000208 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ dh_bash-completion.1: debian/extra/dh_bash-completion
override_dh_install:
dh_install
- for i in mtx; do \
+ for i in mtx cryptsetup; do \
rm -vf debian/bash-completion/etc/bash_completion.d/$$i; \
done
--
debian-package
More information about the Bash-completion-commits
mailing list