diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2014-06-03 09:21:20 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2014-06-03 15:33:22 +0000 |
commit | ffe54a5ad34c480106b4c61b28290cc714b627ee (patch) | |
tree | 42fd59f2ed3ce811670efdd505d7fbf712b77de9 /debian | |
parent | 1fd0ec23231a8bab5f544936657569883a0e45fe (diff) | |
download | vyos-walinuxagent-ffe54a5ad34c480106b4c61b28290cc714b627ee.tar.gz vyos-walinuxagent-ffe54a5ad34c480106b4c61b28290cc714b627ee.zip |
Import patches-unapplied version 2.0.5-0ubuntu3 to ubuntu/utopic-proposed
Imported using git-ubuntu import.
Changelog parent: 1fd0ec23231a8bab5f544936657569883a0e45fe
New changelog entries:
* Restrict builds to amd64 only (LP: #1326018).
Diffstat (limited to 'debian')
-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), |