tags 627926 + patch thanks
Am 25.05.2011 07:49, schrieb Jonathan Nieder:
This part sounds like an excellent idea. Could you prepare a debdiff?
Please find one attached. Cheers, Fabian
diff -u bash-4.1/debian/skel.bashrc bash-4.1/debian/skel.bashrc --- bash-4.1/debian/skel.bashrc +++ bash-4.1/debian/skel.bashrc @@ -20,6 +20,10 @@ # update the values of LINES and COLUMNS. shopt -s checkwinsize +# If set, the pattern "**" used in a pathname expansion context will +# match all files and zero or more directories and subdirectories. +#shopt -s globstar + # make less more friendly for non-text input files, see lesspipe(1) #[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" diff -u bash-4.1/debian/changelog bash-4.1/debian/changelog --- bash-4.1/debian/changelog +++ bash-4.1/debian/changelog @@ -1,3 +1,11 @@ +bash (4.1-3.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Document and prepare enabling the globstar feature + in /etc/skel/.bashrc (Closes: #627926). + + -- Fabian Greffrath <fabian+deb...@greffrath.com> Thu, 26 May 2011 02:03:02 +0200 + bash (4.1-3) unstable; urgency=low * Apply upstream patches 003, 004, 005.