debian/rules
changeset 18 c183b8918cc7
parent 17 d6923e55cfae
child 75 a587bc920c3d
equal deleted inserted replaced
17:d6923e55cfae 18:c183b8918cc7
     5 # As a special exception, when this file is copied by dh-make into a
     5 # As a special exception, when this file is copied by dh-make into a
     6 # dh-make output file, you may use that output file without restriction.
     6 # dh-make output file, you may use that output file without restriction.
     7 # This special exception was added by Craig Small in version 0.37 of dh-make.
     7 # This special exception was added by Craig Small in version 0.37 of dh-make.
     8 
     8 
     9 # Uncomment this to turn on verbose mode.
     9 # Uncomment this to turn on verbose mode.
    10 export DH_VERBOSE=1
    10 #export DH_VERBOSE=1
    11 
    11 
    12 %:
    12 %:
    13 	dh $@ 
    13 	dh $@ 
    14 
    14 
    15 override_dh_install:
    15 override_dh_install:
    16 	dh_install
    16 	@dh_install
    17 	cd debian/littlebird-tc-core/srv/www/littlebird/CA/certs \
    17 	@cd debian/littlebird-tc-core/srv/www/littlebird/CA/certs \
    18 	&& { \
    18 	&& { \
    19 	   test -f Trustcenter_CA_LB.pem || cp -av Test_Trustcenter_CA_LB.pem Trustcenter_CA_LB.pem; \
    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; \
    20 	   test -f Trustcenter_CA.pem || cp -av Test_Trustcenter_CA.pem Trustcenter_CA.pem; \
    21 	   }
    21 	   }
    22 
    22