1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
pico-sdk (2.0.0-2) unstable; urgency=medium
* debian/control: add Depends: picotool (>= 2.0)
* debian/patches/pioasm.cmake.patch: replace with patch from upstream
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Wed, 11 Sep 2024 23:26:36 +0200
pico-sdk (2.0.0-1) unstable; urgency=medium
* New upstream version 2.0.0
* add pioasm package shipping the pioasm tool
* drop 329.patch (swap endian-ness) because elf2uf2 now became 'picotool uf2
convert'
* drop patches/repro.patch and set reproducible date via
PICO_PROGRAM_BUILD_DATE
* debian/copyright:
- src/rp2_common/pico_double/double_v1_rom_shim.S had the wrong license
- directory src/rp2_common/cmsis/stub/CMSIS/Device/RaspberryPi/RP2040 was
moved to parent
- src/rp2040/hardware_regs/rp2040.svd got removed
- drop superfluous License: GPL-2.0
* debian/pico-sdk-source.lintian-overrides:
usr/src/pico-sdk/src/rp2_common/pico_stdio/LICENSE got removed
* debian/tests/control: wrap-and-sort -ast
* debian/patches/PRIu64.patch: extend to also cover PRIx64 in
test/pico_float_test/pico_double_test.c
* debian/rules:
- build with PICO_NO_PICOTOOL=ON to avoid build-dep loop with picotool
- split into -arch and -indep targets
- prevent empty directories in the binary package
* debian/control: bump Standards-Version (no changes)
* add lintian-overrides
* pico-sdk-source: add Depends: cmake, gcc-arm-none-eabi,
libnewlib-arm-none-eabi, libstdc++-arm-none-eabi-newlib as any user of
the package most likely wants to compile it
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Fri, 06 Sep 2024 22:49:23 +0200
pico-sdk (1.5.1-4) unstable; urgency=medium
* pico-sdk-source: mark as multi-arch:foreign
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Wed, 05 Jun 2024 19:13:44 +0200
pico-sdk (1.5.1-3) unstable; urgency=medium
* add patch from upstream to support big endian architectures like s390x
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Wed, 05 Jun 2024 11:46:58 +0200
pico-sdk (1.5.1-2) unstable; urgency=medium
* debian/rules: create /usr/src/pico-sdk/docs dummy as CMakeLists.txt
unconditionally runs add_subdirectory(docs)
* debian/rules: execute_before_dh_auto_configure: make sure ./lib exists
* debian/salsa-ci.yml: tests get compiled with arm-none-eabi-gcc and are not
shipped by any binary package, so no need to check the build log
* debian/patches: add reproducible_doxygen.patch
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Sat, 01 Jun 2024 23:27:44 +0200
pico-sdk (1.5.1-1) unstable; urgency=medium
* Initial release. (closes: #1069293)
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Fri, 19 Apr 2024 15:45:29 +0200
|