File: changelog

package info (click to toggle)
flycheck 36.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,600 kB
  • sloc: lisp: 16,210; python: 718; makefile: 219; cpp: 24; ruby: 23; perl: 21; ada: 17; f90: 16; haskell: 15; javascript: 15; sh: 14; erlang: 14; xml: 14; ansic: 12; php: 9; tcl: 8; fortran: 3; vhdl: 2; awk: 1; sql: 1
file content (433 lines) | stat: -rw-r--r-- 16,288 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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
flycheck (36.0-1) unstable; urgency=medium

  * New upstream release
  * Update Standards-Version to 4.7.3; no change needed
  * Drop `Rules-Requires-Root: no'; now default
  * Drop `Priority: optional'; now default
  * Migrate d/watch to version 5 format
  * Add new build dependencies
    - gnupg for tests
    - furo and python3-pygments for docs
  * Add test/specs to buttercup_load_path for tests
  * Refresh patches
  * Disable failing test flycheck-display-error-message
  * Update upstream-tag to use upstream tags
    - Also drop compression settings to prefer upstream tarballs

 -- Xiyue Deng <manphiz@gmail.com>  Sun, 22 Feb 2026 02:16:42 -0800

flycheck (35.0-1) unstable; urgency=medium

  * New upstream release
  * Drop 0008-Update-flycheck-add-overlay-right-position-in-narrow.patch
    - Applied upstream
  * Refresh patches
  * Manage patches using gbp-pq
  * Mark packages in Build-Depends with <!nocheck> or <!nodoc> as needed
  * Add gawk to Build-Depends as <!nocheck>
  * Skip awk-gawk test that fails with gawk (LP: #2101938)

 -- Xiyue Deng <manphiz@gmail.com>  Mon, 28 Apr 2025 00:46:18 -0700

flycheck (34.1-4) unstable; urgency=medium

  [ Aymeric Agon-Rambosson ]
  * Remove explicit build dependency on elpa-seq.

  [ Xiyue Deng ]
  * Update Standards-Version to 4.7.2; no change needed
  * Reformat d/control with "wrap-and-sort -ast"

 -- Xiyue Deng <manphiz@gmail.com>  Wed, 05 Mar 2025 11:38:48 -0800

flycheck (34.1-3) unstable; urgency=medium

  * Remove Denis from uploaders per his request.  Thanks for your work,
    Denis!
  * Add patch to fix test output for Emacs 30.1
  * Update Standards-Version to 4.7.1; no change needed
  * Update section to editors

 -- Xiyue Deng <manphiz@gmail.com>  Tue, 25 Feb 2025 15:12:53 -0800

flycheck (34.1-2) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 25 Jul 2024 20:34:51 +0900

flycheck (34.1-1) unstable; urgency=medium

  * New upstream release
  * Update skipped flaky tests
  * Refresh patches
  * Drop obsolete handling in elpa-test and ert-helper.el
  * Update d/watch to track releases now that upstream releases have
    resumed
  * Update lintian overrides name:
    debian-watch-does-not-check-{,open}gpg-signature
  * Set upstream metadata fields: Bug-Database, Bug-Submit,
    Repository-Browse
  * Add Upstream-Contact in d/copyright
  * Update copyright year for debian/* in d/copyright
  * Update Standards-Version to 4.7.0; no change needed
  * Move Emacs from Depends to Recommends in binary package
  * Add git to Build-Depends as required by Salsa CI

 -- Xiyue Deng <manphiz@gmail.com>  Fri, 24 May 2024 01:54:19 -0700

flycheck (33~git20230824.e56e30d-2) unstable; urgency=medium

  * Mark awk-gawk test as flaky, which has not been working for a while.
    Closes: #1052824.
  * Drop emacs from Recommends as it's already part of the Depends.

 -- Xiyue Deng <manphiz@gmail.com>  Thu, 05 Oct 2023 13:43:53 -0700

flycheck (33~git20230824.e56e30d-1) unstable; urgency=medium

  [ Xiyue Deng ]
  * Sync to latest upstream HEAD.
  * Refresh patches.
    - Drop d/p/python3-in-test.patch.  Applied upstream.
  * Update d/watch to version 4 and track master branch.
  * Build-Depends on emacs-buttercup >=1.31~ to fix compatibility with
    Emacs 29+.  Closes: #1050350, #1050404.
  * Manually clean up instead of using "$(MAKE) clean" which depends on
    Eask.
  * Adopt package and add myself to uploaders.  Closes: 1013298.

  [ Denis Danilov ]
  * Update copyright years.

  [ Denis Danilov & Xiyue Deng ]
  * Update Standards-Version to 4.6.2.
    - Drop Built-Using field.

  [ Sean Whitton ]
  * Drop test suite changes from previous two uploads.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 31 Aug 2023 15:21:58 +0100

flycheck (32~git.20200527.9c435db3-4) unstable; urgency=medium

  * Team upload.
  * Define custom autopkgtest to set buttercup options (Closes: #1033697).

 -- David Bremner <bremner@debian.org>  Mon, 10 Apr 2023 12:45:16 -0300

flycheck (32~git.20200527.9c435db3-3) unstable; urgency=medium

  * Team upload.
  * d/p/fix-buttercup-tests-on-emacs-28.patch: Adjust tests for Emacs 28.
  * d/rules: Invoke buttercup disabling subr-trampolines.
    Workaround issue described at
    https://github.com/jorgenschaefer/emacs-buttercup/issues/230.
    (Closes: #1028725)

 -- Sergio Durigan Junior <sergiodj@debian.org>  Mon, 27 Feb 2023 22:17:21 -0500

flycheck (32~git.20200527.9c435db3-2) unstable; urgency=medium

  * skip truncated-stdin-* tests
    - the tests are flaky on amd64 and ppc64el

 -- Denis Danilov <danilovdenis@yandex.ru>  Wed, 25 Nov 2020 22:37:27 +0100

flycheck (32~git.20200527.9c435db3-1) unstable; urgency=medium

  [ David Krauser ]
  * Update maintainer email address

  [ Denis Danilov ]
  * set Rules-Requires-Root: no
  * set debhelper-compat level to 13
  * Standards-Version: 4.5.0 (no changes required)
  * adopt DEP-14 recommendations
  * new upstream git snapshot from flycheck-32 branch
  * rebase patches
  * update copyright years

 -- Denis Danilov <danilovdenis@yandex.ru>  Sun, 08 Nov 2020 19:20:03 +0100

flycheck (31+git.20190913.0006a592-1) unstable; urgency=medium

  * new upstream git snapshot
  * rebase patches
    - drop unused Don-t-fail-if-stack-path-project-root-fails.patch to fix
      lintian warning
  * cleanup salsa pipeline config
  * update Standards-Version to 4.4.0 (no changes needed)
  * optimize d/control
    - Build-Depends: depend on python3 and elpa-haskell-mode
    - Enhances: drop emacs24
  * python3 in test
    - switch to py3 because py2 is going to be removed in bullseye,
      see https://wiki.debian.org/Python/2Removal
  * fix renamed lintian tag
  * skip flaky tests with ert-skip
    - refactor patches disable-sqlint-test.patch,
      disable-rpmlint-test.patch and disable-flaky-tests.patch
      into skip-sqlint-test.patch, skip-rpmlint-test.patch and
      skip-flaky-tests.patch correspondingly
    - it will make it transparent in the test report how many tests
      are actually skipped

 -- Denis Danilov <danilovdenis@yandex.ru>  Sat, 28 Sep 2019 19:52:23 +0200

flycheck (31-4) UNRELEASED; urgency=medium

  * update salsa pipeline
  * rebase and cleanup patches
  * skip flaky tests with ert-skip

 -- Denis Danilov <danilovdenis@yandex.ru>  Thu, 19 Sep 2019 07:59:54 +0200

flycheck (31-3) unstable; urgency=medium

  * Team upload.

  [ Denis Danilov ]
  * disable intersphinx and info extensions (Closes: #929232)

 -- Sean Whitton <spwhitton@spwhitton.name>  Tue, 21 May 2019 13:23:38 -0700

flycheck (31-2) unstable; urgency=medium

  * enable GitLab CI at salsa.d.o
  * adopt package: remove Sean from uploaders and add myself (closes: #904240)
  * update Standards-Version to 4.3.0 (no changes required)
  * Build-Depend on debhelper-compat 12
    - drop obsolete debian/compat
    - drop --parallel from debian/rules (it is enabled by default)
  * update project homepage
  * set Vcs-* to salsa.d.o
  * cleanup Build-Depends field
    - sort the list of package
    - drop redundant pyton3-docutils and python3-requests because
      python3-sphinx itself depends on them directly

 -- Denis Danilov <danilovdenis@yandex.ru>  Thu, 03 Jan 2019 20:20:26 +0100

flycheck (31-1) unstable; urgency=medium

  * New upstream release (Closes: #877411).
    - Updates to d/copyright.
  * Update dependency dash-el => elpa-dash (Closes: #865910).
    Thanks to Mykola Nikishov for reporting the problem.
    - Bump dh-elpa build dependency to (>= 1.7).
      Ensures that elpa-dash is included in ${elpa:Depends}.
  * Bump debhelper build-dep to match compat.
    - Drop Lintian override package-needs-versioned-debhelper-build-depends.
  * Drop fix-flake8-expected-values.patch
    Obsoleted by upstream changes.
  * Refresh patches.
  * Bump standards version to 4.1.1 (no changes required).

 -- Sean Whitton <spwhitton@spwhitton.name>  Sat, 07 Oct 2017 08:42:58 -0700

flycheck (30-3) unstable; urgency=low

  * Add disable-flaky-tests.patch
    At present, it is not feasible to keep the expected values of these
    tests up-to-date.  See patch header.
  * Stop skipping the ERT tests during the package build.
    The particular tests that necessitated skipping the ERT test suite
    altogether are now disabled by disable-flaky-tests.patch.
    - Remove ERT skipping code & comments from d/ert-helper.el
    - Add build-deps on haskell-mode, python-minimal
    - Set Testsuite: autopkgtest-pkg-elpa
    - Drop d/tests/control
      This file was needed to list the extensive dependencies of the tests
      disabled by disable-flaky-tests.patch, plus the general dependencies
      of the ERT test suite.  The latter are now folded into d/control.

 -- Sean Whitton <spwhitton@spwhitton.name>  Wed, 18 Jan 2017 21:45:22 -0700

flycheck (30-2) unstable; urgency=medium

  * Drop gnupg1 build dependency (Closes: #848868).
    This was added so the "recognizes an encrypted buffer" test could pass
    under emacs24.  However, upstream has since disabled that test for
    emacs24 and below.
  * Drop use-gpg1.patch
    Similarly obsoleted by upstream change.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 22 Dec 2016 08:24:57 +0000

flycheck (30-1) unstable; urgency=medium

  * New upstream release.
  * Quilt patch changes:
    - Drop fix-autoload-tests.patch
      Merged upstream.
    - Drop remove-references-to-legacy-manual.patch
      Merged upstream.
    - Drop remove-todolist.patch
      Merged upstream.
    - Drop patch-test-runner.patch
      Obsolete: the logic we were patching has moved to the Makefile,
      which we bypass anyway.
    - Update use-gpg1.patch to apply to test-gpg.el, not test-util.el.
    - Add Don-t-fail-if-stack-path-project-root-fails.patch
    - Some other patches refreshed.
  * Set flycheck-doc Built-Using.
    - Tighten python3-sphinx build-dep for ${sphinxdoc:Built-Using}.
  * Drop d/source/local-options for dgit.

 -- Sean Whitton <spwhitton@spwhitton.name>  Tue, 25 Oct 2016 07:56:41 -0700

flycheck (29-2) unstable; urgency=medium

  * Drop patches concerning gpg ERT tests:
    - clear-GPG-agent-env-vars.patch
    - set-epg-gpg-home-directory.patch
    gpg tests have been moved from the ERT suite to the Buttercup suite.
  * Set STACK_ROOT=$AUTOPKGTEST_TMP for ERT tests.
    Attempt to avoid stack tests failing on ci.debian.net.
  * Refresh patch-test-runner.patch

 -- Sean Whitton <spwhitton@spwhitton.name>  Sun, 02 Oct 2016 19:50:27 -0700

flycheck (29-1) unstable; urgency=medium

  * New upstream release.
    - New build-dep on elpa-f
  * Build new offline docs in new flycheck-doc binary package.
    - flycheck suggests flycheck-doc
    - Build-depend on python3-{sphinx,requests,docutils}
    - Declare build conflict with python-sphinx
    - Call dh --with sphinxdoc
    - Add d/clean, d/flycheck-doc.doc-base, d/flycheck-doc.docs
  * Add elpa-geiser dependency to d/tests/control.
    Enable some more tests.
  * Test for ADT_TMP as well as AUTOPKGTEST_TMP.
    For compatibility with ci.debian.net
  * Drop obsolete paragraph from d/copyright.
    Upstream deleted test/specs/test-code-style.el
  * Update d/copyright information for doc/ dir.
  * Remove references to legacy manual that we don't install:
    - Extend patch-README-for-Debian.patch
    - Add remove-references-to-legacy-manual.patch
  * Add remove-todolist.patch
  * Drop patches merged upstream:
    - Update-expected-values-for-cppcheck-1.74.patch
    - pass-epg-gpg-home-directory-to-gpg-invocation.patch
    - set-C-locale-and-patch-C-and-fortran-tests.patch
    - update-expected-values-for-gcc-6.patch
    - update-expected-values-for-rustc-version-1.9.0.patch
    - update-expected-values-for-rustc-1.10.patch
    - update-perl-expected-values.patch
  * Drop obsolete patch disable-code-style-spec-test.patch.
  * Refresh patches.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 01 Sep 2016 17:05:33 -0700

flycheck (28-6) unstable; urgency=medium

  * Skip ERT tests during package build.
    See comments in debian/ert-helper.el.
  * Add d/tests/control & move ERT build dependencies there from d/control.
  * Add Testsuite: field to d/control.
  * Delete obsolete README.source.

 -- Sean Whitton <spwhitton@spwhitton.name>  Tue, 23 Aug 2016 17:59:42 -0700

flycheck (28-5) unstable; urgency=medium

  * Strip numbers from patch filenames.
  * Add some missing Forwarded: headers to patches.
  * Move Forwarded: headers so they won't be stripped by gbp.
    This method from Dmitry Bogatov's packaging work.
    (The patch headers are not DEP-3 compliant anyway: see #785274.)
  * Add use-gpg1.patch  (Closes: #818142)
    - Switch build dependency gnupg -> gnupg1.
      See header of use-gpg1.patch for details.
  * Drop update-shellcheck-expected-values.patch  (Closes: #818142)
    Debian version now the same with upstream's testing platform.
  * Add update-perl-expected-values.patch.  (Closes: #818142)
  * Add disable-rpmlint-test.patch.

 -- Sean Whitton <spwhitton@spwhitton.name>  Mon, 22 Aug 2016 21:19:14 -0700

flycheck (28-4) unstable; urgency=medium

  * Add 0018-update-expected-values-for-gcc-6.patch.
  * Move dh_elpa_test config to d/elpa-test.
    - Tighten build-dep on dh-elpa.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 04 Aug 2016 12:06:08 -0700

flycheck (28-3) unstable; urgency=medium

  * Add 0017-update-expected-values-for-rustc-1.10.patch

 -- Sean Whitton <spwhitton@spwhitton.name>  Wed, 03 Aug 2016 17:26:38 -0700

flycheck (28-2) unstable; urgency=medium

  * Set DH_ELPA_TEST_AUTOPKGTEST_KEEP in d/rules.
  * Add 0014-Update-expected-values-for-cppcheck-1.74.patch.
    Fixes build in current sid.

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 07 Jul 2016 13:24:32 +0900

flycheck (28-1) unstable; urgency=medium

  * Package new upstream release.
  * Drop 0012-update-rustc-expected-values.patch.
    Obsolete with latest rustc.
  * Drop 0014-Fix-cppcheck-test.patch.
    Included in this upstream release.
  * Refresh patches.

 -- Sean Whitton <spwhitton@spwhitton.name>  Fri, 10 Jun 2016 16:13:54 +0900

flycheck (27-1) unstable; urgency=medium

  * Package new upstream release.
  * Run test suite with dh_elpa_test.
    - Bump debhelper compat level to 10.
    - Override Lintian tag due to using experimental compat level:
      package-needs-versioned-debhelper-build-depends.
  * Build dependency changes:
    - New build-dep for testsuite: cppcheck.
    - New build dependency on elpa-buttercup for dh_elpa_test.
    - Build dependency on dh-elpa tightened for dh_elpa_test.
    - Tighten build dependencies on hlint and rustc to ensure test suite passes.
  * Quilt patch changes:
    - Drop 0004-update-pylint-expected-values.patch.
      Merged upstream.
    - Drop 0010-skip-haskell-stack-tests-when-homedir-nonexistent.patch.
      Merged upstream.
    - Drop 0011-hack-Makefile-to-silence-cmd-not-found-errors.patch.
      No longer required.
    - Add 0010-disable-MELPA-tests.patch.
    - Add 0011-disable-code-style-spec-test.patch.
    - Add 0013-patch-test-runner.patch.
    - Add 0014-Fix-cppcheck-test.patch.
    - Add 0015-pass-epg-gpg-home-directory-to-gpg-invocation.patch.
    - Add 0016-update-expected-values-for-rustc-version-1.9.0.patch.
    - Refresh remaining patches.
  * Documentation changes:
    - Remove d/copyright entry for obsoleted file test/flycheck-checkdoc.el.
    - Add d/copyright entry for new file test/test-code-style.el.
    - Drop debian/info since upstream's info manual no longer exists.
    - Don't install CREDITS.md since upstream's credits file no longer exists.
    - Merge and install two upstream changelogs.
  * Override dh_auto_build to avoid Cask.
  * Remove comments from d/control due to #823708.
  * Create README.source with information from comments.
  * Run wrap-and-sort -abst.
  * Bump standards version to 3.9.8 (no changes required).

 -- Sean Whitton <spwhitton@spwhitton.name>  Mon, 06 Jun 2016 12:59:44 +0900

flycheck (0.25.1-1) unstable; urgency=medium

  * Initial release. (Closes: #796652)

 -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 10 Mar 2016 20:56:15 -0700