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 87D606DE0B78 for ; Sun, 16 Sep 2018 15:31:21 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.026 X-Spam-Level: X-Spam-Status: No, score=-0.026 tagged_above=-999 required=5 tests=[AWL=0.084, 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 Vogl9aoXwPya for ; Sun, 16 Sep 2018 15:31:20 -0700 (PDT) Received: from mail.mugenguild.com (mugenguild.com [5.135.189.5]) by arlo.cworth.org (Postfix) with ESMTPS id 402BF6DE0BB9 for ; Sun, 16 Sep 2018 15:31:19 -0700 (PDT) Received: from localhost (mue-88-130-57-157.dsl.tropolys.de [88.130.57.157]) by mail.mugenguild.com (Postfix) with ESMTPSA id A86F25FA07; Mon, 17 Sep 2018 00:31:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=my.amazin.horse; s=mail; t=1537137077; bh=em7VHdSAi3uVYK91y+yPwrZCQIZpIw7C9euIatquv5M=; h=From:To:Subject:Date:From; b=IkN3JvwBahrdtN/sObH5ZXnfEQ8pdVWgIbAQ39T6u44Cws+uX0HKimb20ekEyNUuu Vjf2D64KazUv9E6Z5bAbhHRflV1jhY0YChWPUYGtRT0cB5v2uujYY3rUI2O4c3Kq7O h4W56fEHIw0VX8k4aCtSyF1jICb5L/QZtgQYzQpc= From: Vincent Breitmoser To: notmuch@notmuchmail.org Subject: [PATCH 2/2] debian: update zsh completion installation Date: Mon, 17 Sep 2018 00:29:44 +0200 Message-Id: <20180916222943.21250-2-look@my.amazin.horse> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180916222943.21250-1-look@my.amazin.horse> References: <20180916222943.21250-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: Sun, 16 Sep 2018 22:31:21 -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