From: Jonathan McDowell Date: Sun, 7 Sep 2025 12:16:28 +0000 (+0100) Subject: Move most build deps to Build-Depend-Arch X-Git-Tag: onak-0.6.4~3 X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=e37f25e24fa0b06658c9c951ff7d7e444ba6fedd;p=onak.git Move most build deps to Build-Depend-Arch We want to be able to satisfy the requirements for "clean" easily, so git-buildpackage can build nicely on a host using sbuild, without all the development bits installed. --- diff --git a/debian/changelog b/debian/changelog index 48a9762..e00476c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ onak (0.6.3-1+git) UNRELEASED; urgency=low * Update pkg-config -> pkgconf * Switch debian/copyright to DEP-5 * Bump Debian Standards-Version to 4.7.2 + * Move most build deps to Build-Depend-Arch -- Jonathan McDowell Tue, 15 Jul 2025 10:21:10 +0100 diff --git a/debian/control b/debian/control index c80d28a..455e2c9 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: onak Section: net Priority: optional Maintainer: Jonathan McDowell -Build-Depends: cmake, - debhelper-compat (= 13), +Build-Depends: debhelper-compat (= 13) +Build-Depends-Arch: cmake, libcurl4-gnutls-dev | libcurl-dev, libdb-dev, libsystemd-dev (>= 214) [linux-any] | libsystemd-daemon-dev [linux-any],