equal
deleted
inserted
replaced
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 |
|
12 SHELL=/bin/bash |
|
13 |
|
14 core=debian/littlebird-tc-core |
|
15 sql=debian/littlebird-tc-sql |
|
16 |
|
17 |
11 |
18 %: |
12 %: |
19 dh $@ |
13 dh $@ |
20 |
14 |
21 override_dh_auto_install: |
15 # to speed up things during build process |
22 # tc core -> ${core} |
|
23 install -d -m 0755 ${core}/srv/www/littlebird |
|
24 rsync -a LittleBird/encoded/LittleBird-Test/{CA,library,TrustCenter} ${core}/srv/www/littlebird/ |
|
25 # tc sql -> ${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/ |
|
28 |
|
29 override_dh_strip: ; true |
16 override_dh_strip: ; true |
30 override_dh_shlibdeps: ; true |
17 override_dh_shlibdeps: ; true |