1*069e6b7eSAndy Fiddaman#
2*069e6b7eSAndy Fiddaman# This file and its contents are supplied under the terms of the
3*069e6b7eSAndy Fiddaman# Common Development and Distribution License ("CDDL"). You may
4*069e6b7eSAndy Fiddaman# only use this file in accordance with the terms of the CDDL.
5*069e6b7eSAndy Fiddaman#
6*069e6b7eSAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this
7*069e6b7eSAndy Fiddaman# source. A copy of the CDDL is also available via the Internet at
8*069e6b7eSAndy Fiddaman# http://www.illumos.org/license/CDDL.
9*069e6b7eSAndy Fiddaman#
10*069e6b7eSAndy Fiddaman
11*069e6b7eSAndy Fiddaman#
12*069e6b7eSAndy Fiddaman# Copyright 2019 Alexander Pyhalov
13*069e6b7eSAndy Fiddaman# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
14*069e6b7eSAndy Fiddaman#
15*069e6b7eSAndy Fiddaman
16*069e6b7eSAndy Fiddaman#
17*069e6b7eSAndy Fiddaman# These transforms drop the information that we don't want to appear
18*069e6b7eSAndy Fiddaman# in final package versions.
19*069e6b7eSAndy Fiddaman#
20*069e6b7eSAndy Fiddaman
21*069e6b7eSAndy Fiddaman# Drop pkg.depend.bypass-generate attributes
22*069e6b7eSAndy Fiddaman<transform file -> delete pkg.depend.bypass-generate .*>
23*069e6b7eSAndy Fiddaman
24*069e6b7eSAndy Fiddaman# Drop pkg.depend.runpath attributes
25*069e6b7eSAndy Fiddaman<transform file -> delete pkg.depend.runpath .*>
26*069e6b7eSAndy Fiddaman
27*069e6b7eSAndy Fiddaman# Remove pkg debug information
28*069e6b7eSAndy Fiddaman<transform set name=pkg.debug.* -> drop>
29*069e6b7eSAndy Fiddaman
30