mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
5.0-1 release
This commit is contained in:
17
debian/changelog
vendored
17
debian/changelog
vendored
@@ -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
4
debian/control
vendored
@@ -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
|
||||
|
||||
1
debian/rpi-eeprom.install
vendored
1
debian/rpi-eeprom.install
vendored
@@ -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
2
debian/rules
vendored
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user