File: changelog

package info (click to toggle)
debmutate 0.82
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: python: 9,102; makefile: 12; sh: 1
file content (550 lines) | stat: -rw-r--r-- 16,691 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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
debmutate (0.82) unstable; urgency=medium

  * Add support for watch format v5.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 12 Mar 2026 10:34:26 +0000

debmutate (0.81) unstable; urgency=medium

  * Mark update-rust-deps as deprecated, suggesting users use 'debcargo
    update-dependencies' instead.
  * Update watch file support for compatibility with pcre2 >= 0.6.0.
    Closes: #1129108

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 02 Jan 2026 13:52:53 +0000

debmutate (0.80) unstable; urgency=medium

  * update-rust-deps: Fix filtering of local workspace crates with
    version suffixes.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 18 Dec 2025 10:17:33 +0000

debmutate (0.79) unstable; urgency=medium

  * update-rust-deps: Expose --include-dev-dependencies.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 16 Nov 2025 12:57:23 +0000

debmutate (0.78) unstable; urgency=medium

  * update-rust-deps: Make --exclude-local-crates the default behavior.
  * update-rust-deps: Support wrap-and-sort-like sorting order in dependency fields.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 10 Nov 2025 00:22:32 +0000

debmutate (0.77) unstable; urgency=medium

  * When updating relations fields, preserve sorting if possible. Closes: #1120441

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 09 Nov 2025 19:42:48 +0000

debmutate (0.76) unstable; urgency=medium

  * Add --exclude-local-crates flag to update-rust-deps script to avoid updating
    dependencies on local path crates.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 29 Oct 2025 14:04:31 +0000

debmutate (0.75) unstable; urgency=medium

  * Add support for X-DH-Compat control field, used in newer versions of
    debhelper.
  * Add update-rust-deps script for updating Rust dependencies in
    debian/control files based on what's in Cargo.toml files.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 05 Jun 2025 11:22:01 +0100

debmutate (0.73) unstable; urgency=medium

  * Add drop-mia-uploaders.1 manpage.
  * Fixes version tuple. Closes: #1101771

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 28 Feb 2025 11:01:14 +0000

debmutate (0.72) unstable; urgency=medium

  * Explicitly specify encoding when opening files. Closes: #1095315

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 28 Feb 2025 10:46:59 +0000

debmutate (0.71) unstable; urgency=medium

  * Fix argument order for watch entries. Closes: #1090859

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 20 Dec 2024 12:33:49 +0000

debmutate (0.70) unstable; urgency=medium

  * watch: Handle match errors properly when discovering URLs
  * Add missing dependency on beautifulsoup4

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 28 Sep 2024 14:07:59 +0100

debmutate (0.69) unstable; urgency=medium

  * Use ruff for formatting.
  * Drop obsolete setup.cfg and references to python-pcre.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 21 Aug 2024 14:59:27 +0100

debmutate (0.68) unstable; urgency=medium

  [ Michael R. Crusoe ]
  * debmutate/__init__.py: match version to d/changelog to fix test.
  * d/control: build-dep on pybuild-plugin-pyproject to enable PEP-517
    building.
  * d/control and debmutate/watch.py: upgrade to pcre2. Closes: #1009815

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 14 Sep 2023 09:27:56 +0100

debmutate (0.67) unstable; urgency=medium

  * is_relation_implied: Improve handling of or relations.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 09 Aug 2023 22:51:58 +0100

debmutate (0.66) unstable; urgency=medium

  * is_relation_implied: fix logic when outer is empty
  * debcargo: Handle default feature.
  * rules: prevent deletion of shebang line.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 12 Jun 2023 19:33:54 +0100

debmutate (0.65) unstable; urgency=medium

  * Update version string. Fixes autopkgtest.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 27 Jan 2023 18:39:40 +0000

debmutate (0.64) unstable; urgency=medium

  * watch: Support substitutes.
  * Add FormattingUnpreservable.diff().

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 27 Jan 2023 17:24:34 +0000

