Package: kicad / 9.0.2+dfsg-1~bpo12+1

Metadata

Package Version Patches format
kicad 9.0.2+dfsg-1~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fixes/Adjusting content in the desktop files.patch | (download)

resources/linux/launchers/org.kicad.bitmap2component.desktop.in | 2 1 + 1 - 0 !
resources/linux/launchers/org.kicad.kicad.desktop.in | 2 1 + 1 - 0 !
resources/linux/launchers/org.kicad.pcbnew.desktop.in | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 adjusting content in the desktop-files

Almost only extending / modifying the 'Keyword' values to catch up more
topics.

reproducibility/doc Add field revdate to asciidoc files.patch | (download)

doc/src/doc_writing_style_policy/doc_writing_style_policy.adoc | 1 1 + 0 - 0 !
doc/src/eeschema/eeschema.adoc | 1 1 + 0 - 0 !
doc/src/gerbview/gerbview.adoc | 1 1 + 0 - 0 !
doc/src/getting_started_in_kicad/getting_started_in_kicad.adoc | 1 1 + 0 - 0 !
doc/src/kicad/kicad.adoc | 1 1 + 0 - 0 !
doc/src/pcbnew/pcbnew.adoc | 1 1 + 0 - 0 !
doc/src/pl_editor/pl_editor.adoc | 1 1 + 0 - 0 !
7 files changed, 7 insertions(+)

 doc: add field 'revdate' to asciidoc files

For reproducibility we need to set up a date that's not depending on the
current time and timezone. We add a extra asciidoc control field
'revdate' and expand the variable behind that while building the package
with the date from the changelog file.

Note!
Unfortunately using the modified files in the way it's originally
intended breaks the build of the source by using dpkg-buildpackage twice
in a row. Until this issue is solved the added fields are now commented
out.

debian hacks/KiCadFullVersion Drop hyphen in the string.patch | (download)

cmake/KiCadFullVersion.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 kicadfullversion: drop hyphen in the string

We don't want the hyphen in the composed string of KICAD_VERSION_FULL so
this string is representing the complete Debian version in the end.

fixes/demos Adjust MIME encoding to UTF8 of some libraries.patch | (download)

demos/simulation/gain_control/vca810.lib | 2 1 + 1 - 0 !
demos/simulation/power_supplies/hv_converter/ST_SILICON_CARBIDE_SCHOTTKY_V9.LIB | 38 19 + 19 - 0 !
2 files changed, 20 insertions(+), 20 deletions(-)

 demos: adjust mime encoding to utf8 of some libraries

The used strings in the text files did get checked against current
avaialble license and text files from STM.

fixes/python Use raw strings expressions.patch | (download)

eeschema/python_scripts/kicad_netlist_reader.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 python: use raw-strings expressions

Python 3.12 is now more pedantic about the used string regexp syntax in
re.* functions.