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 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
|
python-diskimage-builder (2.16.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Use team+openstack@tracker.debian.org as maintainer
[ Thomas Goirand ]
* New upstream release:
- Fixes FTBFS due to failed tests (Closes: #906551).
- Reproducible patch applied upstream (Closes: #892020).
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Fri, 07 Sep 2018 09:49:08 +0200
python-diskimage-builder (2.10.1-6) unstable; urgency=medium
* Add missing git command runtime depends.
-- Thomas Goirand <zigo@debian.org> Thu, 29 Mar 2018 14:19:19 +0200
python-diskimage-builder (2.10.1-5) unstable; urgency=medium
* Added missing curl command runtime depends.
-- Thomas Goirand <zigo@debian.org> Thu, 29 Mar 2018 14:08:15 +0200
python-diskimage-builder (2.10.1-4) unstable; urgency=medium
* Add patch to package all files.
* Fix python / python3 shebangs.
-- Thomas Goirand <zigo@debian.org> Thu, 29 Mar 2018 10:42:10 +0200
python-diskimage-builder (2.10.1-3) unstable; urgency=medium
[ Ondřej Nový ]
* Running wrap-and-sort -bast
[ Thomas Goirand ]
* Fixed Python 3 shebang.
-- Thomas Goirand <zigo@debian.org> Sun, 18 Mar 2018 21:14:52 +0000
python-diskimage-builder (2.10.1-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sun, 25 Feb 2018 22:56:29 +0000
python-diskimage-builder (2.10.1-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Updated debian/copyright.
* Standards-Version is now 4.1.3.
* Add Python 3 support.
* Add a -doc package.
-- Thomas Goirand <zigo@debian.org> Mon, 19 Feb 2018 14:17:28 +0000
python-diskimage-builder (2.9.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bumped debhelper compat version to 10
[ Thomas Goirand ]
* Updating vcs fields.
* Updating copyright format url.
* Running wrap-and-sort -bast.
* Updating maintainer field.
* Standards-Version: 4.1.1
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Tue, 07 Nov 2017 21:04:19 +0100
python-diskimage-builder (1.19.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URLs.
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Standards-Version: 3.9.8 (no change).
* Add debian/python-diskimage-builder.lintian-overrides
-- Thomas Goirand <zigo@debian.org> Tue, 27 Sep 2016 22:54:19 +0200
python-diskimage-builder (1.0.0-1) unstable; urgency=medium
* New upstream release.
* Depends on jq (Closes: #783517).
* Now depends on uuid-runtime (Closes: #791655).
-- Thomas Goirand <zigo@debian.org> Sat, 08 Aug 2015 09:56:02 +0000
python-diskimage-builder (0.1.46-1) unstable; urgency=medium
* New upstream release (Closes: #788096).
* Fixed (build-)dependencies.
* Cleans leftovers .pyc in the package after python setup.py install.
-- Thomas Goirand <zigo@debian.org> Tue, 09 Jun 2015 10:21:41 +0200
python-diskimage-builder (0.1.30-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Tue, 16 Sep 2014 14:33:25 +0800
python-diskimage-builder (0.1.13-2) unstable; urgency=medium
[ Thomas Bechtold ]
* Add debian/clean file to cleanup egg-info and .testrepository directory.
* debian/gbp.conf: Don't use pristine-tar explicit.
* debian/control:
- Add python3 packages to Build-Depends.
- Add kpartx to Depends according to README.md.
- Add debootstrap to Depends. Needed to build Debian images.
* debian/watch: Use github tags instead of pypi.
[ Thomas Goirand ]
* New upstream release.
* Uploading to unstable.
* Adds qemu-utils (and *NOT* qemu-img) as depends.
-- Thomas Goirand <zigo@debian.org> Fri, 18 Apr 2014 10:46:29 +0000
python-diskimage-builder (0.1.8-2) experimental; urgency=medium
* Added missing subunit build-depends.
-- Thomas Goirand <zigo@debian.org> Sun, 16 Mar 2014 09:17:57 +0000
python-diskimage-builder (0.1.8-1) experimental; urgency=low
* Initial release. (Closes: #723823)
-- Thomas Goirand <zigo@debian.org> Sat, 15 Mar 2014 17:13:48 +0800
|