summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2016-08-23 16:48:28 -0400
committerScott Moser <smoser@brickies.net>2016-08-23 16:48:28 -0400
commit33b628f53d15875e0b2295f0a82caf68aba82f38 (patch)
treebe72b54e1ce4379eeb6a4c54ac1d95b08dbf22c1
parent440d9a2eaab4fdafea6546dcfb9a3aeb0b73ce3e (diff)
downloadcloud-init-git-ubuntu/0.6.3_bzr539-0ubuntu2.tar.gz
Import version 0.6.3~bzr539-0ubuntu2ubuntu/0.6.3_bzr539-0ubuntu2
Imported using git-dsc-commit.
-rw-r--r--debian/changelog7
-rw-r--r--debian/control1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2fa9c07e..4ae27f17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cloud-init (0.6.3~bzr539-0ubuntu2) precise; urgency=low
+
+ [Cosmin Luta]
+ * add dependency on python-oauth (LP: #953915)
+
+ -- Scott Moser <smoser@ubuntu.com> Tue, 13 Mar 2012 11:36:11 -0400
+
cloud-init (0.6.3~bzr539-0ubuntu1) precise; urgency=low
* New upstream snapshot.
diff --git a/debian/control b/debian/control
index db372d8e..6d1f4233 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Depends: cloud-utils,
python,
python-cheetah,
python-configobj,
+ python-oauth,
python-software-properties,
python-yaml,
${misc:Depends},