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



Bruce Perens writes:
>
>I wrote:
>> VERSION_NAME: [^-]*     # With emphasis to use something that
>>                         # can be sorted reliably. This may mean
>>                         # converting "Beta1" to a ".1" on the end
>>                         # of a number, etc.
>
>Sorry, this was not what Ian intended. I think his intent was for
>the version name to be any character string. The file name can
>still be parsed unambiguously if the package name doesn't contain
>dashes.
>

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.

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.)

Andy.