Fix handling of dotnet package updates in Debian rules
Description
Ubuntu repositories incorrectly handle dotnet package updates by replacing existing packages instead of using the proper Debian revision system. This causes:
- Package replacements instead of new revisions
- Broken reproducible builds downstream
- Hash mismatches despite correct dependencies
Current State
- Ubuntu dotnet packages replace previous versions
- Debian revision system not properly utilized
- Affects downstream package builders relying on proper versioning
Fix handling of dotnet package updates in Debian rules
Description
Ubuntu repositories incorrectly handle dotnet package updates by replacing existing packages instead of using the proper Debian revision system. This causes:
Current State