debmutate (0.63) unstable; urgency=medium

  * Add stricter typing.
  * Make debmutate.change.increment_version public.
  * Add debmutate.control.format_description for formatting a package
    description.
  * Raise better exception when "./debian/rules debian/control" fails.
  * Add more possible 'DO NOT EDIT' strings.
  * Don't delete generated files to get make to update them, but update
    timestamp.
  * Support blends-dev style debian/control generation.
  * Cope with missing Build-Depends field when detecting control
    template type.
  * ControlEditor: Raise MissingSourceParagraph.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 10 Nov 2022 15:18:40 +0000

debmutate (0.62) unstable; urgency=medium

  * drop-mia-uploaders: Add support for debcargo.toml.
  * debmutate._rules: Support dropping related comments.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 10 Nov 2022 14:54:33 +0000

debmutate (0.61) unstable; urgency=medium

  * Don't install tests.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 19 Oct 2022 17:03:43 +0100

debmutate (0.60) unstable; urgency=medium

  * Ship py.typed.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 18 Oct 2022 19:17:09 +0100

debmutate (0.59) unstable; urgency=medium

  * setup.cfg: Fix distribution name for python-pcre.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 07 Oct 2022 12:48:47 +0100

debmutate (0.58) unstable; urgency=medium

  * Migrate to setup.cfg.
  * Provide watch extra.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 07 Oct 2022 12:12:18 +0100

debmutate (0.57) unstable; urgency=medium

  * Cope with multiple paragraphs in templated control files.
  * Support editing control file templates that aren't 100% correct
    deb822 files.
  * Don't silently delete lintian overrides files when editing them.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 24 Sep 2022 02:03:35 +0100

debmutate (0.56) unstable; urgency=medium

  * deb822: Don't silently discard comments inside of fields.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 04 Sep 2022 13:47:02 +0100

debmutate (0.55) unstable; urgency=medium

  * Add strip_dfsg_suffix function.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 29 Aug 2022 17:53:13 +0100

debmutate (0.54) unstable; urgency=medium

  * Bump python-debian dependency to 0.1.46.
  * Fix handling of debcargo packages without features.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 08 Jul 2022 17:57:34 +0100

debmutate (0.53) unstable; urgency=medium

  * Bump python3-pcre from Recommends to Depends. Closes: #1012505

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 08 Jun 2022 16:35:10 +0100

debmutate (0.52) unstable; urgency=medium

  * Use pcre for better uscan compatibility when parsing watch files.
  * Add debmutate.changelog.take_uploadership.
  * Update uploadership in debmutate.changelog.release.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 06 Jun 2022 23:47:49 +0100

debmutate (0.51) unstable; urgency=medium

  * Add ControlEditor.wrap_and_sort.
  * Drop support for non-RTS parser in python-debian; bump minimum
    python-debian to 0.1.44.
  * Add ControlEditor.sort_binary_packages.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 05 Jun 2022 16:20:23 +0100

debmutate (0.50) unstable; urgency=medium

  * Properly convert prerelease indicators back to cargo versions.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 25 May 2022 10:43:58 +0100

debmutate (0.49) unstable; urgency=medium

  * Improve handling of version suffixes in debianize_upstream_version.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 10 Mar 2022 20:54:49 +0000

debmutate (0.48) unstable; urgency=medium

  * Add debmutate.vendor module.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 22 Feb 2022 16:25:50 +0000

debmutate (0.47) unstable; urgency=medium

  * Drop use of the new repro parser from python-debian for control files, due
    to bug #996785.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 09 Jan 2022 12:57:16 +0000

debmutate (0.46) unstable; urgency=medium

  * Re-enable use of the deb822 repro parser.
  * Cope with the Description field missing from paragraphs.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 17 Nov 2021 17:24:12 +0000

debmutate (0.45) unstable; urgency=medium

  * Properly disable use of the deb822-repro parser.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 20 Oct 2021 22:31:50 +0100

