summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f3d5fb..5b74f13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ wallet (1.0-1) UNRELEASED; urgency=low
* Update debhelper compatibility level to V9.
- Enable all hardening build flags.
- Enable parallel builds.
+ * Tag all packages as Multi-Arch: foreign.
* Move single-debian-patch to local-options and patch-header to
local-patch-header so that they only apply to the packages I build and
NMUs get regular version-numbered patches.
diff --git a/debian/control b/debian/control
index 8b5be8b..7a39996 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Vcs-Browser: http://git.eyrie.org/?p=kerberos/wallet.git
Package: keytab-backend
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${perl:Depends}, krb5-admin-server, perl,
remctl-server
Description: Provide existing MIT Kerberos keytabs via remctl
@@ -24,6 +25,7 @@ Description: Provide existing MIT Kerberos keytabs via remctl
Package: wallet-client
Architecture: any
+Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Kerberos-authenticated secure data management client
The wallet is a system for managing secure data, authorization rules to
@@ -40,6 +42,7 @@ Description: Kerberos-authenticated secure data management client
Package: wallet-server
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends}, ${perl:Depends},
libdbd-sqlite3-perl | libdbd-mysql-perl | libdbd-pg-perl,
libdbix-class-perl, libsql-translator-perl, remctl-server