[Pkg-zsh-commits] [zsh] 01/02: Make list of packages which provide code for .zshrc more readable and sort it

Axel Beckert abe at deuxchevaux.org
Tue Oct 27 20:28:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 58f4d1d1c9d9cbaec4cdd0a7292ac9229fe9d837
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Oct 27 21:24:20 2015 +0100

    Make list of packages which provide code for .zshrc more readable and sort it
---
 debian/zsh.bug-script | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/zsh.bug-script b/debian/zsh.bug-script
index 1e6687b..98249a6 100755
--- a/debian/zsh.bug-script
+++ b/debian/zsh.bug-script
@@ -26,7 +26,18 @@ else
     TEXT="Packages which provide code meant to be sourced in .zshrc"
     # Hardcoded list of (future) packages containing code meant to be
     # sourced in .zshrc
-    PKGS=$(dpkg-query -W -f '${Package}\n' fizsh oh-my-zsh zsh-antigen autojump zec python-powerline command-not-found environment-modules thefuck 'grml-*' 2>/dev/null)
+    PKGS=$(dpkg-query -W -f '${Package}\n' \
+                      autojump \
+                      command-not-found \
+                      environment-modules \
+                      fizsh \
+                      oh-my-zsh \
+                      python-powerline \
+                      thefuck \
+                      zec \
+                      zsh-antigen \
+                      'grml-*' \
+           2>/dev/null)
 fi
 
 list_packages "$TEXT" $PKGS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list