When upgrading to Debian Trixie, one of the final steps is to call *apt modernize-sources*. This will convert all your debian source files under */etc/apt/sources.list.d* to the new DEB822 format. This includes the weewx source file.
This will create a new *weewx.sources* file and rename the old sources file to *weewx.list.bak*. After doing so, you may see the following message when calling *apt update*: Notice: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://weewx.com/apt/python3 buster InRelease' doesn't support architecture 'amd64' To make that go away, append *Architectures: all* to weewx.sources like so: Types: deb URIs: https://weewx.com/apt/python3/ Suites: buster Components: main Signed-By: /etc/apt/trusted.gpg.d/weewx.gpg *Architectures: all* That is it. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/weewx-user/b06de49a-2b98-448c-901f-3568fa961198n%40googlegroups.com.
