Control: tags 774779 + pending Dear maintainer,
I've prepared an NMU for bash (versioned as 5.2.32-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer or cancel it. Regards, -- Baptiste Beauplat
diff -Nru bash-5.2.32/debian/changelog bash-5.2.32/debian/changelog --- bash-5.2.32/debian/changelog 2024-08-20 09:47:46.000000000 +0200 +++ bash-5.2.32/debian/changelog 2024-11-24 10:54:55.000000000 +0100 @@ -1,3 +1,10 @@ +bash (5.2.32-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Uncomment default aliases for grep and ls. Closes: #774779. + + -- Baptiste Beauplat <lykn...@debian.org> Sun, 24 Nov 2024 10:54:55 +0100 + bash (5.2.32-1) unstable; urgency=medium * New patch release. diff -Nru bash-5.2.32/debian/skel.bashrc bash-5.2.32/debian/skel.bashrc --- bash-5.2.32/debian/skel.bashrc 2015-01-28 17:34:29.000000000 +0100 +++ bash-5.2.32/debian/skel.bashrc 2024-11-24 10:54:21.000000000 +0100 @@ -79,18 +79,18 @@ #alias dir='dir --color=auto' #alias vdir='vdir --color=auto' - #alias grep='grep --color=auto' - #alias fgrep='fgrep --color=auto' - #alias egrep='egrep --color=auto' + alias grep='grep --color=auto' + alias fgrep='fgrep --color=auto' + alias egrep='egrep --color=auto' fi # colored GCC warnings and errors #export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' # some more ls aliases -#alias ll='ls -l' -#alias la='ls -A' -#alias l='ls -CF' +alias ll='ls -l' +alias la='ls -A' +alias l='ls -CF' # Alias definitions. # You may want to put all your additions into a separate file like
signature.asc
Description: This is a digitally signed message part