exception_lists/packaging
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 23 May 2011 12:14:08 -0700
changeset 1132 d9f96853a754
parent 1124 7bc7e624f965
child 1196 1ce455dae979
permissions -rw-r--r--
7047456 X could do better at building & packaging python bits

#
# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#

#
# Exception List for validate_pkg
#

#
# The following entries are built in the proto/ area
# but not included in any packages - this is intentional.
#

# These should be empty directories left from the libdrm workaround for
# pkgconfig installation
usr/lib/xorg/pkgconfig
usr/lib/xorg/amd64/pkgconfig		i386
usr/lib/xorg/sparcv9/pkgconfig		sparc

# /var/run is a symlink to a tmpfs filesystem created at system boot
var/run

# Documentation it doesn't make sense to ship in our packages
usr/share/doc/X11/graphics/dps.xml
usr/share/doc/X11/platforms/Darwin.xml
usr/share/doc/X11/specs/Xext/lbxalg.xml
usr/share/doc/X11/specs/Xserver/XACE-Spec.xml
usr/share/doc/X11/specs/Xserver/appgroup.xml
usr/share/doc/X11/specs/Xserver/analysis.xml
usr/share/doc/X11/specs/Xserver/secint.xml
usr/share/doc/X11/MAINTAINERS
usr/share/doc/libXi/doc

# Obsolete man pages
usr/share/man/man5/Consortium.5
usr/share/man/man5/XProjectTeam.5

# Upstream ati man pages don't apply to efb driver on sparc
usr/share/man/man7/ati.7       	        sparc
usr/share/man/man7/r128.7		sparc
usr/share/man/man7/radeon.7		sparc

# Only need the 32-bit versions of these files
usr/lib/amd64/X11			i386
usr/lib/sparcv9/X11			sparc

# Intel DRM modules make no sense on SPARC, but upstream doesn't provide
# an option not to build them
usr/lib/xorg/libdrm_intel.so			sparc
usr/lib/xorg/libdrm_intel.so.1			sparc
usr/lib/xorg/sparcv9/libdrm_intel.so		sparc
usr/lib/xorg/sparcv9/libdrm_intel.so.1		sparc
usr/lib/pkgconfig/libdrm_intel.pc		sparc
usr/lib/sparcv9/pkgconfig/libdrm_intel.pc	sparc

# We don't install the XCB SELinux extension
usr/include/xcb/xselinux.h
usr/share/xcb/xselinux.xml

# Don't install until we move off HAL .fdi file for synaptics
usr/share/X11/xorg.conf.d/50-synaptics.conf	i386

# Only need the normal *.pyc compiled byte-code, not the "optimized" *.pyo
usr/lib/python2.6/vendor-packages/xcbgen/__init__.pyo
usr/lib/python2.6/vendor-packages/xcbgen/error.pyo
usr/lib/python2.6/vendor-packages/xcbgen/expr.pyo
usr/lib/python2.6/vendor-packages/xcbgen/matcher.pyo
usr/lib/python2.6/vendor-packages/xcbgen/state.pyo
usr/lib/python2.6/vendor-packages/xcbgen/xtypes.pyo