1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
ruby-libvirt (0.7.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
* d/patches/996313-fix-ext-build-with-ruby3.patch: Add patch.
- Use 'include <ruby/st.h>' to fix build with Ruby 3 (closes: #996313).
* d/patches/series: Enable new patch.
-- Daniel Leidert <dleidert@debian.org> Mon, 01 Nov 2021 15:39:25 +0100
ruby-libvirt (0.7.1-1) unstable; urgency=medium
* New upstream version 0.7.1
(Closes: #913188)
* d/control: Switch Vcs-* URLs to salsa
* Bump standards version
* Switch to dh compat level 11
-- Guido Günther <agx@sigxcpu.org> Thu, 08 Nov 2018 09:25:09 +0100
ruby-libvirt (0.7.0-1) unstable; urgency=medium
* [b96e308] New upstream version 0.7.0
* [0d2ddb6] Rediff patches
* [f68b5ba] gbp.conf: Switch to DEP14 layout
-- Guido Günther <agx@sigxcpu.org> Mon, 10 Oct 2016 21:37:54 +0200
ruby-libvirt (0.6.0-2) unstable; urgency=medium
[ Antonio Terceiro ]
* debian/rules: remove manual test run in favor of gem2deb's own mechanism
for running tests, avoiding building the C extension twice on every Debian
build.
* This also gives us autopkgtest support almost for free; so add
`Testsuite: autopkgtest` in debian/control
* debian/rules: call debian/gemspec.rake to build a gemspec during the build
(Closes: #795603)
-- Guido Günther <agx@sigxcpu.org> Mon, 18 Apr 2016 19:28:00 +0200
ruby-libvirt (0.6.0-1) unstable; urgency=medium
* [dc7846f] New upstream version 0.6.0
* [f33fafb] Build-dep on libvirt-daemon instead of libvirt-bin since the
later is no more (Closes: #817262)
* [e2d0e90] Bump standards version
-- Guido Günther <agx@sigxcpu.org> Thu, 10 Mar 2016 19:53:27 +0100
ruby-libvirt (0.5.2-1) experimental; urgency=medium
* Upload to experimental
* [f561a03] New upstream version 0.5.2 (Closes: #774594)
* [6c9b0e2] Adjust gbp.conf for experimental
* [a0420a3] Drop patches applied upstream.
0001-Don-t-free-more-entries-than-we-retrieved.patch
0002-Allow-to-set-URI-via-environment-variable.patch
-- Guido Günther <agx@sigxcpu.org> Mon, 12 Jan 2015 08:40:39 +0100
ruby-libvirt (0.5.1-3) unstable; urgency=medium
* [a629df2] Set safer env vars. We can't expect to have a $HOME and we don'
want to default to anything than the test driver.
(Closes: #734975, #738383)
* [00718c8] Bump standards version
-- Guido Günther <agx@sigxcpu.org> Sat, 10 May 2014 13:41:32 +0200
ruby-libvirt (0.5.1-2) unstable; urgency=medium
* [0852a9a] Fix a crash in vir*List* wrappers
* [e097992] Run some tests during build. Making all tests usable with the
testdriver will require some more work.
-- Guido Günther <agx@sigxcpu.org> Tue, 07 Jan 2014 22:12:03 +0100
ruby-libvirt (0.5.1-1) unstable; urgency=medium
[ Christian Hofstaedtler ]
* [b394165] Remove legacy transitional packages.
The upgrade path is given because the transitional packages have been
part of wheezy already. Also, the 1.8 package would mean that we need
to keep Ruby 1.8 around.
* [3a4994f] Build-Depend on ruby2.0-supporting gem2deb.
Packages built with gem2deb >= 0.6 will build for Ruby 1.9.1 and
Ruby 2.0, but not Ruby 1.8.
[ Guido Günther ]
* [798935f] New upstream version 0.5.1 (Closes: #733413)
-- Guido Günther <agx@sigxcpu.org> Sun, 05 Jan 2014 18:39:36 +0100
ruby-libvirt (0.4.0-1) unstable; urgency=low
[ Laurent Bigonville ]
* [7bf70ba] New upstream version 0.4.0 (Closes: #587906)
* [4649357] debian/watch: Add watch file
* [479b0c9] Switch to dpkg-source 3.0 (quilt) format
* [6c228a1] Switch to new ruby policy
* [61d821b] Add debian/gbp.conf file
* [e9ff89d] debian/copyright: Update and use Dep-5 policy
-- Guido Günther <agx@sigxcpu.org> Tue, 07 Feb 2012 19:52:22 +0100
ruby-libvirt (0.0.7-1) unstable; urgency=low
* Initial release (Closes: #501999)
-- Guido Günther <agx@sigxcpu.org> Sat, 11 Oct 2008 15:50:46 +0200
|