X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fsymlink_dists.py;h=8eb5e3d2240c14e000b0953a50a2edb2e38f4acb;hb=55a4e729db84095b12a67974092216be09ea384c;hp=a6b3d415ad4c26fe3605bc7ef8b88fdf7f3e108c;hpb=f40df055fa0d4b37b6aac772e40747b8285c8c7c;p=dak.git diff --git a/dak/symlink_dists.py b/dak/symlink_dists.py index a6b3d415..8eb5e3d2 100755 --- a/dak/symlink_dists.py +++ b/dak/symlink_dists.py @@ -59,7 +59,6 @@ def fix_component_section (component, section): # FIXME: ugly hacks to work around override brain damage section = re_strip_section_prefix.sub('', section) - section = section.lower().replace('non-us', '') if section == "main" or section == "contrib" or section == "non-free": section = '' if section != '':