From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B20E36DE10CC for ; Tue, 18 Sep 2018 04:19:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.015 X-Spam-Level: X-Spam-Status: No, score=-0.015 tagged_above=-999 required=5 tests=[AWL=0.095, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yau6qvMNeKsS for ; Tue, 18 Sep 2018 04:19:47 -0700 (PDT) Received: from mail.mugenguild.com (mugenguild.com [5.135.189.5]) by arlo.cworth.org (Postfix) with ESMTPS id 89E7A6DE10C0 for ; Tue, 18 Sep 2018 04:19:47 -0700 (PDT) Received: from localhost (w0867.wlan.rz.tu-bs.de [134.169.203.105]) by mail.mugenguild.com (Postfix) with ESMTPSA id D1F285FBF2; Tue, 18 Sep 2018 13:19:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=my.amazin.horse; s=mail; t=1537269585; bh=em7VHdSAi3uVYK91y+yPwrZCQIZpIw7C9euIatquv5M=; h=From:To:Subject:Date:From; b=NmqTM07Vhw5g8nhMn6x+XE+BSlhZqv7NwC/MGFsOoL+v7auhNIB8hsZ3lwHjWRhpS g6tjShHuK82EcY30Vqq5xCbPDA5kpn51bPa4Lgr/i9NIUYl0ukdVkJQWbdcnjfYS7J tWt5NE4LVgRoqgOh37yRvoAhUCKQwK6kyJCXFHlY= From: Vincent Breitmoser To: notmuch@notmuchmail.org Subject: [PATCH 2/2] debian: update zsh completion installation Date: Tue, 18 Sep 2018 13:19:24 +0200 Message-Id: <20180918111924.8493-3-look@my.amazin.horse> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180918111924.8493-1-look@my.amazin.horse> References: <20180916222943.21250-1-look@my.amazin.horse> <20180918111924.8493-1-look@my.amazin.horse> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2018 11:19:49 -0000 From: David Bremner This ${prefix}/share/vendor-completion convention seems to be debian specific, so leave the global default alone for now. --- debian/notmuch.install | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/notmuch.install b/debian/notmuch.install index 31b9a37e..5067a441 100644 --- a/debian/notmuch.install +++ b/debian/notmuch.install @@ -1,3 +1,4 @@ usr/bin usr/share/man usr/share/bash-completion +usr/share/zsh/vendor-completions diff --git a/debian/rules b/debian/rules index 1ac6498c..b2cba0e9 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ override_dh_auto_configure: --mandir=/usr/share/man \ --infodir=/usr/share/info \ --sysconfdir=/etc \ + --zshcompletiondir=/usr/share/zsh/vendor-completions \ --localstatedir=/var override_dh_auto_build: -- 2.18.0