From 0dc9cb5b7044e82c606b99a3d36c1d05eb6026a1 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Sun, 5 Oct 2014 14:43:11 +0100 Subject: [PATCH] Don't build-depend on Debian systemd dev packages for non-Linux architectures 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 --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d022ade..c6cf27e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 05 Oct 2014 14:41:08 +0100 + onak (0.4.5-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 614dc1c..776bb01 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Jonathan McDowell Uploaders: Ross Burton -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 -- 2.39.2