Followup-For: Bug #991280

Hi,

I've backported the fix from -8 to buster, filed a buster-pu request
and have already uploaded the package since the change was so trivial.
https://bugs.debian.org/991909

Andreas
diff -Nru python-uflash-1.2.4+dfsg/debian/changelog 
python-uflash-1.2.4+dfsg/debian/changelog
--- python-uflash-1.2.4+dfsg/debian/changelog   2018-12-30 19:02:29.000000000 
+0100
+++ python-uflash-1.2.4+dfsg/debian/changelog   2021-08-05 01:58:32.000000000 
+0200
@@ -1,3 +1,11 @@
+python-uflash (1.2.4+dfsg-1+deb10u1) buster; urgency=medium
+
+  [ Nick Morrott ]
+  * d/firmware-microbit-micropython-dl.postinst:
+    - Update firmware URL (Closes: #991280)
+
+ -- Andreas Beckmann <a...@debian.org>  Thu, 05 Aug 2021 01:58:32 +0200
+
 python-uflash (1.2.4+dfsg-1) unstable; urgency=medium
 
   * Initial release. (Closes: #906450)
diff -Nru 
python-uflash-1.2.4+dfsg/debian/firmware-microbit-micropython-dl.postinst 
python-uflash-1.2.4+dfsg/debian/firmware-microbit-micropython-dl.postinst
--- python-uflash-1.2.4+dfsg/debian/firmware-microbit-micropython-dl.postinst   
2018-12-30 18:53:15.000000000 +0100
+++ python-uflash-1.2.4+dfsg/debian/firmware-microbit-micropython-dl.postinst   
2021-08-05 01:47:34.000000000 +0200
@@ -4,7 +4,7 @@
 
 # Adapted from firmware downloader for bladeRF (source package: bladerf)
 
-UPSTREAM='https://raw.githubusercontent.com/ntoll/uflash/master/firmware.hex'
+UPSTREAM='https://github.com/ntoll/uflash/raw/867468d386da0aa20212b69a152ce8bfc0972366/firmware.hex'
 CHECKSUM='81d92bccd9f26046aa3ba6a43ec553e0'
 DATAFILE='/usr/share/firmware-microbit-micropython/firmware.hex'
 DESCRIPT='micro:bit MicroPython runtime'

Reply via email to