Version in base suite: 2.24-1 Base version: units_2.24-1 Target version: units_2.24-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/u/units/units_2.24-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/u/units/units_2.24-1+deb13u1.dsc changelog | 6 ++++++ patches/packetizer.patch | 17 +++++++++++++++++ patches/series | 1 + 3 files changed, 24 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpl5scb266/units_2.24-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpl5scb266/units_2.24-1+deb13u1.dsc: no acceptable signature found diff -Nru units-2.24/debian/changelog units-2.24/debian/changelog --- units-2.24/debian/changelog 2024-12-06 19:45:27.000000000 +0000 +++ units-2.24/debian/changelog 2026-02-27 11:13:56.000000000 +0000 @@ -1,3 +1,9 @@ +units (2.24-1+deb13u1) trixie; urgency=medium + + * Switch to new packetizer.com URLs in units_cur. Closes: #1128412. + + -- Stephen Kitt Fri, 27 Feb 2026 12:13:56 +0100 + units (2.24-1) unstable; urgency=medium * New upstream release. diff -Nru units-2.24/debian/patches/packetizer.patch units-2.24/debian/patches/packetizer.patch --- units-2.24/debian/patches/packetizer.patch 1970-01-01 00:00:00.000000000 +0000 +++ units-2.24/debian/patches/packetizer.patch 2026-02-27 11:13:56.000000000 +0000 @@ -0,0 +1,17 @@ +Description: Adjust to new packetizer URLs +Author: Stephen Kitt +Bug-Debian: https://bugs.debian.org/1128412 + +--- a/units_cur ++++ b/units_cur +@@ -556,8 +556,8 @@ + # Get precious metals data and bitcoin + # + +-metals = getjson('https://services.packetizer.com/spotprices',{'f':'json'}) +-bitcoin = getjson('https://services.packetizer.com/btc',{'f':'json'}) ++metals = getjson('https://services.packetizer.com/spotprices/',{'f':'json'}) ++bitcoin = getjson('https://services.packetizer.com/btc/',{'f':'json'}) + + metallist = ['']*len(validmetals) + for metal, price in metals.items(): diff -Nru units-2.24/debian/patches/series units-2.24/debian/patches/series --- units-2.24/debian/patches/series 2024-02-21 07:40:04.000000000 +0000 +++ units-2.24/debian/patches/series 2026-02-27 11:13:56.000000000 +0000 @@ -1 +1,2 @@ no-currency-update-during-build.patch +packetizer.patch