File: changelog

package info (click to toggle)
ruby-libvirt 0.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: ansic: 8,052; ruby: 2,541; makefile: 6
file content (166 lines) | stat: -rw-r--r-- 6,264 bytes parent folder | download
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
ruby-libvirt (0.8.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.8.4

 -- Pino Toscano <pino@debian.org>  Fri, 09 Aug 2024 06:12:30 +0200

ruby-libvirt (0.8.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.8.3
  * d/p/Don-t-run-tests-that-require-qemu-system.patch: drop;
    upstream now runs all the tests with the libvirt test by default.
  * d/tests/control: switch transitional pkg-config B-D to pkgconf
  * Bump Standards-Version to 4.7.0, no changes required
  * d/ruby-libvirt.docs: update according to the new version:
    - NEWS & README: install them as .rst now
    - README.rdoc: drop, as it was only the intro page for the API docs
  * d/ruby-tests.rake: pick all the available tests now

 -- Pino Toscano <pino@debian.org>  Mon, 13 May 2024 18:45:08 +0200

ruby-libvirt (0.8.2-1) unstable; urgency=medium

  * Team upload.
  * d/upstream/metadata: new file with basic upstream information.
  * d/rules: switch to "execute_before_" dh hooks.
  * d/copyright: drop Upstream-Contact, as it is not accurate.
  * d/control: switch Homepage to the canonical https://ruby.libvirt.org
  * New upstream version 0.8.2
  * d/patches/996313-fix-ext-build-with-ruby3.patch: drop, fixed upstream
  * d/control: bump build dependencies according to the upstream build system
  * d/control: switch transitional pkg-config B-D to pkgconf

 -- Pino Toscano <pino@debian.org>  Sat, 10 Feb 2024 06:59:04 +0100

ruby-libvirt (0.7.1-2) unstable; urgency=medium

  * Team upload.
  * Add the configuration for the CI on salsa
  * Trim trailing whitespace.
  * Use versioned copyright format URI.
  * Update watch file format version to 4.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 11 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Remove XS-Ruby-Versions & XB-Ruby-Versions fields, no more needed now.
  * Add Rules-Requires-Root: no
  * Drop manual ruby | ruby-interpreter dependency, no more needed now.
  * Bump Standards-Version to 4.6.2, no changes required.
  * Remove unnecessary 'Testsuite: autopkgtest' header.
  * d/watch, d/copyright: Switch to the new upstream download location.
  * Drop libvirt-daemon as build dependency and autopkgtest build dependency.

 -- Pino Toscano <pino@debian.org>  Thu, 14 Sep 2023 22:57:25 +0200

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