[Pkg-zsh-commits] [zsh-syntax-highlighting] 01/01: Support Multi-Arch.

Daniel Shahaf danielsh-guest at moszumanska.debian.org
Wed Dec 30 10:12:28 UTC 2015


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

danielsh-guest pushed a commit to branch debian/master
in repository zsh-syntax-highlighting.

commit 0a24091feba9f401a037422a6c746c6593a7fd0d
Author: Daniel Shahaf <d.s at daniel.shahaf.name>
Date:   Tue Dec 29 18:54:12 2015 +0000

    Support Multi-Arch.
    
    Thanks to Elrond on https://lists.alioth.debian.org/pipermail/pkg-zsh-devel/2015-December/001633.html
    (the #808977 thread).
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c3ec978..13233e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 zsh-syntax-highlighting (0.4.0-2) UNRELEASED; urgency=medium
 
   * Declare 'Enhances: zsh'.
+  * Support Multi-Arch.  Thanks to Elrond.
 
  -- Daniel Shahaf <danielsh at apache.org>  Mon, 30 Nov 2015 06:24:38 +0000
 
diff --git a/debian/control b/debian/control
index d13a004..29763ed 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,9 @@ Homepage: https://github.com/zsh-users/zsh-syntax-highlighting/
 
 Package: zsh-syntax-highlighting
 Architecture: all
-Depends: zsh, ${misc:Depends}
+Depends: zsh:any, ${misc:Depends}
 Enhances: zsh
+Multi-Arch: foreign
 Description: Fish shell like syntax highlighting for zsh
  This package provides syntax highlighting for the shell zsh.  It enables
  highlighting of commands whilst they are typed at a zsh prompt into an

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-zsh/zsh-syntax-highlighting.git



More information about the Pkg-zsh-commits mailing list