diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 94ba03e..52633fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +walinuxagent (2.0.5-0ubuntu3) utopic; urgency=medium + + * Restrict builds to amd64 only (LP: #1326018). + + -- Ben Howard <ben.howard@ubuntu.com> Tue, 03 Jun 2014 09:21:20 -0600 + walinuxagent (2.0.5-0ubuntu1) utopic; urgency=medium * New upstream release (LP: #1321024). diff --git a/debian/control b/debian/control index 7cd9c8c..b6991b5 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: amd64 i386 +Architecture: amd64 Depends: cloud-init (>=0.7.3~bzr826-0ubuntu2), linux-image-extra-virtual, openssh-server (>=1:5.9p1), |