File: changelog

package info (click to toggle)
mes 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,648 kB
  • sloc: ansic: 26,678; lisp: 14,419; sh: 7,139; asm: 215; makefile: 38
file content (196 lines) | stat: -rw-r--r-- 6,450 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
mes (0.27-1) unstable; urgency=medium

  * New upstream version 0.27
  * Drop all patches, merged upstream.
  * debian/control: Versioned Build-Depends and Depends on nyacc.

 -- Vagrant Cascadian <vagrant@debian.org>  Fri, 12 Jul 2024 10:38:57 -0700

mes (0.26-1) unstable; urgency=medium

  * New upstream version 0.26 (Closes: #1046899)
  * debian/rules: Pass "maintainer-clean" to dh_auto_clean to ensure
    generated documentation files are also cleaned. (Closes: #1046899)
  * debian/copyright: Update for 0.26.

 -- Vagrant Cascadian <vagrant@debian.org>  Fri, 05 Jan 2024 15:34:46 -0800

mes (0.25-1) unstable; urgency=medium

  * New upstream version 0.25
  * debian/control: Update versioned build-depends/depends on mescc-tools
    to 1.5.
  * debian/control: Enable building on riscv64.

 -- Vagrant Cascadian <vagrant@debian.org>  Sat, 11 Nov 2023 15:49:49 -0800

mes (0.24.2-1) unstable; urgency=medium

  * New upstream version.
  * debian/control: Update Standards-Version to 4.6.2.

 -- Vagrant Cascadian <vagrant@debian.org>  Wed, 15 Feb 2023 17:05:27 -0800

mes (0.24.1-1) unstable; urgency=medium

  * New upstream release. (Closes: #1012996)
  * debian/patches: Remove 0003-build-Fix-with-bootstrap-build, applied
    upstream.
  * debian/copyright: Update for 0.24.1.
  * Build with default gcc.
  * Build mes-mescc on armhf again.

 -- Vagrant Cascadian <vagrant@debian.org>  Wed, 19 Oct 2022 17:48:00 -0700

mes (0.24-2) unstable; urgency=medium

  * Build with gcc-11.
  * Update lintian overrides.
  * debian/control: Update Standards-Version to 4.6.1.

 -- Vagrant Cascadian <vagrant@debian.org>  Tue, 09 Aug 2022 16:58:14 -0700

mes (0.24-1) unstable; urgency=medium

  * debian/patches: Drop all patches, applied upstream.
  * debian/copyright: Update for mes 0.24.
  * debian/control: Update versioned Build-Depends and Depends on
    mescc-tools to 1.4.
  * debian/patches: Add patch to fix "--with-bootstrap" builds.
  * debian/rules: Disable mes-mescc build on armhf due to nondeterministic
    failures.

 -- Vagrant Cascadian <vagrant@debian.org>  Mon, 16 May 2022 09:04:31 -0700

mes (0.23-4) unstable; urgency=medium

  * debian/patches: Fix build with mescc-tools 1.3.
  * debian/control: Update Build-Depends and Depends on mescc-tools 1.3.

 -- Vagrant Cascadian <vagrant@debian.org>  Thu, 14 Oct 2021 10:26:38 -0700

mes (0.23-3) unstable; urgency=medium

  * debian/control: Update Standards-Version to 4.6.0, no changes.

 -- Vagrant Cascadian <vagrant@debian.org>  Fri, 10 Sep 2021 11:32:51 -0700

mes (0.23-2) experimental; urgency=medium

  * debian/control: Drop armel from architectures, as the arm support
    assumes arm v7.
  * debian/rules: Enable build of mes-mescc-static on armhf.
  * debian/patches: Apply fix from upstream fixing build of mes-mescc on
    arm.

 -- Vagrant Cascadian <vagrant@debian.org>  Sat, 01 May 2021 13:18:32 -0700

mes (0.23-1) experimental; urgency=medium

  * New upstream release.
  * debian/control: Set Architecture to: amd64 armel armhf i386.
    (Closes: #973644). Thanks to Adrian Bunk.
  * debian/control: Set Vcs-Git to the default branch.
  * debian/patches: Remove gcc-10 and guile-3.0 patches, applied upstream.
  * debian/control: Update Standards-Version to 4.5.1.

 -- Vagrant Cascadian <vagrant@debian.org>  Fri, 02 Apr 2021 14:04:06 -0700

mes (0.22-5) unstable; urgency=medium

  * debian/patches: Support for guile 3.0 from upstream git.
  * debian/control: Switch to guile 3.0 (Closes: #969704).

 -- Vagrant Cascadian <vagrant@debian.org>  Sun, 01 Nov 2020 13:54:36 -0800

mes (0.22-4) unstable; urgency=medium

  * debian/rules: Drop passing -fcommon in CFLAGS.
  * debian/patches: Pull in gcc-10 patches from upstream.
    (Closes: #967022)
  * debian/control: Update to debhelper compatibility 13.

 -- Vagrant Cascadian <vagrant@debian.org>  Sun, 25 Oct 2020 21:23:07 -0700

mes (0.22-3) unstable; urgency=medium

  * debian/rules: Pass -fcommon in CFLAGS to fix builds with gcc
    10. (Closes: #957532)
  * Update lintian override with new tag name.

 -- Vagrant Cascadian <vagrant@debian.org>  Wed, 29 Jul 2020 12:24:01 -0700

mes (0.22-2) unstable; urgency=medium

  * debian/patches: Add patch to fix FTBFS with newer versions of
    debhelper.
  * debian/control: Update Build-Depends on mescc-tools to 1.0.

 -- Vagrant Cascadian <vagrant@debian.org>  Sun, 24 May 2020 14:38:52 -0700

mes (0.22-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - Drop all patches, applied upstream.
  * debian/rules:
    - Add -g to CFLAGS to ensure debugging symbols are added.
    - Use two-stage bootstrap build on i386.
  * debian/control:
    - Update Build-Depends on nyacc to 1.0.
    - Update Standards-Version to 4.5.0.

 -- Vagrant Cascadian <vagrant@debian.org>  Thu, 23 Jan 2020 16:28:09 -0800

mes (0.21-3) unstable; urgency=medium

  * debian/control:
    - Add Depends on nyacc and mescc-tools.
    - Add "nodoc" build profile.
    - Remove Build-Depends on git.
  * debian/patches: Add patches from upstream.
  * Add mes bootstrap build.

 -- Vagrant Cascadian <vagrant@debian.org>  Sat, 07 Dec 2019 20:43:10 +0100

mes (0.21-2) unstable; urgency=medium

  * debian/patches:
    - fix readdir test (fixes FTBFS on amd64).
    - fix spelling of "evaluate".

 -- Vagrant Cascadian <vagrant@debian.org>  Mon, 02 Dec 2019 13:47:11 +0100

mes (0.21-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches: Drop all patches, applied upstream.
  * debian/rules: Drop workaround to reset dates; upstream tarball no
    includes ancient timestamps.
  * debian/copyright: Update for 0.21.

 -- Vagrant Cascadian <vagrant@debian.org>  Fri, 29 Nov 2019 09:58:55 +0100

mes (0.20-3) unstable; urgency=medium

  * debian/rules: Call configure with --libdir argument that puts mes
    libraries into a "mes" subdir (Closes: #945196). Thanks to Andreas
    Beckmann for the report.

 -- Vagrant Cascadian <vagrant@debian.org>  Sat, 23 Nov 2019 15:55:05 -0800

mes (0.20-2) unstable; urgency=medium

  * debian/control:
    - Update Vcs-*.
    - Update package description.
  * debian/patches: Fix reproducibility by adjusting configure script to
    always use /bin/bash.

 -- Vagrant Cascadian <vagrant@debian.org>  Wed, 20 Nov 2019 15:56:42 -0800

mes (0.20-1) experimental; urgency=low

  * Initial release. Closes: #902174

 -- Vagrant Cascadian <vagrant@debian.org>  Wed, 13 Nov 2019 10:37:22 -0800