vagrant-libvirt 0.7.0-1 source package in Ubuntu

Changelog

vagrant-libvirt (0.7.0-1) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Antonio Terceiro ]
  * debian/watch: pull from github to get full sources
  * New upstream version 0.7.0
  * Drop gemspec patch, not needed anymore
  * debian/rules: replace blacklist with exclude
  * Write version file from Debian package version
  * Depends: replace hardcoded dependencies with ${ruby:Depends}
  * autopkgtest: replace deprecated $ADTTMP with $AUTOPKGTEST_TMP
  * Bump Standards-Version to 4.6.0; no changes needed

 -- Antonio Terceiro <email address hidden>  Sat, 13 Nov 2021 12:55:57 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vagrant-libvirt_0.7.0-1.dsc 2.2 KiB 8e35241a12281075cc067336e2a43a37a2e0a1d2f02cae5f3b2ce085eb44bc40
vagrant-libvirt_0.7.0.orig.tar.gz 127.4 KiB d6aefedf9985252307efa609e629feab99d991c1c4a9ccf21daf5c7ec8dfc509
vagrant-libvirt_0.7.0-1.debian.tar.xz 4.4 KiB 3d0dabb54499c35e629d180d1831082ddf14bc826c3cdef79a8ed3f894238174

Available diffs

No changes file available.

Binary packages built by this source

vagrant-libvirt: Vagrant plugin that adds an Libvirt provider to Vagrant

 vagrant-libvirt allows Vagrant to control and provision machines via
 Libvirt toolkit.
 .
 It has many relevant features:
  * Control local Libvirt hypervisors.
  * Upload box image (qcow2 format) to Libvirt storage pool.
  * Create volume as COW diff image for domains.
  * Create private networks.
  * Create and boot Libvirt domains.
  * SSH into domains.
  * Setup hostname and network interfaces.
  * Provision domains with any built-in Vagrant provisioner.
  * Synced folder support via rsync, nfs or 9p.
  * Snapshots via sahara.
  * Package caching via vagrant-cachier.
  * Use boxes from other Vagrant providers via vagrant-mutate.