[Bash-completion-commits] [SCM] debian-package branch, master, updated. upstream/1.0-19-ge2b2513

David Paleino d.paleino at gmail.com
Sat May 30 17:32:36 UTC 2009


The following commit has been merged in the master branch:
commit e2b2513644ac6955f9b175330c7f071fbc3943f8
Author: David Paleino <d.paleino at gmail.com>
Date:   Sat May 30 19:31:37 2009 +0200

    04-495883.patch added, aptitude: add build-dep to bash_completion (Closes: #495883)

diff --git a/debian/changelog b/debian/changelog
index 6dfa7ae..1fac3e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,10 @@ bash-completion (1:1.0-3) UNRELEASED; urgency=low
       (Closes: #514377)
     - 03-522656.patch added, evince supports compressed dvi files
       (Closes: #522656)
+    - 04-495883.patch added, aptitude: add build-dep to bash_completion
+      (Closes: #495883)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 19:28:40 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sat, 30 May 2009 19:31:17 +0200
 
 bash-completion (1:1.0-2) unstable; urgency=low
 
diff --git a/debian/patches/04-495883.patch b/debian/patches/04-495883.patch
new file mode 100644
index 0000000..41adfc2
--- /dev/null
+++ b/debian/patches/04-495883.patch
@@ -0,0 +1,21 @@
+commit a7237df1a5a673f422de2ec6ba1b910daeb16821
+Author: David Paleino <d.paleino at gmail.com>
+Date:   Wed Apr 29 15:20:58 2009 +0200
+
+    Really add build-dep to aptitude's completion
+
+---
+ bash_completion |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- bash-completion-debian.orig/bash_completion
++++ bash-completion-debian/bash_completion
+@@ -2475,7 +2475,7 @@ _aptitude()
+ 				       autoclean install reinstall remove \
+ 				       hold unhold purge markauto unmarkauto why why-not \
+ 				       dist-upgrade full-upgrade download search show \
+-				       forbid-version changelog keep-all' -- $cur ) )
++				       forbid-version changelog keep-all build-dep' -- $cur ) )
+ 	fi
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9515a4f..424adf3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-529510.patch
 02-514377.patch
 03-522656.patch
+04-495883.patch

-- 
debian-package



More information about the Bash-completion-commits mailing list