[Debian GNUstep maintainers] Bug#615250: File exist in source package

Bertrand Perrine bertrand.perrine at gmail.com
Tue Mar 1 22:56:34 UTC 2011


To complete my previous mail,

The file doesn't appear in the Source/GNUmakefile in the

..GNU_OTHER_SRCFILES = \
win32-entry.m \
win32-def.top \
libgnustep-base.def

ADD_HEADERS = \
GSBlocks.h \
GSVersionMacros.h \
GSObjCRuntime.h \
GSFileHandle.h \
GSUnion.h \
GSIArray.h \
GSIMap.h \
GCObject.h \
GSLock.h \
GSFunctions.h \
GSMime.h \
GSXML.h \
GSLocale.h \
NSArray+GNUstepBase.h \
NSAttributedString+GNUstepBase.h \
NSBundle+GNUstepBase.h \
NSCalendarDate+GNUstepBase.h \
NSData+GNUstepBase.h \
NSDebug+GNUstepBase.h \
NSFileHandle+GNUstepBase.h \
NSLock+GNUstepBase.h \
NSMutableString+GNUstepBase.h \
NSNumber+GNUstepBase.h \
NSObject+GNUstepBase.h \
NSProcessInfo+GNUstepBase.h \
NSStream+GNUstepBase.h \
NSString+GNUstepBase.h \
NSTask+GNUstepBase.h \
NSThread+GNUstepBase.h \
NSURL+GNUstepBase.h \
Unicode.h \
GNUstep.h \
behavior.h \
preface.h \
Additions.h

GNU_HEADERS = $(ADD_HEADERS)

# GNUStep source files
...

So when the package is built, the file isn't installed (dpkg-buildpackage) :

 Installing headers...
Making install for resource_set libbase-resources...
 Creating /home/deb-dev/gnustepbase/gnustep-base-1.20.2/debian/libgnustep-base-dev//usr/lib/GNUstep/Libraries/gnustep-base/Versions/1.20/Resources...
for file in GSBlocks.h GSVersionMacros.h GSObjCRuntime.h
GSFileHandle.h GSUnion.h GSIArray.h GSIMap.h GCObject.h GSLock.h
GSFunctions.h GSMime.h GSXML.h GSLocale.h NSArray+GNUstepBase.h
NSAttributedString+GNUstepBase.h NSBundle+GNUstepBase.h
NSCalendarDate+GNUstepBase.h NSData+GNUstepBase.h
NSDebug+GNUstepBase.h NSFileHandle+GNUstepBase.h NSLock+GNUstepBase.h
NSMutableString+GNUstepBase.h NSNumber+GNUstepBase.h
NSObject+GNUstepBase.h NSProcessInfo+GNUstepBase.h
NSStream+GNUstepBase.h NSString+GNUstepBase.h NSTask+GNUstepBase.h
NSThread+GNUstepBase.h NSURL+GNUstepBase.h Unicode.h GNUstep.h
behavior.h preface.h Additions.h; do \
	  /usr/bin/install -c -p  -m 644 ../Headers/Additions/GNUstepBase/$file \
	    /home/deb-dev/gnustepbase/gnustep-base-1.20.2/debian/libgnustep-base-dev//usr/include/GNUstep/GNUstepBase/$file
; \
	done
....

Regards,
B.





More information about the pkg-GNUstep-maintainers mailing list