diff --git a/debian/control b/debian/control
index dc2546563e91d673bb77c88edb76c608e7fcf85c..f8befb4ff7b3b9b71e0a4d849c131be3fd7ffc68 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Package: ruby-parseconfig
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: foreign
 Description: Simple standard configuration file parser for Ruby
  ParseConfig provides simple parsing of standard configuration files in the
  form of 'param = value'.  It also supports nested [group] sections.