Package: dbs
Version: 0.34
Severity: normal
Tags: patch
. /etc/bash_completion
sh: `_dbs-edit-patch': not a valid identifier
the patch change the function name "-" to "_"
Greetings
Alban
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Versions of packages dbs depends on:
ii bzip2 1.0.2-5 high-quality block-sorting file co
ii make 3.80-9 The GNU version of the "make" util
ii perl 5.8.4-8 Larry Wall's Practical Extraction
-- no debconf information
--- dbs-edit-patch.orig 2005-04-24 01:44:12.000000000 +0200
+++ dbs-edit-patch 2005-04-24 01:44:16.000000000 +0200
@@ -4,7 +4,7 @@
# Copyright 2002 "Martin Quinson" <[EMAIL PROTECTED]>
#
have dbs-edit-patch &&
-_dbs-edit-patch()
+_dbs_edit_patch()
{
local cur prev patches options
@@ -53,4 +53,4 @@
return 0
}
-[ "$have" ] && complete -F _dbs-edit-patch $filenames dbs-edit-patch
+[ "$have" ] && complete -F _dbs_edit_patch $filenames dbs-edit-patch