Bug 4715

Summary: Files in xserver/xorg/Xext not included in tarball after make dist-bzip2
Product: xorg Reporter: Bill Crawford <billcrawford1970>
Component: Build/ModularAssignee: Alan Coopersmith <alan.coopersmith>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 1690    

Description Bill Crawford 2005-10-08 15:44:45 UTC
diff -u -r1.8 Makefile.am
--- xserver/xorg/Xext/Makefile.am       30 Sep 2005 02:37:55 -0000      1.8
+++ xserver/xorg/Xext/Makefile.am       8 Oct 2005 22:43:22 -0000
@@ -42,6 +42,7 @@
 endif
 
 EXTRA_DIST = \
+       SecurityPolicy \
        appgroup.h \
        xvdisp.h \
        README.xtest1-ddx
Comment 1 Bill Crawford 2005-10-08 15:47:14 UTC
It looks like a few other files in Xext/ need to be added, too. I'll attach
something later if I figure out a neat tidy way.
Comment 2 Alan Coopersmith 2005-10-09 10:48:39 UTC
I've committed the change to add SecurityPolicy - leaving the bug open since you
said you found other files missing.
Comment 3 Bill Crawford 2005-10-09 20:32:02 UTC
Well as far as I can see, disabling any of the options used for the if XXX ...
endif clauses there in Makefile.am will lead to the relevant sources not being
packaged by make dist unless they're added to EXTRA_DIST instead. I'm
configuring with the same options I use to build from the resulting tarball, so
I don't see the problem at the moment.
Comment 4 Alan Coopersmith 2005-12-12 06:04:46 UTC
Fixing...
Comment 5 Alan Coopersmith 2005-12-12 16:04:34 UTC
Fix checked into CVS head:

CVSROOT:	/cvs/xorg
Module name:	xserver
Changes by:	alanc@gabe.freedesktop.org	05/12/11 19:06:18

Log message:
  2005-12-11  Alan Coopersmith  <alan.coopersmith@sun.com>
  
  	* Xext/Makefile.am:
  	Bugzilla #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715>
  	Files in xserver/xorg/Xext not included in tarball after make dist

Modified files:
      xserver/xorg/:
        ChangeLog 
      xserver/xorg/Xext/:
        Makefile.am 
  
  Revision      Changes    Path
  1.145         +6 -0      xserver/xorg/ChangeLog
  http://cvs.freedesktop.org/xorg/xserver/xorg/ChangeLog
  1.13          +92 -78    xserver/xorg/Xext/Makefile.am
  http://cvs.freedesktop.org/xorg/xserver/xorg/Xext/Makefile.am

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.