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: dchanges, architecture component, parseable filenames



On Mon, 29 Apr 1996, Ian Jackson wrote:

> [...]
> [ Parseable filenames ]
> ...
> > > The most aesthetic option for (e) I can think of at the moment is
> > > replacing hyphens with underscores in the package name.
> > 
> > That sounds fair to me. Unless I hear a chorus of "that's repulsive"
> > and "this way is better", there may not be a need for a vote. The
> > proposal is to make the package file name be:
> > 
> > PACKAGE_NAME: [^-]*	# Anything but hyphen. Hyphens are replaced
> > 			# by underbars automaticaly.
> 
> I can live with this, and noone has complained.  Wow !  OK, I'll
> change dpkg-name (Erick Branderhorst's script to rename .deb files to
> their canonical names).

Umm ... forgive me if I'm missing the point, Ian, but didn't you just say 
in another post in this thread, that changing package names is a pain?  
Looking at a recent Packages file:

$ grep -c Package:.*- Packages
68
$ grep -c Package:.*_ Packages
2
$ grep -c Package: Packages
429

There are going to be a lot of package names to change ...

Nikhil.