Package: vagrant / 2.3.7+git20230731.5fc64cde+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
vagrant | 2.3.7+git20230731.5fc64cde+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 bin vagrant silence warning about installer.patch | (download) |
bin/vagrant |
5 0 + 5 - 0 ! |
bin/vagrant: silence warning about installer |
0002 Use a private temporary dir.patch | (download) |
lib/vagrant/box.rb |
3 2 + 1 - 0 ! |
use a private temporary directory that is cleanup up on exit This avoids vagrant from cluttering $TMPDIR with dozens of even hundreds of temporary files (~4 per vagrant invocation). |
0004 Support system installed plugins.patch | (download) |
lib/vagrant/bundler.rb |
2 1 + 1 - 0 ! |
support system-installed plugins Plugins must be installed as regular Ruby libraries, and they must contain /usr/share/vagrant-plugins/plugins.d/$PLUGINNAME.json with the following content: { "${PLUGINNAME}": { "ruby_version":"$(ruby -e 'puts RUBY_VERSION')", "vagrant_version":"$(cat /usr/share/vagrant/version.txt)", "gem_version":"", "require":"", "sources":[] } } |
0005 Relax dependency resolution.patch | (download) |
Gemfile |
6 0 + 6 - 0 ! |
relax dependency resolution |
0005 Skip tests that require winrm.patch | (download) |
test/unit/plugins/provisioners/ansible/provisioner_test.rb |
3 2 + 1 - 0 ! |
skip tests that require winrm |
0006 tests fix tests to work against installed package.patch | (download) |
test/unit/plugins/commands/init/command_test.rb |
8 5 + 3 - 0 ! |
tests: fix tests to work against installed package |
0007 test unit base.rb don t load patch for fake_ftp.patch | (download) |
test/unit/base.rb |
3 0 + 3 - 0 ! |
test/unit/base.rb: don't load patch for fake_ftp We already skip the tests requiring fake_ftp. |
0008 Skip tests that require rgl.patch | (download) |
test/unit/plugins/commands/serve/service/guest_service_test.rb |
4 2 + 2 - 0 ! |
skip tests that require rgl |
0009 Raise error if openssl headers not found.patch | (download) |
ext/vagrant/vagrant_ssl/extconf.rb |
7 1 + 6 - 0 ! |
raise error if openssl headers not found |
0010 Remove shebang from bash completion file.patch | (download) |
contrib/bash/completion.sh |
2 0 + 2 - 0 ! |
remove shebang from bash completion file This fixes the bash-completion-with-hashbang lintian warning. |
0011 Add newline at end of private key.patch | (download) |
lib/vagrant/util/keypair.rb |
2 1 + 1 - 0 ! |
add newline at end of private key |
0012 Loosen dependency on ruby.patch | (download) |
vagrant.gemspec |
2 1 + 1 - 0 ! |
loosen dependency on ruby |
0013 Fix the default vagrant URL for pulling boxes.patch | (download) |
lib/vagrant/shared_helpers.rb |
2 1 + 1 - 0 ! |
fix the default vagrant url for pulling boxes. |