Re: ANN: Graphos 0.1

2010-06-09 Thread Yavor Doganov
Congratulations! I'll file an ITP to get this into Debian. One minor remark. The tarball has autosaved files: ya...@keel:/tmp/Graphos-0.1$ find -name '.#*' ./.#GNUmakefile.1.9 ./.#GNUmakefile.1.4 ./.#GRBezierPathEditor.m.1.6 ./.#PC.project.1.11 ./.#GNUmakefile.1.8 ./.#PC.project.1.16

Re: ANN: Graphos 0.1

2010-06-09 Thread Riccardo Mottola
Hi, maybe this time I just run make clean instead of make distclean before running make dist. I wonder if it might be be possible to always run make distclean before creating the tarball, directly by default by gnustep make. Once I had a .core file inside a dist which bloated it! Could

NSMenu changes

2010-06-09 Thread Riccardo Mottola
Hi * Source/NSMenu.m: Fix menu key equivalents to only trigger when the exact modifiers are held down. Previously, an item would activate even when additional modifiers were held down (e.g. typing Ctrl-Alt-x would activate a menu item whose key

Re: ANN: Graphos 0.1

2010-06-09 Thread Adam Fedor
If the code is in CVS, you can define this in your GNUmakefile (or something similar): NAME=MyApp PACKAGE_NAME=$(NAME) CVS_MODULE_NAME = gap/user-apps/$(NAME) CVS_TAG_NAME=$(PACKAGE_NAME) and then do just make cvs-dist There are also similar definitions for svn (and make svn-dist) On Jun 9,