[Bash-completion-commits] ./current r1196: Added --schedule-only to aptitude's completion (Closes: #502664)

David Paleino d.paleino at gmail.com
Fri Oct 24 20:12:09 UTC 2008


------------------------------------------------------------
revno: 1196
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Fri 2008-10-24 22:12:09 +0200
message:
  Added --schedule-only to aptitude's completion (Closes: #502664)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-10-24 17:39:16 +0000
+++ b/bash_completion	2008-10-24 20:12:09 +0000
@@ -2301,7 +2301,7 @@
 		     --with-recommends --with-suggests -R -G \
 		     --without-recommends --without-suggests -t \
 		     --target-release -V --show-versions -D --show-deps\
-		     -Z -v --verbose --purge-unused'
+		     -Z -v --verbose --purge-unused --schedule-only'
 
 	for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do
 	    if [[ ${COMP_WORDS[i]} == @(install|reinstall|hold|unhold|markauto|unmarkauto|dist-upgrade|full-upgrade|download|show|forbid-version|purge|remove|changelog|why|why-not|keep|keep-all) ]]; then

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-10-24 17:39:16 +0000
+++ b/debian/changelog	2008-10-24 20:12:09 +0000
@@ -31,9 +31,10 @@
   * Fixed mplayer -skin completion (Closes: #501473)
   * Fixed errors with POSIX enabled (Closes: #502804)
   * Fixed dpkg-source wrong exit() with return() (Closes: #)
+  * Added --schedule-only to aptitude's completion (Closes: #502664)
   * debian/links fixed (Closes: #494292)
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 24 Oct 2008 19:38:10 +0200
+ -- David Paleino <d.paleino at gmail.com>  Fri, 24 Oct 2008 22:11:01 +0200
 
 bash-completion (20080705) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list