Codebase list orafce / 18d084f
Upload for PostgreSQL 13. * Use dh --with pgxs_loop. * debian/tests: Simplify and remove historical baggage. Christoph Berg 3 years ago
6 changed file(s) with 20 addition(s) and 26 deletion(s). Raw diff Collapse all Expand all
0 orafce (3.13.4-2) unstable; urgency=medium
1
2 * Upload for PostgreSQL 13.
3 * Use dh --with pgxs_loop.
4 * debian/tests: Simplify and remove historical baggage.
5
6 -- Christoph Berg <myon@debian.org> Fri, 02 Oct 2020 10:45:27 +0200
7
08 orafce (3.13.4-1) unstable; urgency=medium
19
210 * New upstream version.
1111 flex,
1212 libicu-dev,
1313 libssl-dev,
14 postgresql-server-dev-all (>= 153~),
14 postgresql-all (>= 217~),
1515 Standards-Version: 4.5.0
1616 Homepage: https://github.com/orafce/orafce
1717 Vcs-Git: https://salsa.debian.org/postgresql/orafce.git
1818 Vcs-Browser: https://salsa.debian.org/postgresql/orafce
1919 XS-Testsuite: autopkgtest
2020
21 Package: postgresql-12-orafce
21 Package: postgresql-13-orafce
2222 Architecture: any
23 Depends: postgresql-12, ${misc:Depends}, ${shlibs:Depends}
24 Description: Oracle support functions for PostgreSQL 12
23 Depends: postgresql-13, ${misc:Depends}, ${shlibs:Depends}
24 Description: Oracle support functions for PostgreSQL 13
2525 This project implements some functions for compatibility with Oracle.
2626 The functionality was verified on Oracle 10g, and the module is
2727 useful for production work.
1111 flex,
1212 libicu-dev,
1313 libssl-dev,
14 postgresql-server-dev-all (>= 153~),
14 postgresql-all (>= 217~),
1515 Standards-Version: 4.5.0
1616 Homepage: https://github.com/orafce/orafce
1717 Vcs-Git: https://salsa.debian.org/postgresql/orafce.git
00 #!/usr/bin/make -f
11
2 include /usr/share/postgresql-common/pgxs_debian_control.mk
2 # testsuite needs English and UTF-8
3 export LC_ALL=C.UTF-8
34
45 %:
5 dh $@
6
7 override_dh_auto_build:
8
9 override_dh_auto_install:
10 +pg_buildext loop postgresql-%v-orafce
11 rm -r $(CURDIR)/debian/*/usr/share/doc/postgresql-doc-*
6 dh $@ --with pgxs_loop
127
138 override_dh_installdocs:
149 dh_installdocs -A README.asciidoc
10 rm -r $(CURDIR)/debian/*/usr/share/doc/postgresql-doc-*
0 Depends: @, postgresql-server-dev-all, locales, lsb-release, net-tools
0 Depends: @, make
11 Tests: installcheck
2 Restrictions: needs-root allow-stderr
2 Restrictions: allow-stderr
00 #!/bin/sh
11
2 set -e
3
42 # to_multi_byte needs English, and UTF-8
5 . /usr/share/postgresql-common/pgcommon.sh
6 locale_gen en_US.UTF-8 UTF-8
7 export LC_ALL=en_US.utf8
8
9 for v in $(pg_buildext supported-versions); do
10 # ignore problems with createexplicitpipe and to_char on lucid
11 # ($distribution is set in the apt.postgresql.org build environment)
12 pg_buildext installcheck-$v || [ "$distribution" = "lucid" ]
13 done
3 LC_ALL=C.UTF-8 pg_buildext installcheck