Package: postgresql-server-dev-all
Version: 125
Severity: normal

Here is a typical output from invoking
/usr/share/postgresql-common/pgxs_debian_control.mk:

grep-dctrl -vP PGVERSION debian/control.in > debian/control
for v in `pg_buildext supported-versions /tmp/foo`; \
        do                                         \
                grep -q "^$v" debian/pgversions   \
                && grep-dctrl -P PGVERSION debian/control.in      \
                | sed -e "s:PGVERSION:$v:" >> debian/control; \
        done

If the pg_buildext call fails, then this script is aborted and leaves
an incomplete control file (the sections for extension modules
omitted).

Ideally, this script should write to a temporary file and only move it
in place when everything is completely written.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to