repology / repology-rules

Package normalization ruleset for Repology
https://repology.org
GNU General Public License v3.0
106 stars 121 forks source link

Merge swiftlang #797

Closed jbicha closed 5 months ago

jbicha commented 5 months ago

Debian has packaged swift-lang using the source package name swiftlang.

This is untested and I'm unsure if it's the right fix. Note that 850.split-amgibuities/s.yaml renames swift to swift-lang if there is a URL containing swift.org which the Debian package should have. So it's unclear whether it is better to just set the correct name (swift-name) directly and on the previous line for swift-language or set it to swift and let the ambiguity rule handle it afterwards.

AMDmi3 commented 5 months ago

So it's unclear whether it is better to just set the correct name (swift-name) directly and on the previous line for swift-language or set it to swift and let the ambiguity rule handle it afterwards.

The latter please - you can add it to swift-language line. It makes sense to make all packages travel the same path, so if 850 rule changes, all packages are affected.

jbicha commented 5 months ago

Done. Thanks