[ubuntu/questing-proposed] raspi-utils 20250514-0ubuntu1 (Accepted)
Dave Jones
dave.jones at canonical.com
Tue Jul 29 14:01:16 UTC 2025
raspi-utils (20250514-0ubuntu1) questing; urgency=medium
* New upstream release (LP: #2119001)
raspi-utils (20250514-1) trixie; urgency=medium
* Update copyright information
* d/gbp.conf: update debian branch
raspi-utils (20250514-1~bookworm) bookworm; urgency=medium
[ Phil Elwell ]
* kdtc: Expand the README
* dtoverlay: Adjust fixups if a phandle is deleted
* ovmerge: Add "no renumber" option
* overlaycheck: Add a check for unusable fragments
* pinctrl: Create and use gpiolib library
* pinctrl: Add install rule for gpiolib.h header
* overlaycheck: Add CM0 to the extended list of dtbs
* piolib: Make piolib a first class library
* piolib: Make piolib a CMake component
* piolib: Correct licence to be BSD-3-Clause
* pinctrl: gpiolib: Add the remaining GPIO chips
[ Serge Schneider ]
* d/patches: refresh
* Add new libraries
raspi-utils (20250314-1) bookworm; urgency=medium
[ Phil Elwell ]
* Add kdtc - a "kernel" dts compiler
* ovmerge: Correct format string in trace code
* pinctrl: Make GPIO_CHIP_Ts const, because we can
* eepflash: Update sysfs path for newer kernels
* dtoverlay: Support comma-separated parameters (better)
* overlaycheck: Add Pi 500 to extra_base_files
* ovmerge: Disable Perl warnings about portability
* pinctrl: Extend bcm2711 up to GPIO57
* Add piolib
* piolib: Add dpi_interlace
* piolib: Add FIFO-related methods
* piolib: Move into examples and include directories
* piolib: Add support for C++ clients
* piolib: Minor reformat
* piolib: Fix copy-paste errors
* piolib: Add fatal error handling
* piolib: Add abstractions for PIO hardware sizes
* piolib: Add apitest
* dtmerge: Fix error in CMakeLists.txt
* kdtc: Infer x.dtbo output from x-overlay.dts input
* ovmerge: Add -f option, document -q option
* piolib: Increase data_bytes range to 32-bits
* kdtc: Add "wget" install method to README
* kdtc: Try a few different cpp commands
* piolib: README: Fix path to udev rule
* piolib: Add hardware/timer.h for compatibility
* piolib: Add quadenc (quadrature encoder) example
* piolib: README: Add the quadenc example
* overlaycheck: Adopt the cpp detection from kdtc
* piolib: Correct transfer return values
* piolib: Update apitest to check transfers
* ovmerge: Fix label handling for intra- fragments
* overlaycheck: Support common documentation
* ovmerge: Fix label refcounts
* piolib: Support larger DMA buffers
* eepmake: Close string blobs earlier to avoid errors
* pinctrl: Fix the pulls on BCM2712C0
* pinctrl: gpiochips section is only for pointers
* eeptools: Add the POWER_SUPPLY atom
[ Gemba ]
* Aligns the numbering of overlay param values to renumbered fragments
[ Serge Schneider ]
* Fix typo
* debian/: refresh patches
* Bump compat level to 13
* Install overlaycheck_exclusions.txt and move from .manpages to
.install files
* Install kdtc and add debian/not-installed
[ Nick Hollinghurst ]
* piolib: examples: Overhaul dpi_interlace, now named dpi_csync
* piolib: examples: dpi_csync: Bug fix
* piolib/examples: dpi_csync: Restore support for Equalizing Pulses.
[ Nicolai Buchwitz ]
* piolib: README fixes
[ Rudi Heitbaum ]
* piolib: fixes may be used uninitialized
Date: Tue, 29 Jul 2025 12:11:15 +0100
Changed-By: Dave Jones <dave.jones at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/raspi-utils/20250514-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 29 Jul 2025 12:11:15 +0100
Source: raspi-utils
Built-For-Profiles: noudeb
Architecture: source
Version: 20250514-0ubuntu1
Distribution: questing
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dave Jones <dave.jones at canonical.com>
Launchpad-Bugs-Fixed: 2119001
Changes:
raspi-utils (20250514-0ubuntu1) questing; urgency=medium
.
* New upstream release (LP: #2119001)
.
raspi-utils (20250514-1) trixie; urgency=medium
.
* Update copyright information
* d/gbp.conf: update debian branch
.
raspi-utils (20250514-1~bookworm) bookworm; urgency=medium
.
[ Phil Elwell ]
* kdtc: Expand the README
* dtoverlay: Adjust fixups if a phandle is deleted
* ovmerge: Add "no renumber" option
* overlaycheck: Add a check for unusable fragments
* pinctrl: Create and use gpiolib library
* pinctrl: Add install rule for gpiolib.h header
* overlaycheck: Add CM0 to the extended list of dtbs
* piolib: Make piolib a first class library
* piolib: Make piolib a CMake component
* piolib: Correct licence to be BSD-3-Clause
* pinctrl: gpiolib: Add the remaining GPIO chips
.
[ Serge Schneider ]
* d/patches: refresh
* Add new libraries
.
raspi-utils (20250314-1) bookworm; urgency=medium
.
[ Phil Elwell ]
* Add kdtc - a "kernel" dts compiler
* ovmerge: Correct format string in trace code
* pinctrl: Make GPIO_CHIP_Ts const, because we can
* eepflash: Update sysfs path for newer kernels
* dtoverlay: Support comma-separated parameters (better)
* overlaycheck: Add Pi 500 to extra_base_files
* ovmerge: Disable Perl warnings about portability
* pinctrl: Extend bcm2711 up to GPIO57
* Add piolib
* piolib: Add dpi_interlace
* piolib: Add FIFO-related methods
* piolib: Move into examples and include directories
* piolib: Add support for C++ clients
* piolib: Minor reformat
* piolib: Fix copy-paste errors
* piolib: Add fatal error handling
* piolib: Add abstractions for PIO hardware sizes
* piolib: Add apitest
* dtmerge: Fix error in CMakeLists.txt
* kdtc: Infer x.dtbo output from x-overlay.dts input
* ovmerge: Add -f option, document -q option
* piolib: Increase data_bytes range to 32-bits
* kdtc: Add "wget" install method to README
* kdtc: Try a few different cpp commands
* piolib: README: Fix path to udev rule
* piolib: Add hardware/timer.h for compatibility
* piolib: Add quadenc (quadrature encoder) example
* piolib: README: Add the quadenc example
* overlaycheck: Adopt the cpp detection from kdtc
* piolib: Correct transfer return values
* piolib: Update apitest to check transfers
* ovmerge: Fix label handling for intra- fragments
* overlaycheck: Support common documentation
* ovmerge: Fix label refcounts
* piolib: Support larger DMA buffers
* eepmake: Close string blobs earlier to avoid errors
* pinctrl: Fix the pulls on BCM2712C0
* pinctrl: gpiochips section is only for pointers
* eeptools: Add the POWER_SUPPLY atom
.
[ Gemba ]
* Aligns the numbering of overlay param values to renumbered fragments
.
[ Serge Schneider ]
* Fix typo
* debian/: refresh patches
* Bump compat level to 13
* Install overlaycheck_exclusions.txt and move from .manpages to
.install files
* Install kdtc and add debian/not-installed
.
[ Nick Hollinghurst ]
* piolib: examples: Overhaul dpi_interlace, now named dpi_csync
* piolib: examples: dpi_csync: Bug fix
* piolib/examples: dpi_csync: Restore support for Equalizing Pulses.
.
[ Nicolai Buchwitz ]
* piolib: README fixes
.
[ Rudi Heitbaum ]
* piolib: fixes may be used uninitialized
Checksums-Sha1:
d7e3350f8e59f5cb9c613405eda5ab9e73041b46 2706 raspi-utils_20250514-0ubuntu1.dsc
d621c25bff2c2a5984c1255ed1553dbe9a7d44f3 170965 raspi-utils_20250514.orig.tar.gz
7b471f8447611717cd9729ee525e60750c337aa8 9856 raspi-utils_20250514-0ubuntu1.debian.tar.xz
21928c50ad102d075082f43ac3d680a1039f604d 8035 raspi-utils_20250514-0ubuntu1_source.buildinfo
Checksums-Sha256:
878ea309386ee542c560418a4f6e6e1477c8ce070f592b188f1900f1923ebff9 2706 raspi-utils_20250514-0ubuntu1.dsc
2bef6ccc8aa5b01f07beac38b456d0067536c969c8d4ec812bf0f42dc567f25f 170965 raspi-utils_20250514.orig.tar.gz
6b25fe4a05303c47b38e81faf585b46451e05ae6bf018cd25894d191c65804f0 9856 raspi-utils_20250514-0ubuntu1.debian.tar.xz
adf8d9a73c6752c47097ef969d40b69207427864719df8caa4933b5ca6fb15af 8035 raspi-utils_20250514-0ubuntu1_source.buildinfo
Files:
b093545d137243156a83775cbb0ed352 2706 utils optional raspi-utils_20250514-0ubuntu1.dsc
c5bc205506cb53c3f836ef18676270a1 170965 utils optional raspi-utils_20250514.orig.tar.gz
b85767d698b4a28d7071c3b42faf74b0 9856 utils optional raspi-utils_20250514-0ubuntu1.debian.tar.xz
7010c4874b4ea6b7e976a3817a8beb7e 8035 utils optional raspi-utils_20250514-0ubuntu1_source.buildinfo
Original-Maintainer: Serge Schneider <serge at raspberrypi.com>
More information about the Questing-changes
mailing list