diff --git a/bash-completion.spec b/bash-completion.spec index e57de91a..0e81b6a2 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,10 +1,8 @@ -# $Id: bash-completion.spec,v 1.131 2008/05/01 22:15:45 hanska-guest Exp $ - # TODO -- needs someone to review it entirely. Name: bash-completion Summary: Programmable completion for bash 2.05b and later. -Version: 200805xx +Version: 20080617 Release: 1 Group: System Environment/Shells License: GPL diff --git a/bash_completion b/bash_completion index 6db54d59..23f60313 100644 --- a/bash_completion +++ b/bash_completion @@ -1,8 +1,6 @@ # bash_completion - programmable completion functions for bash 3.x # (backwards compatible with bash 2.05b) # -# $Id: bash_completion,v 1.875 2008/05/01 21:03:54 hanska-guest Exp $ -# # Copyright © Ian Macdonald # © 2008, David Paleino # @@ -25,7 +23,7 @@ # http://www.caliban.org/bash/index.shtml#completion # ( ) # -# RELEASE: 200805xx +# RELEASE: 20080617 [ -n "${BASH_COMPLETION_DEBUG:-}" ] && set -v || set +v diff --git a/debian/changelog b/debian/changelog index 208dcee3..5f1dd18b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -bash-completion (20080501-1) UNRELEASED; urgency=low +bash-completion (20080617-1) UNRELEASED; urgency=low [ David Paleino ] * New upstream release