--- a/debian/rules Fri Sep 02 01:14:40 2011 +0200
+++ b/debian/rules Fri Sep 02 10:03:28 2011 +0200
@@ -12,6 +12,15 @@
%:
dh $@
+override_dh_install:
+ dh_install
+ cd debian/littlebird-tc-core/srv/www/littlebird/CA/certs \
+ && { \
+ test -f Trustcenter_CA_LB.pem || cp -av Test_Trustcenter_CA_LB.pem Trustcenter_CA_LB.pem; \
+ test -f Trustcenter_CA.pem || cp -av Test_Trustcenter_CA.pem Trustcenter_CA.pem; \
+ }
+
+
# to speed up things during build process
override_dh_strip: ; true
override_dh_shlibdeps: ; true