Codebase list orafce / b41a297
Testsuite needs en_US.utf8 Christoph Berg 3 years ago
5 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1111 flex,
1212 libicu-dev,
1313 libssl-dev,
14 locales-all,
1415 postgresql-all (>= 217~),
1516 Standards-Version: 4.5.0
1617 Homepage: https://github.com/orafce/orafce
1111 flex,
1212 libicu-dev,
1313 libssl-dev,
14 locales-all,
1415 postgresql-all (>= 217~),
1516 Standards-Version: 4.5.0
1617 Homepage: https://github.com/orafce/orafce
00 #!/usr/bin/make -f
11
22 # testsuite needs English and UTF-8
3 export LC_ALL=C.UTF-8
3 export LANG=en_US.utf8
44
55 %:
66 dh $@ --with pgxs_loop
0 Depends: @, make
0 Depends: @, locales-all, make
11 Tests: installcheck
22 Restrictions: allow-stderr
00 #!/bin/sh
11
22 # to_multi_byte needs English, and UTF-8
3 LC_ALL=C.UTF-8 pg_buildext installcheck
3 export LANG=en_US.utf8
4
5 pg_buildext installcheck