• Bug#1109532: unblock: kicad/9.0.3+dfsg-1

    From Carsten Schoenert@21:1/5 to All on Sat Jul 19 19:00:02 2025
    XPost: linux.debian.devel.release

    Package: release.debian.org
    Severity: normal
    X-Debbugs-Cc: [email protected]
    Control: affects -1 + src:kicad
    User: [email protected]
    Usertags: unblock

    Please unblock package kicad

    The upstream project of KiCad did release the third bugfix release for
    the KiCad main project about two weeks ago. As usual these releases do
    fix various small and sometimes bigger glitches like segfaults.

    On the Debian side two patches from Simon Richter are applied to
    decrease the footprint of bin related binary build steps.

    [ Reason ]
    The newer version is including beside the usual bug fixes also some
    backported features from the current development. But of course users do
    also like to have known issues fixed by a newer version.

    [ Impact ]
    The only impact is on the KiCad package itself, users will not be able to
    use some newer backported functions and fixed issues.

    [ Tests ]
    Due the nature of the package (GUI based software) we don't have any
    tests that can do some usual typical tests like creating a project or
    modifying existing projects.
    I do always test newer KiCad versions locally with some of my own
    projects, this includes open older projects created by older versions of
    KiCad, doing some basic things like adding new elements to schematics,
    working on parts in the parts libraries etc and build up PCB files.

    [ Risks ]
    The upstream code changes looks mostly hughe due the nature of C++, but
    KiCad has so far I know no reverse dependencies so the I believe the
    risk to break something in the archive is quite zero.
    Upstream does a lot testing and has also a big user base, if some nasty regression is happen a new bugfix relase is prepared also rather
    quickly.

    [ Checklist ]
    [x] all changes are documented in the d/changelog
    [x] I reviewed all changes and I approve them
    [x] attach debdiff against the package in testing

    diff --git a/debian/changelog b/debian/changelog
    index 0e82a314e..ddc85f6d3 100644
    --- a/debian/changelog
    +++ b/debian/changelog
    @@ -1,3 +1,14 @@
    +kicad (9.0.3+dfsg-1) unstable; urgency=medium
    +
    + [ Simon Richter ]
    + * [b6cdb99] Only configure directory that will be built
    + * [ac26b99] Split off build dependencies for documentation
    +
    + [ Carsten Schoenert ]
    + * [0be6357] New upstream version 9.0.3+dfsg
    +
    + -- Carsten Schoenert <[email protected]> Wed, 16 Jul 2025 09:55:56 +0200
    +
    kicad (9.0.2+dfsg-1) unstable; urgency=medium

    * [2c5aa4f] New upstream version 9.0.2+dfsg
    diff --git a/debian/control b/debian/control
    index 3b21fd91c..18e90ebb4 100644
    --- a/debian/control
    +++ b/debian/control
    @@ -6,18 +6,11 @@ Uploaders:
    Carsten Schoenert <[email protected]>,
    Georges Khaznadar <[email protected]>,
    Build-Depends:
    - asciidoctor,
    chrpath,
    cmake,
    - dblatex,
    debhelper-compat (= 13),
    dh-python,
    - docbook-utils,
    - docbook-xsl,
    - doxygen,
    dpkg-dev (>= 1.16.1.1~),
    - fonts-freefont-ttf,
    - fonts-vlgothic,
    gettext,
    git,
    imag