Author: branden Date: 2005-07-31 16:43:31 -0500 (Sun, 31 Jul 2005) New Revision: 451
Modified: trunk/debian/rules Log: Delete XXX comments that refer to future Imake development which will probably never happen. The freedesktop.org community is transitioning to the GNU autotools and no one (apart from XFree86 with their new GPL-incompatible license) appears to want to serve as an upstream for Imake. Modified: trunk/debian/rules =================================================================== --- trunk/debian/rules 2005-07-31 21:38:08 UTC (rev 450) +++ trunk/debian/rules 2005-07-31 21:43:31 UTC (rev 451) @@ -50,20 +50,12 @@ # version number. Anything else indicates an unofficial build. OFFICIAL_BUILD:=$(shell VERSION=$(SOURCE_VERSION); if ! expr "$$(echo $${VERSION\#\#*-} | sed 's/\(woody\|sarge\)//g')" : ".*[^0-9.].*" > /dev/null 2>&1; then echo yes; fi) -# XXX: xc/config/cf/* needs some fairly serious hacking to support this in a -# way that David Dawes will accept upstream, so for the time being, this isn't -# used (the DebianGccOptimizeOpt symbol is not referenced anywhere in the -# source tree), even though this variable is expanded below. -DEBUGFLAGS:=-DDebianGccOptimizeOpt='-O0' - # Set some Imake variables for the regular and server-debugging builds. TIMESTAMP:=$(shell env TZ=UTC date +%Y%m%d%H%M%S) # NOTE: IMAKE_DEFINES is used later to control whether the specs docs and fonts # are built (they are not built for architecture-dependent-packages-only # builds). IMAKE_DEFINES:=-DXorgCustomVersion='\"Debian $(SOURCE_VERSION) $(TIMESTAMP) $(BUILDER)\"' -# XXX: replace -DDefaultGcc2OptimizeOpt=-O0 with $(DEBUGFLAGS) when the time -# comes (see above) SERVERDEBUG_IMAKE_DEFINES:=-DXorgCustomVersion='\"Debian (static) $(SOURCE_VERSION) $(TIMESTAMP) $(BUILDER)\"' -DBuildServersOnly=YES -DDoLoadableServer=NO -DXnestServer=NO -DXVirtualFramebufferServer=NO -DXdmxServer=NO -DDefaultGcc2OptimizeOpt=-O0 -DXprtServer=NO -DBuildXprintLib=NO # If this is an official build, set the BuilderEMailAddr that gets displayed in -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]