The debian-private mailing list leak, part 1. Volunteers have complained about Blackmail. Lynchings. Character assassination. Defamation. Cyberbullying. Volunteers who gave many years of their lives are picked out at random for cruel social experiments. The former DPL's girlfriend Molly de Blanc is given volunteers to experiment on for her crazy talks. These volunteers never consented to be used like lab rats. We don't either. debian-private can no longer be a safe space for the cabal. Let these monsters have nowhere to hide. Volunteers are not disposable. We stand with the victims.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parseable filenames



We had this discussion a little while ago, and decided to keep:
  A-Za-z0-9.-+

I want to make package names case-insensitive - currently they're not
quite, and changeing the case of a package name is hard.
Unfortunately there is a dpkg minefield here.

Andy Guy writes ("Re: parseable filenames "):
...
> Currently you are allowed the following chars in package names
> (according to the guidelines)  "a-z A-Z 0-9 - + . @ : = % _"
> 
> Currently only "A-Z a-z 0-9 _ - + ." are actually used.  
> 
> _ is only used in gs_* things and should probably be - anyway.
> 
> So instead of converting - -> _ why not just use _ ?  Saves a lot of
> bother.

Changing package names is a pain.

> Also why not ban @ : = % while we are at it.  They may be useful
> sometime in the future for further dividing package name space or
> something.
> 
> (Not that I am conviced of the need.)

Ian.