libconfig-model-dpkg-perl (3.015)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/3.015 tag
- Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-dpkg-perl.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1777664
- Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-dpkg-perl
- Last scan: 2025-09-30 02:06:06+00
- Next scan: 2025-10-08 05:28:00+00
- Merge requests: 2
- Debian changelog in Git:
libconfig-model-dpkg-perl (3.015) unstable; urgency=medium
* grant by-file: handle empty dist.ini files.
Thanks to Walter Lozano for the report (Closes: #1107170)
* Backend: sort unknown fields on read (Closes: #1111291)
* Dpkg backend: use style like wrap-and-sort -ast
* control:
* reformated by cme
* dropped old version constraints in dependencies
* control model:
* set Priority upstream_default to optional (Closes: #1111391)
* move Standards-Version in the beginning of the field list.
* add Build-Driver field
* add doc for "Essential" field
* add Bugs and Origin fields
* add X-Cargo-Crate and X-Style fields
* add Source Synopsis and Description fields
* add X-Important and Protected binary field
* setup migration from X-Important to Protected field
* add XB-Installer-Meny-Item binary field
* add X-DH-Build-For-Type and X-Time64-Compat binary fields
* add X-DhRuby-Root binary field
* add X-DH-Compat source field (Closes: 1111292)
* re-order elements in a more logical order
-- Dominique Dumont <dod@debian.org> Sat, 30 Aug 2025 17:24:26 +0200
- This branch is 1 commit ahead of tag debian/3.015
- Git log:
commit 12f14dc0e0d1b64281188fc0e2af16a8218cb36d
Author: Dominique Dumont <dod@debian.org>
Date: Sun Sep 7 15:38:10 2025 +0200
control model: drop "undef_is" paramater from Protected field
This led to spurious information like:
Changes applied to dpkg configuration:
- control binary:lcdproc Protected has new value: '0' # migrated value
- control binary:"lcdproc-extra-drivers" Protected has new value: '0' # migrated value
The migrated value was not written to control file because it is equal
to Protected's upstream default value, but this message is still confusing.