]> git.decadent.org.uk Git - dak.git/blobdiff - dak/symlink_dists.py
[??] sync with ftp-master/dak master
[dak.git] / dak / symlink_dists.py
index a6b3d415ad4c26fe3605bc7ef8b88fdf7f3e108c..8eb5e3d2240c14e000b0953a50a2edb2e38f4acb 100755 (executable)
@@ -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 != '':