From 5c4708ac0a6bd1485494488dc159a86a579a5666 Mon Sep 17 00:00:00 2001
From: Peter Palfrader <peter@palfrader.org>
Date: Wed, 30 Apr 2014 12:12:44 +0200
Subject: [PATCH] Restrict build dependency on libseccomp-dev to amd64 and i386
 only

---
 debian/changelog | 4 +++-
 debian/control   | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5bc60535f2..4fc72fe711 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 tor (0.2.5.4-alpha-2) UNRELEASED; urgency=low
 
   * torify moved from contrib to contrib/client-tools, adapt install rule.
+  * Restrict build dependency on libseccomp-dev to amd64 and i386 only.
+    Build-Conflict with it on the other archs.
 
- -- Peter Palfrader <weasel@debian.org>  Wed, 30 Apr 2014 12:07:39 +0200
+ -- Peter Palfrader <weasel@debian.org>  Wed, 30 Apr 2014 12:12:10 +0200
 
 tor (0.2.5.4-alpha-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index bdca160b48..6081006f8c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: tor
 Section: net
 Priority: optional
 Maintainer: Peter Palfrader <weasel@debian.org>
-Build-Depends: debhelper (>= 8.1.0~), quilt, libssl-dev, zlib1g-dev, libevent-dev (>= 1.1), binutils (>= 2.14.90.0.7), hardening-includes, asciidoc (>= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libseccomp-dev
-Build-Conflicts: libnacl-dev
+Build-Depends: debhelper (>= 8.1.0~), quilt, libssl-dev, zlib1g-dev, libevent-dev (>= 1.1), binutils (>= 2.14.90.0.7), hardening-includes, asciidoc (>= 8.2), docbook-xml, docbook-xsl, xmlto, dh-apparmor, libseccomp-dev [amd64 i386]
+Build-Conflicts: libnacl-dev, libseccomp-dev [!amd64 !i386]
 Standards-Version: 3.9.4
 Homepage: https://www.torproject.org/
 Vcs-Git: https://git.torproject.org/debian/tor.git
-- 
GitLab