summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e0e6b4..ba4f985 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+walinuxagent (1.0~git20120606.c16f5e9-0ubuntu2) quantal; urgency=low
+
+ * Restrict target architectures to i386 and amd64.
+
+ -- James Page <james.page@ubuntu.com> Mon, 06 Aug 2012 10:24:07 +0100
+
walinuxagent (1.0~git20120606.c16f5e9-0ubuntu1) quantal; urgency=low
* Initial package import (LP: #1014864).
diff --git a/debian/control b/debian/control
index 7063adf..2fc595d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ XS-Python-Version: all
Homepage: http://go.microsoft.com/fwlink/?LinkId=250998
Package: walinuxagent
-Architecture: all
+Architecture: i386 amd64
Depends: python (>= 2.4),
openssl (>=1.0),
openssh-server (>=1:5.9p1),