[Pkg-zsh-commits] [zsh] 01/01: Add command-not-found + environment-modules to bug-script list of packages containing code meant to be sourced in .zshrc

Axel Beckert abe at deuxchevaux.org
Sat Aug 16 22:15:05 UTC 2014


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

abe pushed a commit to branch debian
in repository zsh.

commit 52079263ac9e9e00855ad7f327861eeef95776be
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Aug 17 00:14:45 2014 +0200

    Add command-not-found + environment-modules to bug-script list of packages containing code meant to be sourced in .zshrc
---
 debian/zsh.bug-script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/zsh.bug-script b/debian/zsh.bug-script
index f6448fc..bf11633 100755
--- a/debian/zsh.bug-script
+++ b/debian/zsh.bug-script
@@ -26,7 +26,7 @@ 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 'grml-*' 2>/dev/null)
+    PKGS=$(dpkg-query -W -f '${Package}\n' fizsh oh-my-zsh zsh-antigen autojump zec python-powerline command-not-found environment-modules '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