~ubuntu-branches/ubuntu/oneiric/postgresql-pljava/oneiric-201109061811

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2006-06-26 10:44:55 UTC
  • mfrom: (1.1.1 upstream) (3.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20060626104455-135i9wosat2k8vvt
Tags: 1.3.0-1
* New upstream release (closes: #375199)
* Built for postgresql 8.1 (closes: #339641)
* Rebuilt for new libgcj library (closes: #369986)
* Updated copyright file
* Updated standards version
* Made use of cdbs simple patchsys

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
3
4
include /usr/share/cdbs/1/class/makefile.mk
4
 
include /usr/share/cdbs/1/rules/debhelper.mk
 
5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
5
6
 
6
7
export USE_GCJ=1
 
8
CPPFLAGS += -I/usr/lib/jvm/java-gcj/include/
7
9
 
8
 
common-install-arch::
9
 
        install -c -m 655 -D build/objs/libpljava.so.1.1 $(DEB_DESTDIR)/usr/lib/postgresql/8.0/lib/pljava.so
 
10
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)