Commit 7d0af8c5b9011c8285f22e9caf401c67549d1b33
1 parent
c0f0837f
20220708~133956 release
Showing
4 changed files
with
31 additions
and
5 deletions
debian/changelog
| 1 | +rpiboot (20220708~133956) bullseye; urgency=medium | ||
| 2 | + | ||
| 3 | + [ Tim Gover ] | ||
| 4 | + * readme: Fix links/formatting | ||
| 5 | + * secure-boot-example: Add step by step example / quick start | ||
| 6 | + * bootcode4: Improved DDR setup for old (or missing) EEPROM images | ||
| 7 | + * Update recovery/rpi-eeprom-config | ||
| 8 | + | ||
| 9 | + [ andrum99 ] | ||
| 10 | + * Copy edit | ||
| 11 | + | ||
| 12 | + [ Phil Elwell ] | ||
| 13 | + * README: pkg-config is also a dependency | ||
| 14 | + | ||
| 15 | + -- Serge Schneider <serge@raspberrypi.com> Mon, 11 Jul 2022 08:43:19 +0100 | ||
| 16 | + | ||
| 1 | rpiboot (20220504~214218) bullseye; urgency=medium | 17 | rpiboot (20220504~214218) bullseye; urgency=medium |
| 2 | 18 | ||
| 3 | [ Tim Gover ] | 19 | [ Tim Gover ] |
debian/rpiboot.lintian-overrides
| 1 | -rpiboot: binary-without-manpage usr/bin/rpiboot | 1 | +rpiboot: appstream-metadata-missing-modalias-provide lib/udev/rules.d/70-rpiboot.rules |
| 2 | +rpiboot: arch-dependent-file-in-usr-share usr/share/rpiboot/msd/start4.elf | ||
| 2 | rpiboot: arch-dependent-file-in-usr-share usr/share/rpiboot/msd/start.elf | 3 | rpiboot: arch-dependent-file-in-usr-share usr/share/rpiboot/msd/start.elf |
| 4 | +rpiboot: binary-from-other-architecture usr/share/rpiboot/msd/start4.elf | ||
| 3 | rpiboot: binary-from-other-architecture usr/share/rpiboot/msd/start.elf | 5 | rpiboot: binary-from-other-architecture usr/share/rpiboot/msd/start.elf |
| 4 | -rpiboot: unstripped-binary-or-object usr/share/rpiboot/msd/start.elf | 6 | +rpiboot: binary-without-manpage usr/bin/rpiboot |
| 7 | +rpiboot: executable-not-elf-or-script usr/share/rpiboot/recovery/pieeprom.original.bin | ||
| 8 | +rpiboot: hardening-no-pie usr/bin/rpiboot | ||
| 9 | +rpiboot: statically-linked-binary usr/share/rpiboot/msd/start4.elf | ||
| 5 | rpiboot: statically-linked-binary usr/share/rpiboot/msd/start.elf | 10 | rpiboot: statically-linked-binary usr/share/rpiboot/msd/start.elf |
| 6 | -rpiboot: arch-dependent-file-in-usr-share usr/share/rpiboot/msd/start4.elf | ||
| 7 | -rpiboot: binary-from-other-architecture usr/share/rpiboot/msd/start4.elf | ||
| 8 | rpiboot: unstripped-binary-or-object usr/share/rpiboot/msd/start4.elf | 11 | rpiboot: unstripped-binary-or-object usr/share/rpiboot/msd/start4.elf |
| 9 | -rpiboot: statically-linked-binary usr/share/rpiboot/msd/start4.elf | 12 | +rpiboot: unstripped-binary-or-object usr/share/rpiboot/msd/start.elf |
debian/rules
| @@ -9,3 +9,7 @@ override_dh_auto_install: | @@ -9,3 +9,7 @@ override_dh_auto_install: | ||
| 9 | 9 | ||
| 10 | override_dh_strip: | 10 | override_dh_strip: |
| 11 | dh_strip -Xstart.elf -Xstart4.elf | 11 | dh_strip -Xstart.elf -Xstart4.elf |
| 12 | + | ||
| 13 | +override_dh_install: | ||
| 14 | + dh_install | ||
| 15 | + find $(CURDIR)/debian -name .gitignore -delete |
debian/source.lintian-overrides
| 1 | rpiboot: source-is-missing msd/start.elf | 1 | rpiboot: source-is-missing msd/start.elf |
| 2 | rpiboot: source-is-missing msd/start4.elf | 2 | rpiboot: source-is-missing msd/start4.elf |
| 3 | +rpiboot: source-contains-prebuilt-windows-binary win32/*.dll | ||
| 4 | +rpiboot: source-contains-prebuilt-windows-binary win32/*.exe | ||
| 5 | + |