]> the.earth.li Git - onak.git/commitdiff
Don't build-depend on Debian systemd dev packages for non-Linux architectures
authorJonathan McDowell <noodles@earth.li>
Sun, 5 Oct 2014 13:43:11 +0000 (14:43 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 5 Oct 2014 13:43:11 +0000 (14:43 +0100)
Later versions of systemd aren't build on FreeBSD etc so the Debian build
was failing due to an unmet build-dep on libsystemd-dev; limit this
requirement to Linux archs.

Fixes Debian bug #763924. Thanks to Pino Toscano <pino@debian.org>

debian/changelog
debian/control

index d022ade2c264876ef5881b97aa48ad2e08eae3e4..c6cf27e1af95de468f46df90f1e707a8d14c49f6 100644 (file)
@@ -1,3 +1,10 @@
+onak (0.4.5-2) unstable; urgency=low
+
+  * Don't build-depend on systemd dev packages for non-Linux architectures.
+    Thanks to Pino Toscano for the patch. (Closes: #763924)
+
+ -- Jonathan McDowell <noodles@earth.li>  Sun, 05 Oct 2014 14:41:08 +0100
+
 onak (0.4.5-1) unstable; urgency=low
 
   * New upstream release
index 614dc1cd7aa2ef4339312560d4c67b7b67812807..776bb016bc71a8f3daf4754899b2b6de92772da3 100644 (file)
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Jonathan McDowell <noodles@earth.li>
 Uploaders: Ross Burton <ross@debian.org>
-Build-Depends: debhelper (>= 9), dh-autoreconf, dh-systemd, libdb-dev, nettle-dev, libcurl4-gnutls-dev | libcurl-dev, libsystemd-dev (>= 214) | libsystemd-daemon-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, dh-systemd, libdb-dev, nettle-dev, libcurl4-gnutls-dev | libcurl-dev, libsystemd-dev (>= 214) [linux-any] | libsystemd-daemon-dev [linux-any]
 Standards-Version: 3.9.6.0
 Homepage: http://www.earth.li/projectpurple/progs/onak.html
 Vcs-Browser: http://the.earth.li/gitweb/?p=onak.git;a=summary