[Bash-completion-commits] [SCM] debian-package branch, master, updated. upstream/1.1-38-g199b651

David Paleino d.paleino at gmail.com
Fri Oct 16 18:45:11 UTC 2009


The following commit has been merged in the master branch:
commit 199b6514a30071cba17abaa5b328ba185825a9e0
Author: David Paleino <d.paleino at gmail.com>
Date:   Fri Oct 16 19:52:39 2009 +0200

    debian/patches/01-fix_550943.patch added, fixes function names (Closes: #550943)

diff --git a/debian/changelog b/debian/changelog
index 2a0fcbc..6928b4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 bash-completion (1:1.1-2) UNRELEASED; urgency=low
 
   * debian/control, debian/rules: added quilt infrastructure
+  * debian/patches/01-fix_550943.patch added, fixes function names
+    (Closes: #550943)
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 16 Oct 2009 19:50:13 +0200
+ -- David Paleino <d.paleino at gmail.com>  Fri, 16 Oct 2009 19:52:11 +0200
 
 bash-completion (1:1.1-1) unstable; urgency=low
 
diff --git a/debian/patches/01-fix_550943.patch b/debian/patches/01-fix_550943.patch
new file mode 100644
index 0000000..cd31668
--- /dev/null
+++ b/debian/patches/01-fix_550943.patch
@@ -0,0 +1,51 @@
+Patch already applied upstream
+---
+ contrib/munin-node |   12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+--- bash-completion-debian.orig/contrib/munin-node
++++ bash-completion-debian/contrib/munin-node
+@@ -1,7 +1,7 @@
+ # bash completion for munin node
+ 
+ have munin-run &&
+-_munin-run()
++_munin_run()
+ {
+     local cur prev
+ 
+@@ -28,10 +28,10 @@ _munin-run()
+             -- "$cur" ) )
+     fi
+ } &&
+-complete -F _munin-run munin-run
++complete -F _munin_run munin-run
+ 
+ have munin-update &&
+-_munin-update()
++_munin_update()
+ {
+     local cur prev
+ 
+@@ -56,10 +56,10 @@ _munin-update()
+             --fork --nofork --stdout --nostdout --timeout' -- "$cur" ) )
+     fi
+ } &&
+-complete -F _munin-update munin-update
++complete -F _munin_update munin-update
+ 
+ have munin-node-configure &&
+-_munin-node-configure()
++_munin_node_configure()
+ {
+     local cur prev
+ 
+@@ -92,7 +92,7 @@ _munin-node-configure()
+             --remove-also --snmp --snmpversion --snmpcommunity' -- "$cur" ) )
+     fi
+ } &&
+-complete -F _munin-node-configure munin-node-configure
++complete -F _munin_node_configure munin-node-configure
+ 
+ # Local variables:
+ # mode: shell-script
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..037f8bd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_550943.patch

-- 
debian-package



More information about the Bash-completion-commits mailing list