Debian Package Tracker
Register | Log in
Subscribe

libconfig-model-dpkg-perl

editor for Dpkg source files with validation

Choose email to subscribe with

general
  • source: libconfig-model-dpkg-perl (main)
  • version: 3.014
  • maintainer: Debian Perl Group (archive) (DMD) (LowNMU)
  • uploaders: Dominique Dumont [DMD]
  • arch: all
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2.143
  • oldstable: 2.165
  • stable: 3.014
  • testing: 3.014
  • unstable: 3.014
versioned links
  • 2.143: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.165: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.014: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libconfig-model-dpkg-perl (4 bugs: 0, 0, 4, 0)
action needed
19 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 0c685844e0c5fa2412403b123393e7c15477f07e
Author: Dominique Dumont <dod@debian.org>
Date:   Wed Aug 27 19:30:27 2025 +0200

    control model: add X-DH-Compat source field
    
    from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml
    
    Closes: 1111292

commit 27b2627d2bba67bc5164497426c8ff11d87043bc
Author: Dominique Dumont <dod@debian.org>
Date:   Tue Aug 26 18:15:40 2025 +0200

    control model: add X-DhRuby-Root binary field
    
    from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml

commit 5dbd8cde8ea3754629535744ee1906f6dae3e5a9
Author: Dominique Dumont <dod@debian.org>
Date:   Tue Aug 26 18:10:41 2025 +0200

    control model: add X-DH-Build-For-Type and X-Time64-Compat binary fields
    
    from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml

commit ed415222cdf57ed73d54d613d910482c392330bb
Author: Dominique Dumont <dod@debian.org>
Date:   Tue Aug 26 17:58:59 2025 +0200

    control model: add XB-Installer-Meny-Item binary field
    
    from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml

commit 7f2f9ca35ecf6aa1129339c5691e412bbc2b8f2d
Author: Dominique Dumont <dod@debian.org>
Date:   Tue Aug 26 12:48:17 2025 +0200

    control backend: disable fields ordering
    
    This was a hack to re-order fields to match debian policy when a
    different order was imposed by warp mechanism between Standard-Version
    and Priority. Turns out Debian policy's field order is not canonical,
    so let's remove this hack.
    
    Soon, the field order will probably be changed once a consensus
    emerges in Debian community.

commit 175005ff078525fec8b1f139789f8c3079a5b402
Author: Dominique Dumont <dod@debian.org>
Date:   Mon Aug 25 19:52:44 2025 +0200

    control model: setup migration from X-Important to Protected field

commit 8bc9618c1ea1f7552024d9dd649418d3778c12c7
Author: Dominique Dumont <dod@debian.org>
Date:   Mon Aug 25 19:52:03 2025 +0200

    control model: add X-Important and Protected binary field
    
    from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml

commit be73bf46b8e14094eda1f06299b77ba16b8b84cc
Author: Dominique Dumont <dod@debian.org>
Date:   Mon Aug 25 18:15:10 2025 +0200

    control model: add Source Synopsis and Description fields
    
    Since these fields are not mandatory in Source stanza, the writer was
    modified to cope with their now optional nature.
    
    from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml

commit 14820fae251232131500176fbf201d560971a98e
Author: Dominique Dumont <dod@debian.org>
Date:   Mon Aug 25 18:10:04 2025 +0200

    control model: add X-Cargo-Crate and X-Style fields
    
    from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml

commit 396e3878cf01f436755a83d44f58977458fcc4b7
Author: Dominique Dumont <dod@debian.org>
Date:   Mon Aug 25 18:08:59 2025 +0200

    control model: add Bugs and Origin fields
    
    from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml

commit 95e3117e5f0a876c767c981b66e47e935110da2e
Author: Dominique Dumont <dod@debian.org>
Date:   Mon Aug 25 18:08:01 2025 +0200

    control model: add doc for "Essential" field
    
    pilfered from https://salsa.debian.org/debian/debputy/-/blob/main/src/debputy/lsp/data/deb822_data/debian_control_reference_data.yaml

commit 3acfae78bd96f119d530aa66e11368c91d425cf5
Author: Dominique Dumont <dod@debian.org>
Date:   Mon Aug 25 16:47:41 2025 +0200

    control model add Build-Driver field
    
    See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111292

commit c31c8c773ec283fdf5d5f03f8aac3808a5c2b113
Author: Dominique Dumont <dod@debian.org>
Date:   Mon Aug 25 16:46:30 2025 +0200

    fix model.t dpkg-control test
    
    test added for "Dpkg backend: use style like wrap-and-sort -ast"

commit a420b9151424f491c441012597b7e7b0e44b4a74
Author: Dominique Dumont <dod@debian.org>
Date:   Sun Aug 24 18:48:25 2025 +0200

    add forgotten test file
    
    complement "grant by-file: handle empty dist.ini files"

commit b47f787095a12e708ac572dbfce245b212181ac8
Author: Dominique Dumont <dod@debian.org>
Date:   Sun Aug 24 18:26:43 2025 +0200

    Dpkg backend: use style like wrap-and-sort -ast
    
    See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849498#32 for
    rationale

