debian/rules
changeset 17 d6923e55cfae
parent 14 1267d8034336
child 18 c183b8918cc7
equal deleted inserted replaced
16:c89cceafe654 17:d6923e55cfae
    10 export DH_VERBOSE=1
    10 export DH_VERBOSE=1
    11 
    11 
    12 %:
    12 %:
    13 	dh $@ 
    13 	dh $@ 
    14 
    14 
       
    15 override_dh_install:
       
    16 	dh_install
       
    17 	cd debian/littlebird-tc-core/srv/www/littlebird/CA/certs \
       
    18 	&& { \
       
    19 	   test -f Trustcenter_CA_LB.pem || cp -av Test_Trustcenter_CA_LB.pem Trustcenter_CA_LB.pem; \
       
    20 	   test -f Trustcenter_CA.pem || cp -av Test_Trustcenter_CA.pem Trustcenter_CA.pem; \
       
    21 	   }
       
    22 
       
    23 
    15 # to speed up things during build process
    24 # to speed up things during build process
    16 override_dh_strip: ; true
    25 override_dh_strip: ; true
    17 override_dh_shlibdeps: ; true
    26 override_dh_shlibdeps: ; true