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 filePatch | File delta | Description |
---|---|---|
0001 Constrain dependency resolution.patch | (download) |
Gemfile |
6 0 + 6 - 0 ! |
constrain dependency resolution |
0002 Disable Checkpoint.patch | (download) |
lib/vagrant/environment.rb |
38 2 + 36 - 0 ! |
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 ! |
version: fallback to /usr/share/vagrant/version.txt |
0004 bin vagrant silence warning about installer.patch | (download) |
bin/vagrant |
5 0 + 5 - 0 ! |
bin/vagrant: silence warning about installer |
0005 Read data from usr share vagrant.patch | (download) |
lib/vagrant/shared_helpers.rb |
12 11 + 1 - 0 ! |
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 ! |
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 ! |
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 ! |
use a private temporary dir Without this vagrant will clutter $TMPDIR with dozens of even hundreds of temporary files (~4 per vagrant invocation). |