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