[Python-apps-commits] r3724 - in packages/rdiff-backup/trunk/debian (2 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Mon Sep 14 19:03:52 UTC 2009


    Date: Monday, September 14, 2009 @ 19:03:19
  Author: chaica-guest
Revision: 3724

  * debian/local/bash-completion
    - Switch from dashes to underscores in bash function names (Closes:#531606)

Modified:
  packages/rdiff-backup/trunk/debian/changelog
  packages/rdiff-backup/trunk/debian/local/bash-completion

Modified: packages/rdiff-backup/trunk/debian/changelog
===================================================================
--- packages/rdiff-backup/trunk/debian/changelog	2009-09-14 01:02:48 UTC (rev 3723)
+++ packages/rdiff-backup/trunk/debian/changelog	2009-09-14 19:03:19 UTC (rev 3724)
@@ -1,3 +1,10 @@
+rdiff-backup (1.2.8-5) unstable; urgency=low
+
+  * debian/local/bash-completion 
+    - Switch from dashes to underscores in bash function names (Closes:#531606)
+
+ -- Carl Chenet <chaica at ohmytux.com>  Mon, 14 Sep 2009 20:59:42 +0200
+
 rdiff-backup (1.2.8-4) unstable; urgency=low
 
   * Patch fixing restricted test-server option (Closes:#522278).

Modified: packages/rdiff-backup/trunk/debian/local/bash-completion
===================================================================
--- packages/rdiff-backup/trunk/debian/local/bash-completion	2009-09-14 01:02:48 UTC (rev 3723)
+++ packages/rdiff-backup/trunk/debian/local/bash-completion	2009-09-14 19:03:19 UTC (rev 3724)
@@ -11,7 +11,7 @@
 
 shopt -s extglob
 
-_rdiff-backup ()
+_rdiff_backup ()
 {
 	local cur prev wfilearg wpatharg wnumarg wotherarg longopts shortopts options
 	COMPREPLAY=()
@@ -94,4 +94,4 @@
 	fi
 }
 
-complete -F _rdiff-backup -o filenames rdiff-backup
+complete -F _rdiff_backup -o filenames rdiff-backup




More information about the Python-apps-commits mailing list