From e04b5722fe70355114de7df4f724788ffec8289b Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Fri, 28 Feb 2020 14:42:36 +0000 Subject: [PATCH] 5.0-1 release --- debian/changelog | 17 +++++++++++++++++ debian/control | 4 ++-- debian/rpi-eeprom.install | 1 - debian/rules | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 50100ea..04b5595 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +rpi-eeprom (5.0-1) buster; urgency=medium + + [ Justin P ] + * Clarifying the Dated .bin files + * Formatting and Phrasing changes + * Adjusted workding once more + + [ Tim Gover ] + * rpi-eeprom-update: Remove dependency on vl805 + * firmware: Promote the latest beta firmware to stable + + [ Serge Schneider ] + * Set architecture to 'all' + * Add python-minimal build dependency + + -- Serge Schneider Fri, 28 Feb 2020 14:41:56 +0000 + rpi-eeprom (4.0-1) buster; urgency=medium [ Tim Gover ] diff --git a/debian/control b/debian/control index e5803f0..714fa4d 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: rpi-eeprom Section: misc Priority: optional Maintainer: Serge Schneider -Build-Depends: debhelper (>= 11), help2man +Build-Depends: debhelper (>= 11), help2man, python-minimal Standards-Version: 4.1.3 Homepage: https://github.com/raspberrypi/rpi-eeprom/ Vcs-Browser: https://github.com/raspberrypi/rpi-eeprom/ Vcs-Git: https://github.com/raspberrypi/rpi-eeprom.git Package: rpi-eeprom -Architecture: armhf +Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin, python, binutils, raspberrypi-bootloader (>= 1.20190819) Recommends: flashrom diff --git a/debian/rpi-eeprom.install b/debian/rpi-eeprom.install index 814318c..7094e22 100644 --- a/debian/rpi-eeprom.install +++ b/debian/rpi-eeprom.install @@ -1,4 +1,3 @@ rpi-eeprom-config usr/bin/ rpi-eeprom-update usr/bin/ debian/default/ etc/ -firmware/vl805 usr/bin/ diff --git a/debian/rules b/debian/rules index 63e57de..e48b3ec 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_dh_auto_build: debian/rpi-eeprom-update.1 debian/rpi-eeprom-config.1 override_dh_install: mkdir -p debian/rpi-eeprom/var/lib/raspberrypi/bootloader/backup/ dh_install - rm debian/rpi-eeprom-images/lib/firmware/raspberrypi/bootloader/vl805 + rm -f debian/rpi-eeprom-images/lib/firmware/raspberrypi/bootloader/vl805 debian/rpi-eeprom-update.1: help2man -N --version-string="${DEB_VERSION_UPSTREAM}" --help-option="-h" \