The following commit has been merged in the master branch:
commit 7b9e00c841bee24a539a9dcacc8f6c0d92de1187
Author: David Paleino <[email protected]>
Date:   Fri Jun 18 13:47:09 2010 +0200

    Revert "debian/rules: don't ship cryptsetup completion, will decide later 
who should ship it (Closes: #586161)"
    
    This reverts commit 87406e21cc6b90584803868a471b9e1b8073053a.

diff --git a/debian/changelog b/debian/changelog
index 1a41748..d7a086c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,10 +3,8 @@ 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 <[email protected]>  Fri, 18 Jun 2010 12:26:10 +0200
+ -- David Paleino <[email protected]>  Thu, 17 Jun 2010 17:54:06 +0200
 
 bash-completion (1:1.2-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 1000208..ae65247 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 cryptsetup; do \
+       for i in mtx; do \
                rm -vf debian/bash-completion/etc/bash_completion.d/$$i; \
        done
 

-- 
debian-package

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to