debmutate (0.44) unstable; urgency=medium

  * Drop version constraints on python3-debian >= 0.1.42, no longer
    necessary since deb822-repro support has been disabled.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 18 Oct 2021 18:32:51 +0100

debmutate (0.43) unstable; urgency=medium

  * Support python-debian git snapshots.
  * Revert use of deb822-repro parser for the moment until bug 996783,
    996784 and 996785 are resolved.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 18 Oct 2021 18:28:44 +0100

debmutate (0.42) unstable; urgency=medium

  * Re-enable use of the new python-debian repro parser.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 18 Oct 2021 15:43:35 +0100

debmutate (0.41) unstable; urgency=medium

  * Add debmutate._rules.discard_pointless_override.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 28 Sep 2021 22:57:13 +0100

debmutate (0.40) unstable; urgency=medium

  * Fix iteration of binary packages.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 19 Sep 2021 16:59:53 +0100

debmutate (0.39) unstable; urgency=medium

  * Add support for new formatting/comment-preserving debian/control
    parser in python-debian.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 19 Sep 2021 12:27:06 +0100

debmutate (0.38) unstable; urgency=medium

  * Add support for y// patterns in watch files.
  * When removing phony rules, also update .PHONY.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 13 Sep 2021 21:03:59 +0100

debmutate (0.37) unstable; urgency=medium

  * Fix drop-mia-uploaders.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 31 Aug 2021 10:07:57 +0100

debmutate (0.36) unstable; urgency=medium

  * Add debmutate.vcs.VcsUrl.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 23 Aug 2021 17:30:54 +0100

debmutate (0.35) unstable; urgency=medium

  * Add debmutate.versions.matches_release.
  * Ship scripts for enabling Rules-Requires-Root and dropping MIA
    uploaders.
  * Suggest gnome-pkg-tools and postgresql-common, for updating
    templated control files.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 07 Jun 2021 00:35:40 +0100

debmutate (0.34) unstable; urgency=medium

  * Various improvements to debcargo package handling, including support
    for semver suffixes.
  * Add debmutate.versions.debianize_upstream_version.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 30 Apr 2021 20:00:06 +0100

debmutate (0.33) unstable; urgency=medium

  * Add get_snapshot_revision.
  * Import upstream_version_add_revision.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 02 Apr 2021 14:47:26 +0100

debmutate (0.32) unstable; urgency=medium

  * Factor out debmutate.versions.initial_debian_revision for use
    elsewhere.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 29 Mar 2021 21:52:30 +0100

debmutate (0.31) unstable; urgency=medium

  * Add debian.changelog.is_unreleased_inaugural.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 29 Mar 2021 15:10:34 +0100

debmutate (0.30) unstable; urgency=medium

  * Fix corner cases editing changelog versions.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 26 Mar 2021 15:38:34 +0000

debmutate (0.29) unstable; urgency=medium

  * Add ChangelogEditor.auto_version.
  * Add ChangelogEditor.create.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 26 Mar 2021 15:31:52 +0000

debmutate (0.28) unstable; urgency=medium

  * Use logging rather than warnings for deb822 warnings.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 22 Mar 2021 22:24:11 +0000

debmutate (0.27) unstable; urgency=medium

  * Support >> in is_dep_implied.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 22 Mar 2021 04:05:12 +0000

debmutate (0.26) unstable; urgency=medium

  * Fix maintscript reformatting.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 14 Mar 2021 22:58:45 +0000

debmutate (0.25) unstable; urgency=medium

  * Support debcargo-style UNRELEASED distributions.
  * Add support for resolving formatting issues with merge3.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 13 Mar 2021 15:22:40 +0000

debmutate (0.24) unstable; urgency=medium

  * Set Section in source of debcargo packages, otherwise lintian-brush
    will attempt to move it.
  * Add missing dependency on tomlkit.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 06 Mar 2021 05:10:54 +0000

