I'm not a debian developer, but I have an updated package ready for an NMU. Rather than the previous patch, I opted for the following which changes the initialization rather than the declaration of EOMoreThanOneException, thereby preserving the public interface in EOUtilities.h. My patched version is available in my local apt repository: http://juckel.net/apt/unstable/.
--- gnustep-dl2-0.9.1.orig/EOAccess/EOUtilities.m +++ gnustep-dl2-0.9.1/EOAccess/EOUtilities.m @@ -74,7 +74,7 @@ #include <EOAccess/EOUtilities.h> -static NSString *EOMoreThanOneException = @"EOMoreThanOneException"; +NSString *EOMoreThanOneException = @"EOMoreThanOneException"; //static NSString *NSObjectNotAvailableException = @"NSObjectNotAvailableException"; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]