From 63abda5f024a069139debb5f254fad9cf65aeec0 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Mon, 5 Oct 2020 12:54:21 +0100 Subject: [PATCH] 10.0-1 release --- debian/changelog | 24 ++++++++++++++++++++++++ debian/patches/use_python3.patch | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 650beed..149c7ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +rpi-eeprom (10.0-1) buster; urgency=medium + + [ andrum99 ] + * Fix package architecture + + [ Tim Gover ] + * rpi-eeprom-update: Use multiple sources for BOARD_INFO + * rpi-eeprom-update: Restrict package checksums to EEPROM images. + * rpi-eeprom-update: Add -l option to resolve the latest bootloader image + * rpi-eeprom-config: Add new option to apply config and update in one + operation + * rpi-eeprom-config: Add --edit for interactive editor style operation + * Implement review comments Update --apply --edit to allow the eeprom image + to be specified. Add some error checking around chmod in rpi-eeprom-update + * Fix doc comments and ignore package checksums + * rpi-eeprom-update: Add -b flag to output BOOTFS path + * rpi-eeprom-config: Update --edit to read config from pending updates + * rpi-eeprom-config: Trap errors when deleting previous update files + * Require 'sudo' for --edit or --apply instead of spawning sudo command + * rpi-eeprom-update: Move .bin filter for checksums into subshell + * rpi-eeprom-config: Update help for --edit + + -- Serge Schneider Mon, 05 Oct 2020 12:53:57 +0100 + rpi-eeprom (9.0-1) buster; urgency=medium [ Tim Gover ] diff --git a/debian/patches/use_python3.patch b/debian/patches/use_python3.patch index fc7264e..4f70b04 100644 --- a/debian/patches/use_python3.patch +++ b/debian/patches/use_python3.patch @@ -4,5 +4,5 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 - # rpi-eeprom-config - # Utility for reading and writing the configuration file in the + """ + rpi-eeprom-config