summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Page <james.page@ubuntu.com>2014-04-03 13:10:58 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2014-04-03 12:19:31 +0000
commit34bc49cde021b6ad74adff973fc40757490eb4d1 (patch)
tree6f011f6d2053a30ea3061fee1d1627c0faef11fa
parent1109c9274e71e8310a480404b218322eb6becf67 (diff)
Imported using git-ubuntu import.
Notes
Notes: * d/control: Align version requirements on python-novaclient with Ubuntu version (LP: #1301154).
-rw-r--r--debian/changelog7
-rw-r--r--debian/control7
2 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 19981bd..c9d7724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-openstackclient (0.3.0-1ubuntu1) trusty; urgency=medium
+
+ * d/control: Align version requirements on python-novaclient with
+ Ubuntu version (LP: #1301154).
+
+ -- James Page <james.page@ubuntu.com> Thu, 03 Apr 2014 13:10:58 +0100
+
python-openstackclient (0.3.0-1) unstable; urgency=low
* Initial release. (Closes: #733557)
diff --git a/debian/control b/debian/control
index 017bca1..c8ac5f0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
Source: python-openstackclient
Section: python
Priority: optional
-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: gustavo panizzo <gfa@zumbi.com.ar>, Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
@@ -19,7 +20,7 @@ Build-Depends-Indep: python-babel (>= 1.3),
python-keyring (>= 1.6.1),
python-keystoneclient (>= 1:0.4.1),
python-mock (>= 1.0),
- python-novaclient (>= 2:2.15.0),
+ python-novaclient (>= 1:2.15.0),
python-requests (>= 1.1),
python-six (>= 1.4.1),
python-sphinx (>= 1.1.2),
@@ -39,7 +40,7 @@ Depends: python-cinderclient (>= 1:1.0.6),
python-glanceclient (>= 1:0.9.0),
python-keyring (>= 1.6.1),
python-keystoneclient (>= 1:0.4.1),
- python-novaclient (>= 2:2.15.0),
+ python-novaclient (>= 1:2.15.0),
python-requests (>= 1.1),
python-six (>= 1.4.1),
${misc:Depends},