File: changelog

package info (click to toggle)
vmdb2 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 612 kB
  • sloc: python: 1,894; sh: 222; makefile: 26
file content (224 lines) | stat: -rw-r--r-- 6,887 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
vmdb2 (0.22-1) unstable; urgency=medium

  [ Christian Kastner ]
  * New upstream release. (Closes: #975303, #973467)
  * Drop build dependencies python3-cliapp, help2man (no longer needed)
  * Drop build dependencies debootstrap, kpartx, partx
    This are not needed by the build time tests.
  * Recommend ovmf, ovmf-ia32, qemu-efi-aarch64, qemu-efi-arm, qemu-slof,
    qemu-system-x86, qemu-system-arm, qemu-system-ppc
  * Re-enable build of HTML documentation
  * Drop build of the PDF, and all of its dependencies
  * Switch to using upstream-supplied man page
  * Set Rules-Requires-Root: no
  * Switch from debhelper (>= 12) to debhelper-compat (= 12)
  * Use secure URI in debian/copyright
  * Update Homepage
  * Create debian/watch
  * Add autopkgtest for module self-test
  * Honor DEB_BUILD_OPTIONS=nodoc
  * Remove build artifacts in clean target
  * Bump Standards-Version to 4.5.1

  [ Ryutaroh Matsumoto ]
  * Recommend qemu-user-static. (Closes: #975024)

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 19 Jan 2021 12:04:32 -0600

vmdb2 (0.19-1) unstable; urgency=medium

  * Import new upstream version 0.19

 -- Gunnar Wolf <gwolf@debian.org>  Thu, 15 Oct 2020 11:30:46 -0500

vmdb2 (0.17-1) unstable; urgency=medium

  * Import new upstream version 0.17

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 12 Aug 2020 01:16:01 -0500

vmdb2 (0.16-2) unstable; urgency=medium

  * Run vmdb2 for help2man from the local build path, don't assume it to
    be in the path (Closes: #962399)

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 12 Jun 2020 00:00:36 -0500

vmdb2 (0.16-1) unstable; urgency=medium

  * Import new upstream version 0.16
  * Remove patch from format.sh, as it is no longer needed
  * Install manpage and documentation; added build-dependency on help2man
    (Closes: #961140)

 -- Gunnar Wolf <gwolf@debian.org>  Sat, 06 Jun 2020 14:38:55 -0500

vmdb2 (0.14.1-1) unstable; urgency=medium

  * Incorporate newest upstream changes, fixing incompatibilities
    introduced in 0.14

 -- Gunnar Wolf <gwolf@debian.org>  Thu, 09 Apr 2020 23:43:21 -0500

vmdb2 (0.14-1) unstable; urgency=medium

  * Incorporate newest upstream changes

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 24 Mar 2020 11:09:07 -0600

vmdb2 (0.13.2+git20200121-1) unstable; urgency=medium

  * Incorporate newest upstream changes. This includes a new copy-fie step
    (Closes: #949455)
  * Standards-version 4.4.1→4.5.0 (no changes needed)

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 21 Jan 2020 17:56:13 -0600

vmdb2 (0.13.2+git20191220-1) unstable; urgency=medium

  * Incorporate newest upstream changes
  * Added step to create /etc/fstab (Closes: #922713)
  * Always send the errors to stderr (Closes: #928485)

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 20 Dec 2019 10:56:15 -0600

vmdb2 (0.13.2+git20191206-2) unstable; urgency=medium

  * Updated Vcs-Git and Vcs-Browser to the repositories used for Debian
    development (not upstream)
  * standards-version 4.3.0→4.4.1 (no changes needed)

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 10 Dec 2019 17:39:34 -0600

vmdb2 (0.13.2+git20191206-1) unstable; urgency=medium

  * Adding Vcs-Git and Vcs-Browser fields to debian/control
  * Fix rootfs-unpacked to be rootfs_unpacked in vmdb2.mdwn.
    (Closes:#922709)
  * Drop build-dependency on pylint (its use has already been removed
    upstream) (Closs: #945480)
  * Patch for #922660 was incorporated upstream (Closes: #922660)

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 06 Dec 2019 10:47:42 -0600

vmdb2 (0.13.2+git20190215-1) unstable; urgency=medium

  * Stop specifying xelatex as the PDF engine for building documentation,
    and add both texlive-fonts-recommended and lmodern as
    build-dependencies, as both issues caused the package to FTBFS under
    pbuilder (Closes: #922355)
  * Add build-dependency on dh-python, lintian is happier now

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 15 Feb 2019 11:47:15 -0600

vmdb2 (0.13.2+git20190214-1) unstable; urgency=medium

  * New upstream version.
  * Add dependency and build-dependency on qemu-utils, for qemu-img.
  * Updated Homepage.
  * Build the manual and include it in the Debian package.
    (Closes: #907614)
  * Add build-dependcies for building docs.
  * Taking over maintainership, as upstream author retired from Debian,
    (Closes: #914027)
  * Bumping up standards-version 3.9.8 → 4.3.0, dh compat level 9 → 12
  * Get the version information from debian/changelog instead of git,
    fixing potential (not reported) FTBFS

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 12 Feb 2019 09:17:52 -0600

vmdb2 (0.13.2-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sun, 06 May 2018 09:26:24 +0300

vmdb2 (0.13.1-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Mon, 30 Apr 2018 17:51:13 +0300

vmdb2 (0.13-1) unstable; urgency=medium

  * New upstream version.
  * Use new pandoc options (Closes: #897107)

 -- Lars Wirzenius <liw@liw.fi>  Mon, 30 Apr 2018 11:23:38 +0300

vmdb2 (0.12-1) unstable; urgency=medium

  * New upstream version.
  * debian/copyright: Added Stuart.
  * debian/control: Updated Homepage, patch from Geert Stappers.

 -- Lars Wirzenius <liw@liw.fi>  Sat, 24 Feb 2018 11:05:32 +0200

vmdb2 (0.11-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sat, 10 Feb 2018 17:56:41 +0200

vmdb2 (0.10-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sat, 10 Feb 2018 17:04:30 +0200

vmdb2 (0.9-1) unstable; urgency=medium

  * New upstream version.
  * Add build-dep on python3-coverage-test-runner, pylint3.
  * Recommend ansible when vmdb2 is installed.

 -- Lars Wirzenius <liw@liw.fi>  Wed, 11 Oct 2017 18:46:59 +0300

vmdb2 (0.8-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sat, 29 Jul 2017 16:58:42 +0300

vmdb2 (0.7-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sun, 18 Jun 2017 16:03:28 +0300

vmdb2 (0.6-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sun, 11 Jun 2017 15:36:46 +0300

vmdb2 (0.5-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sun, 04 Jun 2017 13:49:07 +0300

vmdb2 (0.4-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sat, 03 Jun 2017 22:42:46 +0300

vmdb2 (0.3-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sun, 21 May 2017 16:27:35 +0300

vmdb2 (0.2-1) unstable; urgency=medium

  * New upstream version.

 -- Lars Wirzenius <liw@liw.fi>  Sun, 14 May 2017 16:13:30 +0300

vmdb2 (0.1-1) unstable; urgency=low

  * Initial packaging. This is not intended to be uploaded to Debian, so
    no closing of an ITP bug.

 -- Lars Wirzenius <liw@liw.fi>  Sat, 13 May 2017 23:42:59 +0300