pkg/transforms/post-pkgdepend
changeset 1261 3b92d1254188
parent 1204 001a87690c54
equal deleted inserted replaced
1260:00de6d69162d 1261:3b92d1254188
     1 #
     1 #
     2 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     3 #
     3 #
     4 # Permission is hereby granted, free of charge, to any person obtaining a
     4 # Permission is hereby granted, free of charge, to any person obtaining a
     5 # copy of this software and associated documentation files (the "Software"),
     5 # copy of this software and associated documentation files (the "Software"),
     6 # to deal in the Software without restriction, including without limitation
     6 # to deal in the Software without restriction, including without limitation
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
     7 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    23 
    23 
    24 # Drop files needed for dependency resolution but which should not be
    24 # Drop files needed for dependency resolution but which should not be
    25 # published in the packages.
    25 # published in the packages.
    26 <transform file dir link org.opensolaris.nopublish=true -> drop>
    26 <transform file dir link org.opensolaris.nopublish=true -> drop>
    27 
    27 
    28 # Drop incorrect/unwanted debug.osnet variant tags that pkgdepend puts on 
    28 # Drop attributes used to filter developer-opensolaris-X.p5m for the
    29 # ksh/ksh93 script dependencies when run on snv_173 (pkgdepend bug 18884).
    29 # pkgdepend resolve -e list of packages to resolve against
    30 # Can be removed once X builds are guaranteed to be run on machines
    30 <transform depend -> delete org.opensolaris.pkgdepend.resolve .*>
    31 # with that bug fix integrated into the OS build.
       
    32 <transform depend -> delete variant.debug.osnet .*>