diff --git a/debian/changelog b/debian/changelog index d4f8629..e37a863 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ * New upstream release. * Remove debian/postgresql-8.4-orafce.lintian-overrides. + * Remove make call from debian/tests/installcheck. -- Christoph Berg Wed, 07 Jan 2015 10:13:33 +0100 diff --git a/debian/tests/installcheck b/debian/tests/installcheck index 63f58ac..378d8ab 100755 --- a/debian/tests/installcheck +++ b/debian/tests/installcheck @@ -8,8 +8,6 @@ export LC_ALL=en_US.utf8 for v in $(pg_buildext supported-versions); do - rm -f orafunc.sql.in orafunc.sql - make orafunc.sql PG_CONFIG=/usr/lib/postgresql/$v/bin/pg_config # ignore problems with createexplicitpipe and to_char on lucid # ($distribution is set in the apt.postgresql.org build environment) pg_buildext installcheck-$v || [ "$distribution" = "lucid" ]