File: changelog

package info (click to toggle)
imvirt 0.9.6-11
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,356 kB
  • sloc: perl: 2,778; sh: 802; ansic: 316; makefile: 61
file content (377 lines) | stat: -rw-r--r-- 12,545 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
imvirt (0.9.6-11) unstable; urgency=medium

  * Adjust debian/watch to work again with GitHub.
  * Bump Standards-Version to 4.6.2.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 12 Jan 2023 11:08:10 +0100

imvirt (0.9.6-10) unstable; urgency=medium

  * Bump Standards-Version to 4.6.1.
  * Adjust renamed lintian tag name in override.
  * Adjust lintian overrides.

 -- Patrick Matthäi <pmatthaei@debian.org>  Wed, 14 Sep 2022 14:37:38 +0200

imvirt (0.9.6-9) unstable; urgency=medium

  * debian/watch: Adjust github URL.
  * Bump Standards-Version to 4.6.0.
  * Adjust lintian overrides.

 -- Patrick Matthäi <pmatthaei@debian.org>  Tue, 19 Oct 2021 10:55:39 +0200

imvirt (0.9.6-8) unstable; urgency=medium

  * Fix a FTBFS on arch:all, by adding the installed binaries to not-installed.

 -- Patrick Matthäi <pmatthaei@debian.org>  Mon, 14 Dec 2020 11:58:15 +0100

imvirt (0.9.6-7) unstable; urgency=medium

  * Adjust lintian overrides.
  * Bump Standards-Version to 4.5.1.
  * Bump debhelper-compat to level 13.
    - Add no required files to debian/not-installed.
  * Update debian/watch file standard to version 4.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 19 Nov 2020 14:57:17 +0100

imvirt (0.9.6-6) unstable; urgency=medium

  * Add a modified upstream patch 02-broken-sort to fix a broken sort function.
    Closes: #809337
  * Add upstream patch 03-escaped-quotes.
    Closes: #732460

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 05 Mar 2020 12:31:18 +0100

imvirt (0.9.6-5) unstable; urgency=medium

  * Bump Standards-Version to 4.5.0.
  * Use the new debhelper-compat notation, and drop the d/compat file.
  * Move lintian-overrides file to source directory.
  * Adjust source lintian-overrides.
  * Set Rules-Requires-Root: no.
  * Fix renamed lintian tag.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 23 Jan 2020 16:32:58 +0100

imvirt (0.9.6-4) unstable; urgency=medium

  * Bump debian/compat to level 10.
  * Bump Standards-Version to 4.0.0 (no changes required).

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 27 Jul 2017 15:48:34 +0200

imvirt (0.9.6-3) unstable; urgency=medium

  * Fix spelling error in README.Debian.
  * Bump Standards-Version to 3.9.8 (no changes required).
  * Enable full hardening.
  * Mention Perl module name in long description.

 -- Patrick Matthäi <pmatthaei@debian.org>  Wed, 04 May 2016 15:43:47 +0200

imvirt (0.9.6-2) unstable; urgency=medium

  * Bump Standards-Version to 3.9.6 (no changes needed).
  * Don't explicitly request xz compression - dpkg 1.17 does this by default.
  * Update to DEP5 debian/copyright format.
  * Remove deprecated hardening-wrapper.
  * Overwrite lintian warning debian-watch-may-check-gpg-signature. There are
    no GPG signatures available.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 16 Jul 2015 20:27:26 +0200

imvirt (0.9.6-1) unstable; urgency=low

  * New upstream release.
    - Handle undefined %cpuinfo entries gracefully.
      Closes: #697961
    - Do not die if /proc/cpuinfo is not available. Remove merged Debian patch
      01-do-not-die-on-missing-cpuinfo.
      Closes: #709420, #693278
  * Replace my old e-mail address in debian/copyright.
  * Point debian/watch to github.
  * Limit helper installation also only for Linux systems. This solves the Hurd
    FTBFS.
  * Add patch 01-spelling-error to fix an spelling error in the manpage.

 -- Patrick Matthäi <pmatthaei@debian.org>  Mon, 26 Aug 2013 10:46:18 +0200

imvirt (0.9.5-3) unstable; urgency=low

  * Bump compat level to 9.
  * Migrate package to minimal debhelper.
  * Uploading to unstable.

 -- Patrick Matthäi <pmatthaei@debian.org>  Mon, 20 May 2013 21:23:33 +0200

imvirt (0.9.5-2) experimental; urgency=low

  * Also add new build dependencies libfile-slurp-perl and libmodule-find-perl.
  * Install the binary imvirt-helper modules only on i386 and amd64
    architectures. This fixes a FTBFS on all other architectures.
  * Add upstream patch 01-do-not-die-on-missing-cpuinfo to not die, if
    /proc/cpuinfo is unavailable, like on GNU/Hurd.
    Closes: #693278

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 22 Nov 2012 09:53:05 +0100

