Debian 12.19, oracle-fdw-2.7.0-2.pgdg120.

When I build the package, there are errors about failing regression test. Because of two bugs. I already have sent patch for bug in the pg_buildext. Other bug in the oracle-fdw itself, here is patch:
 
--- oracle-fdw-2.7.0/debian/rules       2024-09-15 13:31:38.000000000 +0300
+++ oracle-fdw-2.7.0-2.pgdg120+interfax1/debian/rules   2025-04-09 11:31:58.987836289 +0300
@@ -6,6 +6,7 @@
 override_dh_pgxs_test:
        # run only a simple test, we don't have an oracle DB at build time
        echo 'create extension oracle_fdw' | \
+               pg_buildext install . build-%v postgresql-%v-oracle-fdw
                pg_buildext psql . build-%v postgresql-%v-oracle-fdw
 
 override_dh_installdocs: