Codebase list orafce / fd56e55
Remove make call from debian/tests/installcheck. Christoph Berg 9 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 * Remove debian/postgresql-8.4-orafce.lintian-overrides.
4 * Remove make call from debian/tests/installcheck.
45
56 -- Christoph Berg <christoph.berg@credativ.de> Wed, 07 Jan 2015 10:13:33 +0100
67
77 export LC_ALL=en_US.utf8
88
99 for v in $(pg_buildext supported-versions); do
10 rm -f orafunc.sql.in orafunc.sql
11 make orafunc.sql PG_CONFIG=/usr/lib/postgresql/$v/bin/pg_config
1210 # ignore problems with createexplicitpipe and to_char on lucid
1311 # ($distribution is set in the apt.postgresql.org build environment)
1412 pg_buildext installcheck-$v || [ "$distribution" = "lucid" ]