imvirt (0.9.5-1) experimental; urgency=low

  * New upstream release.
    - Remove merged patch 01-lxc-procfs-read.
    - Remove merged patch 02-kvm-double-dmesg-count.
    - Remove merged patch 03-lxc-physical.
    - imvirt-report manpage has been merged, install it from upstream.
    - Add new build dependency libfile-which-perl.

 -- Patrick Matthäi <pmatthaei@debian.org>  Mon, 19 Nov 2012 10:28:35 +0100

imvirt (0.9.4-5) experimental; urgency=low

  * Bump Standards-Version to 3.9.4 (no changes needed).
  * Switch to xz compression and add a Pre-Depends on dpkg.
  * Add missing word to long description of libimvirt-perl. Thanks Martin!
    Closes: #688663
  * Package imvirt-helper should recommend libimvirt-perl.
    Closes: #688106

 -- Patrick Matthäi <pmatthaei@debian.org>  Tue, 25 Sep 2012 09:48:36 +0200

imvirt (0.9.4-4) unstable; urgency=low

  * Add upstream patch 03-lxc-physical to fix an missdetection of physical
    hosts as LXC ones.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 01 Sep 2012 13:06:07 +0200

imvirt (0.9.4-3) unstable; urgency=low

  * Add upstream patch 01-lxc-procfs-read:
    LXC: Remove inapplicable /proc from procfs_read() parameter.
  * Add upstream patch 02-kvm-double-dmesg-count:
    KVM: Do not count dmesg line twice.
  * Merge 0.9.4-2~bpo60+1 changelog.

 -- Patrick Matthäi <pmatthaei@debian.org>  Mon, 13 Aug 2012 09:44:26 +0200

imvirt (0.9.4-2~bpo60+1) squeeze-backports; urgency=low

  * Rebuild for squeeze-backports.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 19 Jul 2012 08:55:15 +0200

imvirt (0.9.4-2) unstable; urgency=low

  * Move imvirt-report from /usr/lib/imvirt to /usr/bin and provide a manpage
    for it.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 20 May 2012 13:01:11 +0200

imvirt (0.9.4-1) unstable; urgency=low

  * New upstream release.
    - This should realy fix now the i386 FTBFS.
    - Drop patch 01-vmware-ftbfs.
  * Update long description with the current supported virtualizations.
  * Add libfile-which-perl dependency to the libimvirt-perl package.
  * Move dmidecode to suggests.
  * Add new architecture any imvirt-helper package and convert imvirt to
    architecture all to reflect the correct dependencies between libimvirt-perl
    and imvirt-helper.
  * Overwrite false positive lintian warnings about hardening-no-stackprotector.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 17 May 2012 23:21:18 +0200

imvirt (0.9.3-2) unstable; urgency=high

  * Add patch 01-vmware-ftbfs to fix another FTBFS on i386.

 -- Patrick Matthäi <pmatthaei@debian.org>  Tue, 15 May 2012 11:49:32 +0200

imvirt (0.9.3-1) unstable; urgency=high

  * New upstream release.
    - Fixed FTBFS on i386 with enabled hardening.
    - Add detection support for ARAnyM.
      Closes: #658914
    - Add new imvirt-report binary.

 -- Patrick Matthäi <pmatthaei@debian.org>  Mon, 14 May 2012 20:22:04 +0200