commit e3a4ba9b8b5f8f3ca57e57063260258207ce64b3
Author: Dominique Dumont <dod@debian.org>
Date:   Sat Aug 23 13:06:33 2025 +0200

    control model: set Priority upstream_default to optional (Closes: #1111391)
    
    Before Priority default value was "optional" and cme writes back this
    kind of default value.
    
    With upstream_default set to optional, cme knowns there's no need to
    write back this value.

commit 34dd77ce7c9c8027043bb4f5769a90ef5a9a1a7d
Author: Dominique Dumont <dod@debian.org>
Date:   Fri Aug 22 19:02:50 2025 +0200

    Backend: sort unknown fields on read (Closes: #1111291)
    
    Order of acccepted (i.e. unknown) fields is kept in
    Config::Model::Node and re-used to write fields.
    
    The bug came from the fact that unknown field order was random when
    reading control file.

commit 743d409ed2acbe6962db69345f3388e2bdb5c599
Author: Dominique Dumont <dod@debian.org>
Date:   Fri Aug 22 19:02:01 2025 +0200

    Backend::Dpkg::Control: some cleanup

commit 8f6bc820c411b70df3c2b1b0916234104f3c8aab
Author: Dominique Dumont <dod@debian.org>
Date:   Sat Jun 7 15:21:07 2025 +0200

    grant by-file: handle empty dist.ini files
    
    Closes:  #1107170
    Thanks: Walter Lozano for the report
Created: 2025-06-07 Last update: 2025-08-27 20:02
news
[rss feed]
  • [2025-04-13] libconfig-model-dpkg-perl 3.014 MIGRATED to testing (Debian testing watch)
  • [2025-04-10] Accepted libconfig-model-dpkg-perl 3.014 (source) into unstable (Dominique Dumont)
  • [2025-04-10] Accepted libconfig-model-dpkg-perl 3.013 (source) into unstable (Dominique Dumont)
  • [2025-03-20] libconfig-model-dpkg-perl 3.012 MIGRATED to testing (Debian testing watch)
  • [2025-03-18] Accepted libconfig-model-dpkg-perl 3.012 (source) into unstable (Dominique Dumont)
  • [2025-03-17] libconfig-model-dpkg-perl 3.011 MIGRATED to testing (Debian testing watch)
  • [2025-03-14] Accepted libconfig-model-dpkg-perl 3.011 (source) into unstable (Dominique Dumont)
  • [2025-02-06] libconfig-model-dpkg-perl 3.010 MIGRATED to testing (Debian testing watch)
  • [2025-02-04] Accepted libconfig-model-dpkg-perl 3.010 (source) into unstable (Dominique Dumont)
  • [2025-01-22] libconfig-model-dpkg-perl 3.009 MIGRATED to testing (Debian testing watch)
  • [2025-01-19] Accepted libconfig-model-dpkg-perl 3.009 (source) into unstable (Dominique Dumont)
  • [2025-01-09] libconfig-model-dpkg-perl 3.008 MIGRATED to testing (Debian testing watch)
  • [2025-01-05] Accepted libconfig-model-dpkg-perl 3.008 (source) into unstable (Dominique Dumont)
  • [2024-12-26] libconfig-model-dpkg-perl 3.007 MIGRATED to testing (Debian testing watch)
  • [2024-12-23] Accepted libconfig-model-dpkg-perl 3.007 (source) into unstable (Dominique Dumont)
  • [2024-12-10] libconfig-model-dpkg-perl 3.006 MIGRATED to testing (Debian testing watch)
  • [2024-12-07] Accepted libconfig-model-dpkg-perl 3.006 (source) into unstable (Dominique Dumont)
  • [2024-06-20] libconfig-model-dpkg-perl 3.005 MIGRATED to testing (Debian testing watch)
  • [2024-06-15] Accepted libconfig-model-dpkg-perl 3.005 (source) into unstable (Dominique Dumont)
  • [2024-03-08] libconfig-model-dpkg-perl 3.004 MIGRATED to testing (Debian testing watch)
  • [2024-03-03] Accepted libconfig-model-dpkg-perl 3.004 (source) into unstable (Dominique Dumont)
  • [2024-01-20] libconfig-model-dpkg-perl 3.003 MIGRATED to testing (Debian testing watch)
  • [2024-01-17] Accepted libconfig-model-dpkg-perl 3.003 (source) into unstable (Dominique Dumont)
  • [2023-10-14] libconfig-model-dpkg-perl 3.002 MIGRATED to testing (Debian testing watch)
  • [2023-09-28] Accepted libconfig-model-dpkg-perl 3.002 (source) into unstable (Dominique Dumont)
  • [2023-08-26] libconfig-model-dpkg-perl 3.001 MIGRATED to testing (Debian testing watch)
  • [2023-08-23] Accepted libconfig-model-dpkg-perl 3.001 (source) into unstable (Dominique Dumont)
  • [2023-01-24] libconfig-model-dpkg-perl 2.165 MIGRATED to testing (Debian testing watch)
  • [2023-01-21] Accepted libconfig-model-dpkg-perl 2.165 (source) into unstable (Dominique Dumont)
  • [2022-09-11] libconfig-model-dpkg-perl 2.164 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 7
  • RC: 0
  • I&N: 0
  • M&W: 4
  • F&P: 3
  • patch: 0
links
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 3.014

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing