From 42a3b5274559b7ccc59fe3b298ecc80be39b6555 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 26 Oct 2022 20:10:56 -0400 Subject: [PATCH] Support nocheck profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per release-team’s recent request that maintainers support the nocheck profile , annotate build dependencies that are test-only with . --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0364afe..6908e92 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Keith Winstein Uploaders: Alex Chernyakhovsky , Benjamin Barenblat -Build-Depends: debhelper-compat (= 12), protobuf-compiler, libprotobuf-dev, pkg-config, libutempter-dev, zlib1g-dev, libncurses5-dev, libssl-dev, bash-completion, locales, tmux, less +Build-Depends: debhelper-compat (= 12), protobuf-compiler, libprotobuf-dev, pkg-config, libutempter-dev, zlib1g-dev, libncurses5-dev, libssl-dev, bash-completion, locales , tmux , less Rules-Requires-Root: binary-targets Standards-Version: 4.6.1 Homepage: https://mosh.org