imvirt (0.9.2-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.3 (no changes needed).
  * Build with hardening-wrapper.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 22 Apr 2012 12:27:26 +0200

imvirt (0.9.2-1) unstable; urgency=low

  * New upstream release.
    - Better detection support added.
      Closes: #637416
    - Remove all patches and the required automake call, they have been merged
      by upstream.
  * Add missing build-arch and build-indep debian/rules target.
  * Bump debian/compat to version 7.
    - Use dh_prep instead of dh_clean -k.
  * Wrap all debian/control lines.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 05 Feb 2012 14:08:05 +0100

imvirt (0.9.1-1) unstable; urgency=low

  * New upstream release.
    - Improved KVM detection.
      Closes: #620000

 -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 11 Jun 2011 11:37:41 +0200

imvirt (0.9.0-5) unstable; urgency=low

  * Bump Standards-Version to 3.9.2 (no changes needed).

 -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 30 Apr 2011 16:20:43 +0200

imvirt (0.9.0-4) unstable; urgency=low

  * Add missing dependency on pciutils.
    Closes: #612735

 -- Patrick Matthäi <pmatthaei@debian.org>  Tue, 15 Mar 2011 19:57:13 +0100

imvirt (0.9.0-3) unstable; urgency=low

  * Fix debian/watch. The project has been moved from apt-dater to it is own.
  * Update Standards-Version to 3.9.1 (no changes needed).

 -- Patrick Matthäi <pmatthaei@debian.org>  Tue, 28 Sep 2010 18:31:23 +0200

imvirt (0.9.0-2) unstable; urgency=low

  * Pass INSTALLDIRS=vendor to Makefile.PL. Much thanks to Ansgar Burchardt
    for his patch and spotting this problem.
    Closes: #578798

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 02 May 2010 10:01:50 +0200

imvirt (0.9.0-1) unstable; urgency=low

  * New upstream release.
    - Add new libimvirt-perl package.
  * Merge 0.3.1+svn426-1~bpo50+1 changelog.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 03 Apr 2010 16:10:26 +0200

imvirt (0.3.2-2~bpo50+1) lenny-backports; urgency=low

  * Rebuild for lenny-backports.
    - Revert the 3.0 (quilt) format.

 -- Patrick Matthäi <pmatthaei@debian.org>  Wed, 17 Feb 2010 21:09:59 +0100

imvirt (0.3.2-2) unstable; urgency=low

  * Install a reportbug script, which adds some important information to the
    bugreport, like the output of detect, imvirt and the content of
    /proc/cpuinfo.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 06 Feb 2010 14:11:55 +0100

imvirt (0.3.2-1) unstable; urgency=low

  * New upstream release.
    - Fix false positive detection on P4 systems.
      Closes: #566656
  * Merge 0.3.1+svn426-1~bpo50+1 changelog.
  * Bump Standards-Version to 3.8.4 (no changes needed).

 -- Patrick Matthäi <pmatthaei@debian.org>  Mon, 01 Feb 2010 19:24:54 +0100

imvirt (0.3.1+svn426-1~bpo50+1) lenny-backports; urgency=low

  * Rebuild for lenny-backports.
  * Do not use DebSrc format 3.0.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 20 Dec 2009 11:44:33 +0100

imvirt (0.3.1+svn426-1) unstable; urgency=low

  * New upstream subversion snapshot.
    - Fixes an error which appears in the kernel ring buffer on amd64 systems.
  * Merge 0.3.1-1~bpo50+1 changelog.
  * Convert package to the 3.0 (quilt) format.

 -- Patrick Matthäi <pmatthaei@debian.org>  Fri, 13 Nov 2009 12:13:34 +0100

imvirt (0.3.1-1~bpo50+1) lenny-backports; urgency=low

  * Rebuild for lenny-backports.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sun, 27 Sep 2009 15:27:36 +0200

imvirt (0.3.1-1) unstable; urgency=low

  * New upstream release
    - Package is now arch:any.
    - Drop manpage, it is in upstreams tarball now.
    - Adjust debian/copyright informations.
  * Set homepage location away from sourceforge, so I do not get anymore emails
    about the pseudo wrong homepage entry.
  * Bump Standards-Version to 3.8.3 (no changes needed).
  * Remove useless dirs file.

 -- Patrick Matthäi <pmatthaei@debian.org>  Sat, 12 Sep 2009 21:12:12 +0200

imvirt (0.2.1-3) unstable; urgency=low

  * Fix typo in get-orig-source target.
  * Merge 0.2-1~bpo50+1 and 0.2.1-1~bpo50+1 changelog.
  * Bump Standards-Version to 3.8.2 (no changes needed).

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 18 Jun 2009 08:58:18 +0200

imvirt (0.2.1-2) unstable; urgency=low

  * Change my email address.
  * Remove DM-Upload-Allowed control field.
  * Refer in debian/copyright to the GPL-2 file instead of GPL.
    This fixes the lintian warning copyright-refers-to-symlink-license.
  * Install upstreams changelog.

 -- Patrick Matthäi <pmatthaei@debian.org>  Thu, 23 Apr 2009 09:01:41 +0200

imvirt (0.2.1-1~bpo50+1) lenny-backports; urgency=low

  * Rebuild for lenny-backports.

 -- Patrick Matthäi <patrick.matthaei@web.de>  Tue, 24 Mar 2009 21:30:42 +0200

imvirt (0.2.1-1) unstable; urgency=low

  * New upstream release.
    - Properly detect paravirt Xen.
      Closes: #519207
  * Add get-orig-source target.
  * Bump Standards-Version to 3.8.1 (no changes needed).
  * Fix copyright-with-old-dh-make-debian-copyright.
    Thanks lintian.

 -- Patrick Matthäi <patrick.matthaei@web.de>  Thu, 12 Mar 2009 10:36:04 +0200

imvirt (0.2-1~bpo50+1) lenny-backports; urgency=low

  * Rebuild for lenny-backports.

 -- Patrick Matthäi <patrick.matthaei@web.de>  Tue, 17 Feb 2009 18:14:09 +0200

imvirt (0.2-1) unstable; urgency=low

  * Initial release.
    Closes: #506984

 -- Patrick Matthäi <patrick.matthaei@web.de>  Wed, 26 Nov 2008 19:40:06 +0100