1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
python-glanceclient (1:0.12.0-1) unstable; urgency=medium
* New upstream release. (Closes: #750227)
* New (build-)depends set for this release.
* Added --testr-args='--subunit ' when calling testr.
* Now packaging upstream manpage and doc.
-- Thomas Goirand <zigo@debian.org> Wed, 19 Mar 2014 21:59:30 +0800
python-glanceclient (1:0.10.0-2) unstable; urgency=low
* (Build-)depends on python-warlock >= 1.0.1 and python-d2to1 >= 0.2.10
(Closes: #724172).
* Updated version of (build-)depends of keystoneclient to >= 1:0.2.0.
* Fixed min versions of testtools and testrepository build-depends.
-- Thomas Goirand <zigo@debian.org> Tue, 17 Sep 2013 18:55:26 +0800
python-glanceclient (1:0.10.0-1) unstable; urgency=low
* New upstream release.
* Removed now applied upstream CVE-2013-4111 patch.
-- Thomas Goirand <zigo@debian.org> Wed, 11 Sep 2013 13:18:30 +0800
python-glanceclient (1:0.9.0-2) unstable; urgency=high
* Ran wrap-and-sort.
* CVE-2013-4111: Fix missing SSL certificate check (Closes: #718282).
* Cleans correctly so the package can be built twice.
* Using testrepository instead of run_test.py for running tests.
* Standards-Version: is now 3.9.4.
* Explicitly using --buildsystem=python_distutils.
-- Thomas Goirand <zigo@debian.org> Thu, 30 May 2013 13:55:25 +0800
python-glanceclient (1:0.9.0-1) unstable; urgency=low
* Uploading to unstable.
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Mon, 13 May 2013 09:39:00 +0000
python-glanceclient (1:0.8.0-1) experimental; urgency=low
* New upstream release.
* Removes debian/patches/fix-ubuntu-tests.patch.
* python-keystoneclient must be >= 1:0.1.2.
* Added python-sphinx build-depends.
-- Thomas Goirand <zigo@debian.org> Fri, 22 Feb 2013 03:17:57 +0800
python-glanceclient (1:0.6.0-1) experimental; urgency=low
[ Mehdi Abaakouk ]
* First debian release (Closes: #687505)
[ Thomas Goirand ]
* Added a Replaces: glance-common (<< 2012.2), since this package provides
the glance userland command line.
* Using unified include pkgos.make from openstack-pkg-tools in debian/rules.
-- Thomas Goirand <zigo@debian.org> Wed, 28 Nov 2012 11:11:56 +0000
python-glanceclient (1:0.5.0.1.7402590-0ubuntu1) quantal; urgency=low
[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
use newer URL.
* Fix Launchpad URLs in debian/watch.
[ Chuck Short ]
* New upstream version.
-- Chuck Short <zulcss@ubuntu.com> Fri, 07 Sep 2012 12:23:37 -0500
python-glanceclient (1:0.4.1-0ubuntu2) quantal; urgency=low
* debian/patches/fix-ubuntu-tests.patch: Refreshed.
-- Adam Gandelman <adamg@canonical.com> Wed, 22 Aug 2012 23:43:28 -0700
python-glanceclient (1:0.4.1-0ubuntu1) quantal; urgency=low
[ Adam Gandelman ]
* debian/control, pydist-overrides: Add python-setuptools-git,
python-warlock.
[ Chuck Short ]
* New upstream version.
* debian/control: Add python-keystoneclient as a depends.
-- Chuck Short <zulcss@ubuntu.com> Thu, 16 Aug 2012 12:24:18 -0500
python-glanceclient (1:0.1.1-0ubuntu1) quantal; urgency=low
[ Chuck Short ]
* New upstream release.
* debian/rules: Fix test suite
* debian/patches/fix-ubuntu-tests: Re-introduced to prevent downloading
virtualenv deps.
* debian/watch: Update with new location.
[ Adam Gandleman ]
* debian/control: wrap-and-sort, add python-setuptools to Depends.
* debian/pydist-overrides: Override python-keystoneclient.
-- Chuck Short <zulcss@ubuntu.com> Fri, 06 Jul 2012 11:31:31 -0400
python-glanceclient (2012.2~f2~20120621.59-0ubuntu1) quantal; urgency=low
* New usptream version.
* debian/docs: Include changelog and readme.rst
* debian/watch: Fix url
-- Chuck Short <zulcss@ubuntu.com> Fri, 22 Jun 2012 10:41:03 -0400
python-glanceclient (2012.2~f1-0ubuntu2) quantal; urgency=low
* debian/control:
- Use Architecture: all (LP: #1013860)
- Update maintainer
-- Michael Terry <mterry@ubuntu.com> Thu, 21 Jun 2012 07:15:43 -0400
python-glanceclient (2012.2~f1-0ubuntu1) quantal; urgency=low
* Initial release.
-- Chuck Short <zulcss@ubuntu.com> Tue, 29 May 2012 08:34:09 -0400
|