Codebase list orafce / 1683136
* Built against PostgreSQL 8.3 Peter Eisentraut 16 years ago
3 changed file(s) with 10 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 orafce (2.1.3-3) UNRELEASED; urgency=low
11
22 * Added Vcs-* control fields
3 * Built against PostgreSQL 8.3
34
4 -- Peter Eisentraut <petere@debian.org> Mon, 18 Feb 2008 14:51:24 +0100
5 -- Peter Eisentraut <petere@debian.org> Mon, 18 Feb 2008 14:53:39 +0100
56
67 orafce (2.1.3-2) unstable; urgency=low
78
11 Section: misc
22 Priority: optional
33 Maintainer: Peter Eisentraut <petere@debian.org>
4 Build-Depends: bison, cdbs, debhelper (>= 5), flex, postgresql-server-dev-8.2
4 Build-Depends: bison, cdbs, debhelper (>= 5), flex, postgresql-server-dev-8.3
55 Standards-Version: 3.7.3
66 Homepage: http://orafce.projects.postgresql.org/
77 Vcs-Svn: svn://svn.debian.org/pkg-postgresql/trunk/orafce/
88 Vcs-Browser: http://svn.debian.org/wsvn/pkg-postgresql/trunk/orafce/
99
10 Package: postgresql-8.2-orafce
10 Package: postgresql-8.3-orafce
1111 Architecture: any
12 Depends: ${shlibs:Depends}, postgresql-8.2
12 Depends: ${shlibs:Depends}, postgresql-8.3
1313 Description: Oracle support functions for PostgreSQL
1414 This project implements some functions for compatibility with Oracle.
1515 The functionality was verified on Oracle 10g, and the module is
33 include /usr/share/cdbs/1/class/makefile.mk
44
55 export USE_PGXS=1
6 export PATH:=/usr/lib/postgresql/8.2/bin:$(PATH)
6 export PATH:=/usr/lib/postgresql/8.3/bin:$(PATH)
77
88 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
99
10 DEB_INSTALL_DOCS_postgresql-8.2-orafce = INSTALL.orafunc README.orafunc
11 DEB_DH_MAKESHLIBS_ARGS_postgresql-8.2-orafce = -n
10 DEB_INSTALL_DOCS_postgresql-8.3-orafce = INSTALL.orafunc README.orafunc
11 DEB_DH_MAKESHLIBS_ARGS_postgresql-8.3-orafce = -n
1212
13 binary-post-install/postgresql-8.2-orafce::
14 rm -r $(DEB_DESTDIR)/usr/share/doc/postgresql-doc-8.2/
13 binary-post-install/postgresql-8.3-orafce::
14 rm -r $(DEB_DESTDIR)/usr/share/doc/postgresql-doc-8.3/