5.0-1 release

This commit is contained in:
Serge Schneider
2020-02-28 14:42:36 +00:00
parent c551c9f098
commit e04b5722fe
4 changed files with 20 additions and 4 deletions

17
debian/changelog vendored
View File

@@ -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 <serge@raspberrypi.org> Fri, 28 Feb 2020 14:41:56 +0000
rpi-eeprom (4.0-1) buster; urgency=medium
[ Tim Gover ]

4
debian/control vendored
View File

@@ -2,14 +2,14 @@ Source: rpi-eeprom
Section: misc
Priority: optional
Maintainer: Serge Schneider <serge@raspberrypi.org>
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

View File

@@ -1,4 +1,3 @@
rpi-eeprom-config usr/bin/
rpi-eeprom-update usr/bin/
debian/default/ etc/
firmware/vl805 usr/bin/

2
debian/rules vendored
View File

@@ -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" \