W dniu 29.09.2012 02:46, Glenn Morris pisze: > Marcin Antczak wrote: > >> And then rename remaining emacs.png icons to emacs24.png. >> >> But this would also require to change icon name in emacs.desktop file. >> >> In Debian packages, these (emacs.png) icons are renamed with debian/rules >> and then debian uses it's alternatives system to set emacs24 >> icons as current Emacs icons (if emacs24 is the most recent installed). > It would not be appropriate for Emacs to rename the icons to "emacs24", > because Emacs does not install itself under the name "emacs24". That is > a Debian thing. I don't think eg Fedora does that (?), they just provide > "emacs" packages. > > Also, in the same way, when Emacs was Emacs 22, the icons were called > just "emacs", not "emacs22", so there is no name clash in terms of files > distributed by Emacs. I suppose the emacs22 icons could be renamed to > emacs_old. They were provided for people who preferred the older icon > style, buy I wonder if anyone has ever actually used them, so maybe they > should just go... > > > Maybe to do this properly the icons and desktop file should obey > configure's --program-transform-name option? > > > The rest is just idle speculation: > > I wonder if there is much value in providing emacs23 and emacs24 packages. > Emacs 23 is not supported upstream any more. If you don't want a newer > version you can just not upgrade it. How many other Debian packages are > provided in "versioned" form? Eg I can't install iceweasel-10 and > iceweasel-15, just iceweasel. How did Emacs end up in this state? We do > try quite hard to ensure new releases are stable... 1. I agree 100% that emacs22.png files should go... 2. My proposal about rename from emacs.png to emacs24.png was optional. You are right that it's not Emacs thing to package. So, it's ok for me to keep them as emacs.png 3. Speaking about --program-transform-name - that's also another bug. I'm using this option and --program-suffix to package Emacs 24 for Debian/Ubuntu. I deploy emacs-24.2.x binary as just emacs24 and other binaries as for example: emacsclient.emacs24 And bug is that also man pages should follow these options. Now I need to rename emacs.1 to emacs24.1 and emacsclient.1 to emacsclient.emacs24.1 to make Lintian happy.