Package: vagrant / 1.6.5+dfsg1-2

Metadata

Package Version Patches format
vagrant 1.6.5+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Constrain dependency resolution.patch | (download)

Gemfile | 6 0 + 6 - 0 !
vagrant.gemspec | 29 9 + 20 - 0 !
2 files changed, 9 insertions(+), 26 deletions(-)

 constrain dependency resolution


0002 Disable Checkpoint.patch | (download)

lib/vagrant/environment.rb | 38 2 + 36 - 0 !
1 file changed, 2 insertions(+), 36 deletions(-)

 disable checkpoint

We don't want vagrant phoning home all the time

0003 VERSION fallback to usr share vagrant version.txt.patch | (download)

lib/vagrant/version.rb | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 version: fallback to /usr/share/vagrant/version.txt


0004 bin vagrant silence warning about installer.patch | (download)

bin/vagrant | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 bin/vagrant: silence warning about installer


0005 Read data from usr share vagrant.patch | (download)

lib/vagrant/shared_helpers.rb | 12 11 + 1 - 0 !
1 file changed, 11 insertions(+), 1 deletion(-)

 read data from /usr/share/vagrant


0006 Look up vagrant pre rubygems.rb from the installed p.patch | (download)

bin/vagrant | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 look up vagrant/pre-rubygems.rb from the installed package


0007 Make Bundler also lookup into rubygems integration p.patch | (download)

lib/vagrant/bundler.rb | 12 8 + 4 - 0 !
1 file changed, 8 insertions(+), 4 deletions(-)

 make bundler also lookup into rubygems-integration paths

This applies both when loading plugins, and when installing plugins (so
that e.g. vagrant will re-use Debian packages instead of reinstalling
stuff that was already via dpkg)

0008 Use a private temporary dir.patch | (download)

lib/vagrant/box.rb | 3 2 + 1 - 0 !
lib/vagrant/bundler.rb | 9 6 + 3 - 0 !
lib/vagrant/util.rb | 1 1 + 0 - 0 !
lib/vagrant/util/tempfile.rb | 15 15 + 0 - 0 !
4 files changed, 24 insertions(+), 4 deletions(-)

 use a private temporary dir

Without this vagrant will clutter $TMPDIR with dozens of even hundreds
of temporary files (~4 per vagrant invocation).