summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-08-30 10:03:29 -0700
committerColin Watson <cjwatson@debian.org>2014-08-30 10:03:29 -0700
commita72506860c844113a5e232235b539ab895b40278 (patch)
tree0d054e54d319f0b7d65476ad29cdb5027b6f189a /debian
parent86172ede1d19f81ba0a812ea0029842679f9993d (diff)
Mark all binary packages Multi-Arch: foreign.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 84a379c..9aea24c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-tblib (0.1.0-4) UNRELEASED; urgency=medium
* Update Vcs-Browser URL for alioth cgit.
+ * Mark all binary packages Multi-Arch: foreign.
-- Colin Watson <cjwatson@debian.org> Fri, 25 Jul 2014 15:07:36 +0100
diff --git a/debian/control b/debian/control
index 67e9240..c226571 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ X-Python3-Version: >= 3.2
Package: python-tblib
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${python:Depends}, python-six
Description: Python 2 traceback fiddling library
This library allows pickling tracebacks so that they can be passed across
@@ -21,6 +22,7 @@ Description: Python 2 traceback fiddling library
Package: python3-tblib
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, python3-six
Description: Python 3 traceback fiddling library
This library allows pickling tracebacks so that they can be passed across