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
|
bootstrap-vz (0.9.10+20170110git-1) unstable; urgency=medium
* New upstream release with tags for AMIs from manifests and fixing enhanced
networking drivers compilation
* Added patch for tagging AWS AMI snapshots
* Applying patches porting EC2 provider and launch plugin to boto3
* Added git into recommends for ec2 provider, needed for ENA dirvers
-- Marcin Kulisz (kuLa) <debian@kulisz.net> Sun, 22 Jan 2017 19:01:27 +0000
bootstrap-vz (0.9.10+20160928git-1) unstable; urgency=medium
[ Tiago Ilieve ]
* New upstream release.
* Add 'bootstrap-vz-doc' package with Sphinx docs:
- Add '0001-remove-taskoverview-from-docs.patch' to prevent the resulting
HTML pages from fetching external JS files, fixing litian's
'privacy-breach-generic' complaint.
- Add '0002-remove-github-links-from-docs.patch' as the generation of
links to source code on GitHub isn't possible because they depend on the
same commit hashes from the upstream repository.
- Register its documents with 'doc-base'.
- Remove 'bootstrap-vz.3' man page generated from the same documentation
source.
* Add '0003-move-pyro4-dependency.patch' to fix the missing dependency of
Pyro4.
* Add support for checking signed upstream tarballs:
- Add Anders Ingemann (0D800D0D) and my (EF93257A) GPG keys to
'debian/upstream/signing-key.asc'.
- debian/watch: add 'pgpsigurlmangle' option.
- Remove 'debian-watch-may-check-gpg-signature' lintian override.
* debian/control:
- Add 'bootstrap-vz-doc' as 'bootstrap-vz' suggested package.
- Add 'parted' as suggested package, as sometimes 'kpartx' isn't enough and
an error is raised asking for installing 'parted' as well.
- Add 'python-sphinx' to Build-Depends.
- Add 'wget' to 'Suggests', as it is used by some providers and plugins.
- Bump Standards-Version to 3.9.7 (no changes).
- Remove hardcoded Python dependencies, as there's already
a '${python:Depends}' entry.
- Shorten short-description to fit in less than 60 chars, needed, for
instance, to append '(Docs)' to the description of 'bootstrap-vz-doc'.
* debian/copyright:
- Add copyright for Amazon and myself.
- Change 'debian/*' license from GPL-2+ to Apache-2.0.
- Bump years for Anders Ingemann and Marcin Kulisz.
- Move license texts to the bottom of the file.
* debian/rules:
- Add 'override_dh_auto_build' to generate the HTML documentation during
build time with Sphinx.
- Add 'override_dh_compress' to prevent the HTML documentation from being
compressed, which may change some filenames rendering its links broken.
package.
- Add 'override_dh_installchangelogs', as it was grabbing the wrong upstream
changelog file. (Closes: #820607)
- Build with Pybuild using a private application directory.
- Extend 'override_dh_auto_clean' to remove unneeded files after
generating the documentation.
* Drop patches that were integrated upstream:
- '0001-Excluding-docs-from-binary-package.patch'
- '0002-Vbox-guest-additions-iso-path-fix.patch'
* Prepend 'bootstrap-vz.' to 'links' and 'install' file:
- Add links for entry point scripts.
- Update 'assets' folder install destination.
* Update Vcs URLs to the same on the Alioth web page.
* wrap-and-sort the 'debian/' directory.
[ Marcin Kulisz ]
* Added mising build dep
* Bumping up standards version to 3.9.8
* d/copyright: switching from http to https
* Fetching new upstream from upstream git
(e5c96195bbf2c12aa5be597056932702a544d5be)
* Redoing Tiagos patches (they stopped apply after importing new upstream)
* Patch for sending console output from EC2 instances to the console
(working partly for Jessie and fully for Stretch)
* kpartx moved from Suggest to Recommends (gpt images need it)
* New upstream
- Added ssh keys handling when using ec2_launch plugin
-- Marcin Kulisz (kuLa) <debian@kulisz.net> Thu, 06 Oct 2016 18:17:22 +0100
bootstrap-vz (0.9.9-2) unstable; urgency=medium
* Removing not used files from binary package Closes: #804642
* Fixing vbox additions iso path
-- Marcin Kulisz (kuLa) <debian@kulisz.net> Wed, 11 Nov 2015 21:08:38 +0000
bootstrap-vz (0.9.9-1) unstable; urgency=medium
* New upstream (0.9.9) with lots of changes like using yaml instead of json
for manifests, added support for enhanced network instances, extlinux now
works with GPT on HVM instances and many more; more details in upstream
changelog (/usr/share/doc/bootstrap-vz/changelog.gz)
(Closes: #788924, #788924)
* Removing all patches which has been applied/fixed upstream
* Creating additionnal and updating man pages for the new upstream
* Adopting DEP14 into packaging process (more in the README.source)
-- Marcin Kulisz (kuLa) <debian@kulisz.net> Sun, 18 Oct 2015 17:39:06 +0100
bootstrap-vz (0.9.0-2) unstable; urgency=low
[ Marcin Kulisz ]
* Added description when debian tags should be applied
* Added patches against upstream fixing partition sizes, dhcp in sid and
Jessie and fixing dependency for i386 kernel package name
* Added patch fixing virtualbox guest additions paths
* Bumping up Standards-Version to 3.9.6
[ Tiago Ilieve ]
* Add a `.gitignore` file to the `debian/` directory, so the files generated
during build doesn't get committed by accident
* d/control: Update `Build-Depends`, add `dh-python` and remove the
redundant `python` entry
* d/control: added Tiago Ilieve <tiago.myhro@gmail.com> to the uploaders
* d/control: Update `Depends`, remove `${shlibs:Depends}` to avoid a warning
during build
* d/rules: Override `dh_auto_clean` to remove the `*.egg-info` directory,
which was preventing `debuild` from running more than one time
-- Tiago Ilieve <tiago.myhro@gmail.com> Wed, 13 May 2015 20:26:43 -0300
bootstrap-vz (0.9.0-1) unstable; urgency=low
[ Marcin Kulisz (kuLa) ]
* Initial release (Closes: #693198)
[ Balint Reczey ]
* Suggest kpartx, too
* Let Debhelper's auto install call setup.py
* Let Debhelper build the package
* Install missing assets
* Override lintian warnings about not executable scripts
* Correct volume size calculation to fix broken volume partitioning
* Suggest euca2ools
-- Marcin Kulisz (kuLa) <debian@kulisz.net> Tue, 05 Aug 2014 21:47:49 +0100
|