Your message dated Mon, 10 Sep 2018 04:20:58 +0200
with message-id <[email protected]>
and subject line Closing
has caused the Debian Bug report #622933,
regarding zsh: Enable completions by default, unless skip_global_compinit is set
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
622933: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622933
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsh
Version: 4.3.11-4
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

    - debian/zshrc: Enable completions by default, unless
      skip_global_compinit is set

This is the last delta between Debian's and Ubuntu's zsh package.

Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty
  APT policy: (500, 'natty'), (500, 'maverick-updates'), (500, 
'maverick-security'), (500, 'maverick-proposed'), (500, 'maverick'), (150, 
'testing'), (10, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru zsh-4.3.11/debian/zshrc zsh-4.3.11/debian/zshrc
--- zsh-4.3.11/debian/zshrc	2011-03-03 14:23:07.000000000 +0100
+++ zsh-4.3.11/debian/zshrc	2011-03-09 18:39:56.000000000 +0100
@@ -41,3 +41,11 @@
 
 unalias run-help
 autoload run-help
+
+# If you don't want compinit called here, place the line
+# skip_global_compinit=1
+# in your $ZDOTDIR/.zshenv or $ZDOTDIR/.zprofice
+if [[ -z "$skip_global_compinit" ]]; then
+  autoload -U compinit
+  compinit
+fi

--- End Message ---
--- Begin Message ---
As the original reporter I am closing this bug.

I am not helping to maintain Ubuntu anymore, and the initial reason for the bug 
was to minimize the patch between Debian and Ubuntu.

I also agree with the previous messages that it is better to work with upstream 
directly.


Thanks,
Daniel.

-- 
http://daniel.hahler.de/

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to