You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JDeb packager still uses the unscoped normalizedName for the .deb archive name, This was fixed more generally in the linux packagers on #188 but still an issue with JDeb. This results in some weirdness like a local deb created as normalizedName_version_arch.deb but published as (Debian / name)_version_arch.deb or (Debian / packageName)_version_arch.deb.
The text was updated successfully, but these errors were encountered:
The JDeb packager still uses the unscoped normalizedName for the .deb archive name, This was fixed more generally in the linux packagers on #188 but still an issue with JDeb. This results in some weirdness like a local deb created as normalizedName_version_arch.deb but published as (Debian / name)_version_arch.deb or (Debian / packageName)_version_arch.deb.
The text was updated successfully, but these errors were encountered: