vagrant (1.8.1+dfsg-1ubuntu0.2) xenial; urgency=medium * 0014-support-vbox-5.1.patch: Add support for virtualbox 5.1 with upstream commit b57b0e0d48fe8b4196ca6b7e01bb6c1ecb4b69f9 (LP: #1759829) -- Gianfranco Costamagna Thu, 29 Mar 2018 15:23:19 +0200 vagrant (1.8.1+dfsg-1ubuntu0.1) xenial; urgency=medium * debian/patches/0013-Switch-to-vagrantcloud.patch: Switch from Atlas to Vagrant Cloud. Closes LP: #1747426. -- Daniel Watkins Mon, 05 Feb 2018 18:00:06 -0500 vagrant (1.8.1+dfsg-1) unstable; urgency=medium * New upstream release. - refresh patches * debian/control: swap me and Laurent as Maintainer/Uploader to reflect reality. * 0008-Use-a-private-temporary-dir.patch: update to remove remaining usage of several different temporary directories; use a central temporary directory instead, and clean it up when the application exits (Closes: #811004) -- Antonio Terceiro Thu, 21 Jan 2016 09:40:46 -0200 vagrant (1.7.4+dfsg-1) unstable; urgency=medium * New upstream release - adds support for VirtualBox 5.0 (Closes: #795666) * Refresh patches -- Antonio Terceiro Sun, 16 Aug 2015 11:04:06 +0200 vagrant (1.7.2+dfsg-5) unstable; urgency=medium * 0012-require-vagrant-version-from-system.patch: require 'vagrant/version' directly on --version (Closes: #788494) -- Antonio Terceiro Fri, 07 Aug 2015 09:28:08 -0300 vagrant (1.7.2+dfsg-4) unstable; urgency=medium * Refresh patches * Support-system-installed-plugins.patch: another attempt at system-provided plugins. Closes: #740165 - Install an empty /usr/share/vagrant-plugins/plugins.json to force looking for plugins in /usr/share/vagrant-plugins/plugins.d - Vagrant plugins must be packaged as regular Ruby libraries + a few extra bits -- see README.Debian for details - Provide a dh_vagrant_plugin helper that can be used to create those extra bits automatically -- see README.Debian for details -- Antonio Terceiro Wed, 27 May 2015 14:23:39 -0300 vagrant (1.7.2+dfsg-3) unstable; urgency=medium * 0003-VERSION-fallback-to-usr-share-vagrant-version.txt.patch: fix reading version number (Closes: #785631) -- Antonio Terceiro Tue, 26 May 2015 18:23:50 -0300 vagrant (1.7.2+dfsg-2) experimental; urgency=medium * 0010-provisioners-puppet-fix-exception-with-module-paths-.patch: fix crash with pupper provisioner. Closes: #779637 -- Antonio Terceiro Tue, 03 Mar 2015 11:30:53 -0300 vagrant (1.7.2+dfsg-1) experimental; urgency=medium * New upstream release - Refreshed patches * New dependency: ruby-net-sftp * New dependencies: ruby-rest-client * 0009-linux-cap-halt-don-t-wait-for-shutdown-h-now-to-fini.patch: do not wait for `shutdown -h now` to return; this fixes `vagrant halt` with lxc guests (using the vagrant-lxc plugin) -- Antonio Terceiro Mon, 09 Feb 2015 12:19:27 -0200 vagrant (1.6.5+dfsg1-2) unstable; urgency=medium * debian/patches/0008-Use-a-private-temporary-dir.patch: create temporary files inside a private temporary directory instead of cluttering $TMPDIR. * debian/patches/0003-VERSION-fallback-to-usr-share-vagrant-version.txt.patch: updated, remove trailing newline from version number (Closes: #765074) - Thanks Etienne Millon -- Antonio Terceiro Tue, 28 Oct 2014 12:12:27 -0200 vagrant (1.6.5+dfsg1-1) unstable; urgency=medium [ Antonio Terceiro ] * New upstream release (Closes: #741478) + Thanks to Stig Sandbeck Mathisen, Balint Reczey, and Sebastien Badia for our previous more-or-less joint effort in trying to package post-1.4 vagrant releases. I decided to restart fresh off the state in the 1.4 branch, but their efforts are appreciated. + Required quite some patching to make it work as a Debian package, since the new upstream version relies quite heavily on either being installed by its own installer, or being run from the source tree. See debian/patches/ for details. * debian/control: added new dependencies + bundler + ruby-listen + ruby-nokogiri + ruby-rb-inotify * Added a DEP-8 smoke test to check dependencies and basic functionality * debian/rules: ignore the `require-rubygems` test [ Sebastien Badia ] * d/vagrant.bash-completion: Use upstream bash-completion file -- Antonio Terceiro Sat, 11 Oct 2014 12:19:54 -0300 vagrant (1.4.3+dfsg1-3) unstable; urgency=medium * Drop dependency on ruby-net-ssh (<< something). Let's assume it will work with anything newer than the minimum required version. -- Antonio Terceiro Mon, 06 Oct 2014 15:20:27 -0300 vagrant (1.4.3+dfsg1-2) unstable; urgency=medium * Drop debian/patches/03_debian_plugins.patch as it breaks installing plugins from via vagrant official mechanism (vagrant plugin install) Closes: #758033 -- Antonio Terceiro Thu, 14 Aug 2014 11:21:07 -0300 vagrant (1.4.3+dfsg1-1) unstable; urgency=medium * Repack upstream tarball to remove website/ directory (which is useless for us, anyway) containing sourceless Javascript files (Closes: #736787) * debian/patches/03_debian_plugins.patch: support vagrant plugins installed as Debian packages, to unblock packaging of vagrant plugins (Closes: #740165) . We will have to figure out how to forward port this patch to newer vagrant releases later. -- Antonio Terceiro Thu, 07 Aug 2014 11:00:23 -0300 vagrant (1.4.3-2) unstable; urgency=medium * Use the default Ruby interpreter instead of hardcoding ruby1.9.1 (Closes: #744033) * Add myself to Uploaders: -- Antonio Terceiro Mon, 12 May 2014 11:50:35 -0300 vagrant (1.4.3-1) unstable; urgency=low [ Sebastien Badia ] * New upstream release (Closes: #735150, #732155) * Add a manpage for vagrant (Closes: #710193) [ Laurent Bigonville ] * Downgrade virtualbox from Recommends to Suggests (Closes: #724903) * debian/control: Add maximum supported version for ruby-net-ssh -- Laurent Bigonville Thu, 23 Jan 2014 00:26:47 +0100 vagrant (1.2.2-1) unstable; urgency=low * New upstream release (Closes: #697280) - Add support for VirtualBox 4.2 (Closes: #710242) - Vagrant now only works with ruby 1.9 (Closes: #702144) - debian/control: Adjust dependencies - debian/patches/01_source_root_path.patch: Refreshed * debian/watch: Update watch file URL, vagrant is no longer distributed as a gem (Closes: #711110) * debian/control: Use canonical URL for VCS fields * debian/control: Add bsdtar, curl and openssh-client to the dependencies * debian/control: Bump Standards-Version to 3.9.4 (no further changes) * debian/vagrant.install: Install plugins directory * debian/patches/02_disable_installer_warning.patch: Disable warning about not using the installer * debian/require-rubygems.overrides: Refresh file list * debian/vagrant.bash-completion: Add completion for the new arguments -- Laurent Bigonville Sat, 06 Jul 2013 21:47:22 +0200 vagrant (1.0.3-1) unstable; urgency=low * New upstream release * debian/vagrant.bash-completion: Add bash completion file -- Laurent Bigonville Thu, 03 May 2012 17:01:09 +0200 vagrant (1.0.2-1) unstable; urgency=low * New upstream release * debian/patches/01_source_root_path.patch: Refreshed -- Laurent Bigonville Thu, 05 Apr 2012 12:13:23 +0200 vagrant (1.0.1-1) unstable; urgency=low * New upstream release * debian/require-rubygems.overrides: Add lib/vagrant/command/gem.rb, lib/vagrant/environment.rb * debian/control: - Bump Standards-Version to 3.9.3 (no further changes) - Add version to rubygems dependency -- Laurent Bigonville Wed, 14 Mar 2012 11:48:07 +0100 vagrant (0.9.7-1) unstable; urgency=low * New upstream release - Bump ruby-childprocess dependency to 0.3.1 * Add debian/gbp.conf file -- Laurent Bigonville Fri, 17 Feb 2012 11:19:55 +0100 vagrant (0.9.5-1) unstable; urgency=low * New upstream release * debian/control: - Drop DM-Upload-Allowed -- Laurent Bigonville Mon, 06 Feb 2012 11:24:58 +0100 vagrant (0.9.3-1) unstable; urgency=low * Initial release (Closes: #628031) -- Laurent Bigonville Sat, 28 Jan 2012 12:36:35 +0100