Hi Santiago, On Thu, Sep 10, 2026 at 12:30 PM Santiago Vila <[email protected]> wrote: > But now the watch file does not work... > > I'm not brave enough to fix that (does the project need another rename?), > so I did the upload and then I've filed a separate bug for that (#1147279).
Here is upstream explaination on the path and version relationships; https://github.com/cel-expr/cel-go/issues/1329#issuecomment-5430413293 Our module-aware offline builds depend on matching Go import paths directly to installed Debian packages on filesystem. Because of this, we want to rename the Debian package to match its Go import path. This keeps the package name stable as long as the import path stays the same. If upstream changed the import path later, we will create fork a new package for the new path and keep the old package, so existing reverse-depends does not break. Once no other packages need the old version, Simon's zombie automated collection script will clean it up. Best regards, -- -Andrew

