From fdfbb651cc553b273024f72d34a34ff68454bd60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Thu, 12 Sep 2013 21:39:29 +0200
Subject: [PATCH] set "Multi-Arch: allowed" in python-dev

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

diff --git a/debian/changelog b/debian/changelog
index 025291a..c8b88c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,8 @@ python-defaults (2.7.5-5) unstable; urgency=low
   * Adjust debpython/depends.py to be multiarch-friendly.
 
   [ Piotr Ożarowski ]
-  * Set "Multi-Arch: allowed" in python, python-minimal, python-dbg,
-    python-all, python-all-dev, python-all-dbg
+  * Set "Multi-Arch: allowed" in python, python-dev, python-minimal,
+    python-dbg, python-all, python-all-dev, python-all-dbg
 
  -- Piotr Ożarowski <piotr@debian.org>  Thu, 12 Sep 2013 21:25:01 +0200
 
diff --git a/debian/control b/debian/control
index 453a6ce..a61e97f 100644
--- a/debian/control
+++ b/debian/control
@@ -55,6 +55,7 @@ Description: examples for the Python language (default version)
 
 Package: python-dev
 Architecture: any
+Multi-Arch: allowed
 Depends: ${misc:Depends}, python (= ${binary:Version}), libpython-dev (= ${binary:Version}), python2.7-dev (>= 2.7.5-1~)
 Description: header files and a static library for Python (default)
  Header files, a static library and development tools for building
-- 
GitLab