Codebase list orafce / debian/2.1.3-2
Imported orafce Peter Eisentraut 16 years ago
7 changed file(s) with 77 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 orafce (2.1.3-2) unstable; urgency=low
1
2 * Added PATH setting to pick right pg_config (closes: #460361)
3
4 -- Peter Eisentraut <petere@debian.org> Sat, 12 Jan 2008 12:13:45 +0100
5
6 orafce (2.1.3-1) unstable; urgency=low
7
8 * New upstream release
9 * Updated standards version
10
11 -- Peter Eisentraut <petere@debian.org> Fri, 04 Jan 2008 14:32:25 +0100
12
13 orafce (2.1.2-1) unstable; urgency=low
14
15 * Initial release
16
17 -- Peter Eisentraut <petere@debian.org> Wed, 17 Oct 2007 18:50:39 +0200
0 Source: orafce
1 Section: misc
2 Priority: optional
3 Maintainer: Peter Eisentraut <petere@debian.org>
4 Build-Depends: bison, cdbs, debhelper (>= 5), flex, postgresql-server-dev-8.2
5 Standards-Version: 3.7.3
6 Homepage: http://orafce.projects.postgresql.org/
7
8 Package: postgresql-8.2-orafce
9 Architecture: any
10 Depends: ${shlibs:Depends}, postgresql-8.2
11 Description: Oracle support functions for PostgreSQL
12 This project implements some functions for compatibility with Oracle.
13 The functionality was verified on Oracle 10g, and the module is
14 useful for production work.
0 This Debian package was created by Peter Eisentraut <petere@debian.org>
1 on 2007-10-17.
2
3 It was downloaded from <http://pgfoundry.org/projects/orafce/>.
4
5 Upstream authors: Pavel Stehule and others
6
7 Copyright notice:
8
9 Permission to use, copy, modify, and distribute this software and its
10 documentation for any purpose, without fee, and without a written agreement
11 is hereby granted, provided that the above copyright notice and this
12 paragraph and the following two paragraphs appear in all copies.
13
14 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
15 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
16 LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
17 DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
18 POSSIBILITY OF SUCH DAMAGE.
19
20 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
21 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
22 AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
23 ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
24 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
0 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/makefile.mk
4
5 export USE_PGXS=1
6 export PATH:=/usr/lib/postgresql/8.2/bin:$(PATH)
7
8 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
9
10 DEB_INSTALL_DOCS_postgresql-8.2-orafce = INSTALL.orafunc README.orafunc
11 DEB_DH_MAKESHLIBS_ARGS_postgresql-8.2-orafce = -n
12
13 binary-post-install/postgresql-8.2-orafce::
14 rm -r $(DEB_DESTDIR)/usr/share/doc/postgresql-doc-8.2/
0 origDir=../../upstream
0 version=3
1 http://pgfoundry.org/frs/?group_id=1000113 /frs/download.php/[0-9]+/orafce-([0-9.]+).tar.gz debian uupdate