Codebase list orafce / 1dba28b
Changed build system from cdbs to dh Peter Eisentraut 12 years ago
4 changed file(s) with 11 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release
33 - Fixes -Wformat-security error (closes: #643451)
44 * Updated standards version
5 * Changed build system from cdbs to dh
56
6 -- Peter Eisentraut <petere@debian.org> Thu, 01 Sep 2011 22:30:28 +0300
7 -- Peter Eisentraut <petere@debian.org> Thu, 27 Oct 2011 19:26:44 +0300
78
89 orafce (3.0.1-1) unstable; urgency=low
910
11 Section: database
22 Priority: optional
33 Maintainer: Peter Eisentraut <petere@debian.org>
4 Build-Depends: bison, cdbs, debhelper (>= 5), flex, postgresql-server-dev-8.4
4 Build-Depends: bison, debhelper (>= 8), flex, postgresql-server-dev-8.4
55 Standards-Version: 3.9.2
66 Homepage: http://orafce.projects.postgresql.org/
77 Vcs-Svn: svn://svn.debian.org/pkg-postgresql/trunk/orafce/
00 #!/usr/bin/make -f
1
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/makefile.mk
41
52 export USE_PGXS=1
63 export PATH:=/usr/lib/postgresql/8.4/bin:$(PATH)
74
8 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
5 %:
6 dh $@
97
10 DEB_INSTALL_DOCS_postgresql-8.4-orafce = INSTALL.orafunc README.orafunc
8 override_dh_auto_install:
9 +dh_auto_install
10 rm -r $(CURDIR)/debian/*/usr/share/doc/postgresql/
1111
12 binary-post-install/postgresql-8.4-orafce::
13 rm -r $(DEB_DESTDIR)/usr/share/doc/postgresql/
12 override_dh_installdocs:
13 dh_installdocs -A INSTALL.orafunc README.orafunc