package gworkspace
tags 355570 +patch
thanks
gworkspace writes to the buildd user's directory duing a buildd. It's
not supposed to be doing that.
It looks like a bug in make_services -- it probably shouldn't be
writing anything when it's run with the --test argument.
Anyways, the attached patch is a very hackish workaround to make
gworkspace not run make_services at build time.
<no-make_services.patch>
(The patch doesn't make any sense unless you look at
/usr/lib/GNUstep/System/Library/Makefiles/Instance/service.make and
see how GNUSTEP_MAKE_SERVICES is used.)
--
Hubert Chan - email & Jabber: [EMAIL PROTECTED] - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA (Key available at wwwkeys.pgp.net)
Fingerprint: 96C5 012F 5F74 A5F7 1FF7 5291 AF29 C719 124B 61FA
diff -u gworkspace-0.7.0/debian/rules gworkspace-0.7.0/debian/rules
--- gworkspace-0.7.0/debian/rules
+++ gworkspace-0.7.0/debian/rules
@@ -38,6 +38,9 @@
OPTFLAG = -O2
endif
+GNUSTEP_MAKE_SERVICES = true
+export GNUSTEP_MAKE_SERVICES
+
#ADDITIONAL_INCLUDE_DIRS=" -I$(CURDIR)/FSNode -I$(CURDIR)/GWLib -I$(CURDIR)/Finder/Modules -I$(CURDIR)/Finder/SearchResults -I$(CURDIR)/Desktop/Dock"
#ADDITIONAL_LIB_DIRS=" -L$(CURDIR)/FSNode/FSNode.framework/Versions/Current -L$(CURDIR)/GWLib/shared_obj"