equal
deleted
inserted
replaced
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 SHELL=/bin/bash |
|
13 core=debian/littlebird-tc-core |
|
14 sql=debian/littlebird-tc-sql |
|
15 |
|
16 |
12 %: |
17 %: |
13 dh $@ |
18 dh $@ |
|
19 |
|
20 override_dh_auto_install: |
|
21 # install everything to `${r}' |
|
22 # *** tc core |
|
23 install -d -m 0755 ${core}/srv/www/littlebird-tc-core/ |
|
24 rsync -a LittleBird/encoded/LittleBird-Test/{CA,library,TrustCenter} ${core}/srv/www/littlebird/ |
|
25 # *** tc sql |
|
26 install -d -m 0755 ${sql}/usr/share/littlebird/tc-sql/ |
|
27 rsync -a LittleBird/encoded/LittleBird-Test/Database/ ${sql}/usr/share/littlebird/tc-sql/ |