vagrant (2.0.2+dfsg-2ubuntu7) bionic; urgency=medium * Exclude i386 from integration-test autopkgtest. -- Daniel Watkins Tue, 13 Mar 2018 12:30:39 -0400 vagrant (2.0.2+dfsg-2ubuntu6) bionic; urgency=medium * d/tests/integration-test: - Get debug output during `vagrant up` - Bump boot timeout for box under test to 10 minutes -- Daniel Watkins Fri, 09 Mar 2018 14:54:27 +0100 vagrant (2.0.2+dfsg-2ubuntu5) bionic; urgency=medium * Don't even attempt to install virtualbox on the architectures that it isn't available for. * Use 64-bit boxes on amd64 and 32-bit boxes on i386. -- Daniel Watkins Fri, 09 Mar 2018 12:39:37 +0100 vagrant (2.0.2+dfsg-2ubuntu4) bionic; urgency=medium * Don't run integration-test autopkgtest on non-Intel architectures; virtualbox is only available on amd64 and i386. -- Daniel Watkins Fri, 09 Mar 2018 09:16:32 +0100 vagrant (2.0.2+dfsg-2ubuntu3) bionic; urgency=medium * Reintroduce integration-test autopkgtest using Ubuntu box; virtualbox is an acceptable autopkgtest dependency. -- Daniel Watkins Thu, 08 Mar 2018 21:40:26 +0100 vagrant (2.0.2+dfsg-2ubuntu2) bionic; urgency=medium * Actually drop integration-test autopkgtest from d/tests/control. * Run update-maintainer. -- Daniel Watkins Thu, 08 Mar 2018 08:34:36 +0100 vagrant (2.0.2+dfsg-2ubuntu1) bionic; urgency=medium * Drop integration-test autopkgtest; it fails because it launches the Debian Vagrant box, which fails due to lack of access to the Debian archives. (We can't switch to use the Ubuntu box because it's only available for VirtualBox, which is a multiverse package.) -- Daniel Watkins Wed, 07 Mar 2018 17:29:51 +0100 vagrant (2.0.2+dfsg-2build1) bionic; urgency=medium * No-change rebuild for Ruby. -- Daniel Watkins Wed, 07 Mar 2018 12:30:53 +0100 vagrant (2.0.2+dfsg-2) unstable; urgency=medium * New upstream release. - Removes usage of setting name deprecated by ruby-net-ssh (Closes: #884104) * debian/tests/integration-test: make sure box pulled for testing is a Debian one to avoid failures on non-Debian hosts (Closes: #889174) * Refresh patches: - 0001-Disable-Checkpoint.patch: removed as checkpoint integration was dropped upstream - 0007-Virtualbox-5.2-support.patch: removed, applied upstream - Renumbered remaining patches * Bump Standards-Version to 4.1.3; no changes needed * Change Maintainer to the Debian Ruby Team * Point Vcs-* to salsa.debian.org * debian/rules: check dependencies during the build - added dependencies as build dependencies * debian/vagrant.lintian-overrides: override warning about shebang in upstream bash completion file -- Antonio Terceiro Sat, 03 Feb 2018 10:44:25 -0200 vagrant (2.0.0+dfsg-1) unstable; urgency=medium * New upstream version 2.0.0+dfsg * 0007-Virtualbox-5.2-support.patch: apply upstream patch adding support for VirtualBox 4.2 (Closes: #879931) -- Antonio Terceiro Sat, 28 Oct 2017 11:31:32 -0200 vagrant (1.9.8+dfsg-1) unstable; urgency=medium * New upstream release * Refresh patches - 0007-Update-command.rb.patch removed, already applied upstream * Recommends: vagrant-libvirt (Closes: #855372) - given virtualbox wasn't released in stretch (#794466), vagrant-libvirt is the provider we have that will work out of the box. Of course, this assumes that the box you want to use is available for libvirt as well. * Drop unnecessary dependency on ruby-bundler (See #838213). The code that uses it has already been dropped in 1.9.0+dfsg-1 * debian/README.Debian: update documentation on packaging vagrant plugins (see #838898) * debian/tests/integration-test: new autopkgtest integration test script that verifies that vagrant can bring up a Debian stable VM out of the box. * Add a manpage for dh_vagrant_plugin. * Bump debhelper compatibility level to 10 * Bump Standards-Version to 4.0.0, no changes needed * Drop dependencies that were also dropped upstream: - ruby-nokogiri - ruby-rb-inotify -- Antonio Terceiro Wed, 06 Sep 2017 14:51:22 -0300 vagrant (1.9.1+dfsg-1) unstable; urgency=medium * New upstream version 1.9.1+dfsg * Refresh patches * 0007-Update-command.rb.patch: fix `vagrant package` (Closes: 849723) -- Antonio Terceiro Sun, 15 Jan 2017 22:11:47 -0200 vagrant (1.9.0+dfsg-2) unstable; urgency=medium * Fix regression in dh_vagrant_plugin (Closes: #847548) -- Antonio Terceiro Fri, 09 Dec 2016 07:49:04 -0200 vagrant (1.9.0+dfsg-1) unstable; urgency=medium * New upstream release - includes fix for issue with permissions when with inserting dynamically-generated SSH key into boxes (Closes: #838533) * debian/rules: install package using rubygems layout (dh_ruby --gem-install). Together with the fact that vagrant upstream dropped the very tight dependency on bundler, this allows us to drop the following patches: + 0002-VERSION-fallback-to-usr-share-vagrant-version.txt.patch + 0004-Read-data-from-usr-share-vagrant.patch + 0005-Look-up-vagrant-pre-rubygems.rb-from-the-installed-p.patch + 0006-Make-Bundler-also-lookup-into-rubygems-integration-p.patch + 0010-require-vagrant-version-from-system.patch + 0012-plugins-don-t-abuse-require_relative.patch * Refreshed and renumbered remaining patches * 0001-Disable-Checkpoint.patch: remove further checkpoint usage from `vagrant version` * Bump debhelper compatibility level to 9 -- Antonio Terceiro Thu, 08 Dec 2016 11:23:19 -0200 vagrant (1.8.5+dfsg-2) unstable; urgency=medium * 0012-plugins-don-t-abuse-require_relative.patch: fix regression introduced on latest update. Thanks to Fumiyasu SATOH (Closes: #836229) -- Antonio Terceiro Wed, 31 Aug 2016 18:11:06 -0300 vagrant (1.8.5+dfsg-1) unstable; urgency=medium * New upstream release - Add support for VirtualBox 5.1 (Closes: #835410) * Refresh patches -- Antonio Terceiro Thu, 25 Aug 2016 15:29:04 -0300 vagrant (1.8.4+dfsg-2) unstable; urgency=medium * Depends: require bundler >= 1.12.5 (Closes: #832424) * Vcs-Browser: use https URL * Bump Standards-Version to 3.9.8; no changes needed otherwise -- Antonio Terceiro Mon, 25 Jul 2016 12:00:27 -0300 vagrant (1.8.4+dfsg-1) unstable; urgency=medium * New upstream release - Refresh patches - 0012-Fix-Vagrant-Bundler-to-work-against-Rubygems-from-Ru.patch: dropped, already applied upstream - Add new patch 0012-plugins-don-t-abuse-require_relative.patch * change dependency from `bundler` to `ruby-bundler` to avoid pulling in a toolchain * debian/tests/smoke-test: remove plugin installation test since that depends on having a toolchain installed, because vagrant plugin installation will re-install stuff that has already been installed via APT. * debian/rules: check for require_relative abuses under plugins/ in override_dh_auto_test -- Antonio Terceiro Wed, 29 Jun 2016 14:50:30 -0300 vagrant (1.8.1+dfsg-2) unstable; urgency=medium [ Christian Hofstaedtler ] * Fix Vagrant::Bundler to work against Rubygems from Ruby 2.3 (Closes: #817014) [ Antonio Terceiro ] * debian/tests/smoke-test: add simple plugin installation step to smoke test to catch any future issues with that. * Renumber patches * Bump Standards-Version to 3.9.7, no changes needed * Change Vcs-* to use https URLs -- Antonio Terceiro Sun, 03 Apr 2016 18:57:57 -0300 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