diff options
author | James Page <james.page@ubuntu.com> | 2012-08-06 10:24:07 +0100 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2012-08-08 14:34:41 +0000 |
commit | 470cd9bfb81f02f79474324818b8020572d17b11 (patch) | |
tree | c79f0bbd7f9086bd102fc5043acfc49f9e7c2bf3 | |
parent | 94c30eac0a69c0aaa497dc93af4c99378a1463b3 (diff) | |
parent | 331cbab196164baad325eb73ed28c793e104b412 (diff) | |
download | vyos-walinuxagent-470cd9bfb81f02f79474324818b8020572d17b11.tar.gz vyos-walinuxagent-470cd9bfb81f02f79474324818b8020572d17b11.zip |
Import patches-applied version 1.0~git20120606.c16f5e9-0ubuntu2 to applied/ubuntu/quantal
Imported using git-ubuntu import.
Changelog parent: 94c30eac0a69c0aaa497dc93af4c99378a1463b3
Unapplied parent: 331cbab196164baad325eb73ed28c793e104b412
New changelog entries:
* Restrict target architectures to i386 and amd64.
-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 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), |