]> the.earth.li Git - onak.git/commitdiff
Move most build deps to Build-Depend-Arch
authorJonathan McDowell <noodles@earth.li>
Sun, 7 Sep 2025 12:16:28 +0000 (13:16 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 7 Sep 2025 12:16:28 +0000 (13:16 +0100)
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.

debian/changelog
debian/control

index 48a9762d09880731297caab8c54997c857d29d89..e00476caea84e882d11d0b65a9d0dee4ababbcf8 100644 (file)
@@ -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 <noodles@earth.li>  Tue, 15 Jul 2025 10:21:10 +0100
 
index c80d28a90490ece429fe4fdb95ae433b861029ab..455e2c935cf547e77404f28ea66f8279cfe6d465 100644 (file)
@@ -2,8 +2,8 @@ Source: onak
 Section: net
 Priority: optional
 Maintainer: Jonathan McDowell <noodles@earth.li>
-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],