[Bash-completion-commits] ./current r1253: Correctly split debian/changelog entry per author :-)

David Paleino d.paleino at gmail.com
Fri Jan 16 19:37:23 UTC 2009


------------------------------------------------------------
revno: 1253
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Fri 2009-01-16 20:37:23 +0100
message:
  Correctly split debian/changelog entry per author :-)
  chmod +x bash_completion.sh
modified:
  bash_completion.sh*
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion.sh' (properties changed: -x to +x)
=== modified file 'debian/changelog'
--- a/debian/changelog	2009-01-14 22:38:07 +0000
+++ b/debian/changelog	2009-01-16 19:37:23 +0000
@@ -1,5 +1,6 @@
 bash-completion (200811xx) UNRELEASED; urgency=low
 
+  [ David Paleino ]
   * Added .kar to Timidity completion.
   * Fix killall completion (Closes: #497540)
   * Fix man -l completing filenames (Closes: #497074)
@@ -50,6 +51,26 @@
     (prefixed with _ to avoid file conflicts with upstream's one)
   * Fixed completion of environment variables, thanks to Morita Sho
     (Closes: #272660)
+  * Merge from Gentoo:
+    - fix 'find' completion so that it properly completes on -?(i)whilename.
+      Patch by Ciaran McCreesh.
+    - use make -qp to parse the Makefile for us, so we get proper completion
+      on things like pattern rules. Patch by Mike Kelly <pioto at exherbo.org>.
+    - complete on gkrellm2 as well. Patch by Aaron Walker.
+    - fix CVS completion
+  * Merge from Ubuntu:
+    - consume error messages in configure completion (LP: #223882)
+      (Mika Fischer)
+    - quote $xspec in _filedir_xspec in case it is empty, which would
+      cause errors if there was no match under failglob. (LP: #194419)
+      (Mika Fischer)
+  * debian/links fixed (Closes: #494292)
+  * debian/control:
+    - fixed typo in the long description
+  * debian/install:
+    - correctly install contrib/* under /etc/bash_completion.d/
+
+  [ Ville Skitt? ]
   * Added JPEG 2000 files to display completion, thanks to Bastien Nocera
     (RHBZ: #304771)
   * Improved rpm macro completion (Ville Skytt?).
@@ -70,25 +91,7 @@
   * Add .mp2 and .vdr to mplayer completion (RHBZ: #444467) (Ville Skytt?).
   * Add .mkv, .mp2 and .vdr to *xine completion (RHBZ: #444467) (Ville Skytt?).
   * Add --rsyncable to gzip completion (Ville Skytt?).
-  * Merge from Gentoo:
-    - fix 'find' completion so that it properly completes on -?(i)whilename.
-      Patch by Ciaran McCreesh.
-    - use make -qp to parse the Makefile for us, so we get proper completion
-      on things like pattern rules. Patch by Mike Kelly <pioto at exherbo.org>.
-    - complete on gkrellm2 as well. Patch by Aaron Walker.
-    - fix CVS completion
-  * Merge from Ubuntu:
-    - consume error messages in configure completion (LP: #223882)
-      (Mika Fischer)
-    - quote $xspec in _filedir_xspec in case it is empty, which would
-      cause errors if there was no match under failglob. (LP: #194419)
-      (Mika Fischer)
-  * debian/links fixed (Closes: #494292)
-  * debian/control:
-    - fixed typo in the long description
-  * debian/install:
-    - correctly install contrib/* under /etc/bash_completion.d/
-
+  
  -- David Paleino <d.paleino at gmail.com>  Fri, 09 Jan 2009 12:17:16 +0100
 
 bash-completion (20080705) unstable; urgency=low



More information about the Bash-completion-commits mailing list