components/rdiff-backup/rdiff-backup.p5m
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3734 24181f5eb463
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 set name=pkg.fmri \
    25 set name=pkg.fmri \
    26     value=pkg:/backup/rdiff-backup@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26     value=pkg:/backup/rdiff-backup@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    44 dir  path=usr/share/man/man1
    44 dir  path=usr/share/man/man1
    45 file rdiff-backup-statistics.1 path=usr/share/man/man1/rdiff-backup-statistics.1
    45 file rdiff-backup-statistics.1 path=usr/share/man/man1/rdiff-backup-statistics.1
    46 file rdiff-backup.1 path=usr/share/man/man1/rdiff-backup.1
    46 file rdiff-backup.1 path=usr/share/man/man1/rdiff-backup.1
    47 license rdiff-backup.copyright license=GPLv2
    47 license rdiff-backup.copyright license=GPLv2
    48 depend type=conditional \
    48 depend type=conditional \
    49     fmri=backup/rdiff-backup-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    50     predicate=runtime/python-26
       
    51 depend type=conditional \
       
    52     fmri=backup/rdiff-backup-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
    49     fmri=backup/rdiff-backup-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
    53     predicate=runtime/python-27
    50     predicate=runtime/python-27