Source: redshift
Version: 1.11-1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

currently redshift cannot be built on hurd-i386, due to the
unconditional libdrm-dev build dependency. Since DRM (and thus libdrm)
is not available on Hurd yet, attached there is a patch to restrict
that B-D on non-Hurd architectures.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: extra
 Maintainer: Ritesh Raj Sarraf <r...@debian.org>
 Uploaders: Franziska Lichtblau <rhal...@old-forest.org>
-Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~), pkg-config 
(>= 0.25), dpkg-dev (>= 1.16.1~), libxcb-randr0-dev, libxxf86vm-dev, 
libgconf2-dev, python3, libxext-dev, libdrm-dev, intltool, dh-python, 
dh-autoreconf
+Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~), pkg-config 
(>= 0.25), dpkg-dev (>= 1.16.1~), libxcb-randr0-dev, libxxf86vm-dev, 
libgconf2-dev, python3, libxext-dev, libdrm-dev [!hurd-any], intltool, 
dh-python, dh-autoreconf
 X-Python3-Version: >= 3.2
 Standards-Version: 3.9.3 
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/redshift.git

Reply via email to