debmutate (0.23) unstable; urgency=medium

  * Split out
    debmutate.debhelper.get_debhelper_compat_level_from_control.

 -- Jelmer Vernooij <jelmer@debian.org>  Fri, 05 Mar 2021 18:03:22 +0000

debmutate (0.22) unstable; urgency=medium

  * Fix binary package editing for debcargo.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 03 Mar 2021 14:33:12 +0000

debmutate (0.21) unstable; urgency=medium

  * Add basic debcargo.toml support.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 03 Mar 2021 14:14:54 +0000

debmutate (0.20) unstable; urgency=medium

  * Fix compatibility with Python 3.6.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 11 Feb 2021 23:54:02 +0000

debmutate (0.19) unstable; urgency=medium

  * Install examples.
  * Add MaintscriptEditor.append.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 11 Feb 2021 23:40:22 +0000

debmutate (0.18) unstable; urgency=medium

  * watch: Add support for tr// expressions in version mangle.
  * Import rules module from lintian-brush as debmutate._rules.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 30 Jan 2021 16:36:05 +0000

debmutate (0.17) unstable; urgency=medium

  * Add allow_reformatting argument to all Editor constructors, rather
    than looking at the REFORMATTING environment variable.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 04 Jan 2021 14:05:42 +0000

debmutate (0.16) unstable; urgency=medium

  * Support plain search mode in debian/watch.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 06 Dec 2020 14:58:26 +0000

debmutate (0.15) unstable; urgency=medium

  * Add debmutate.versions.
  * Import find_extra_authors and find_thanks from brz-debian.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 21 Nov 2020 13:25:42 +0000

debmutate (0.14) unstable; urgency=medium

  * Add debmutate.changelog.release().

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 10 Nov 2020 02:37:13 +0000

debmutate (0.13) unstable; urgency=medium

  * Add changeblock_ensure_first_line function.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 07 Nov 2020 23:23:47 +0000

debmutate (0.12) unstable; urgency=medium

  * Add support for uversionmangle to Watch.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 04 Nov 2020 02:37:09 +0000

debmutate (0.11) unstable; urgency=medium

  * Add support for wildcards in lintian overrides.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 01 Nov 2020 15:31:01 +0000

debmutate (0.10) unstable; urgency=medium

  * Fix Python version number.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 08 Oct 2020 17:44:19 +0000

debmutate (0.9) unstable; urgency=medium

  * Add get_option / del_option members to Watch.

 -- Jelmer Vernooij <jelmer@debian.org>  Sun, 27 Sep 2020 19:15:52 +0000

debmutate (0.8) unstable; urgency=medium

  * Add support for parsing maintscript files.
  * Suppress warnings about substvars.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 26 Sep 2020 16:22:40 +0000

debmutate (0.7) unstable; urgency=medium

  * Do not accidentally add empty lines in control files.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 12 Sep 2020 15:39:34 +0000

debmutate (0.6) unstable; urgency=medium

  * Various improvements to quilt patch editing.

 -- Jelmer Vernooij <jelmer@debian.org>  Tue, 08 Sep 2020 01:10:00 +0000

debmutate (0.5) unstable; urgency=medium

  * Deal with some more conflicts when editing cdbs templated control
    files.
  * debmutate.changelog: Add all_sha_prefixed.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 02 Sep 2020 17:34:18 +0000

debmutate (0.4) unstable; urgency=medium

  * Add debmutate.lintian_overrides module.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 27 Jul 2020 20:28:33 +0000

debmutate (0.3) unstable; urgency=medium

  * Add functions for expanding tags from gbp.conf.
  * Add strip_changelog_message.
  * Add more typing and documentation.

 -- Jelmer Vernooij <jelmer@debian.org>  Thu, 16 Jul 2020 19:02:28 +0000

debmutate (0.2) unstable; urgency=medium

  * Initial release. Closes: #964421

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 06 Jul 2020 23:17:33 +0000