postgresql-pljava (1.6.9-1.pgdg20.04+1) focal-pgdg; urgency=medium

  * Rebuild for focal-pgdg.
  * No source changes.

 -- PostgreSQL on Debian and Ubuntu <pgsql-pkg-debian@lists.postgresql.org>  Sun, 23 Mar 2025 22:16:12 +0100

postgresql-pljava (1.6.9-1) unstable; urgency=medium

  * New upstream version 1.6.9.

 -- Christoph Berg <myon@debian.org>  Sun, 23 Mar 2025 22:16:12 +0100

postgresql-pljava (1.6.8-2) unstable; urgency=medium

  * debian/m2: Import new jars required on Ubuntu plucky.

 -- Christoph Berg <myon@debian.org>  Fri, 14 Feb 2025 11:07:49 +0000

postgresql-pljava (1.6.8-1) unstable; urgency=medium

  * New upstream version 1.6.8.
  * Upload for PostgreSQL 17.
  * Restrict to 64-bit architectures.
  * Mark postgresql-all as <!nocheck>.

 -- Christoph Berg <myon@debian.org>  Sun, 27 Oct 2024 14:52:50 +0100

postgresql-pljava (1.6.7-2) unstable; urgency=medium

  * Fix installation of copyright file in the -common package.

 -- Christoph Berg <myon@debian.org>  Thu, 08 Aug 2024 14:49:00 +0000

postgresql-pljava (1.6.7-1) unstable; urgency=medium

  * New upstream version 1.6.7.
  * Drop -Pnosign, add --errors.
  * B-D on full JDK; -headless doesn't ship libawt_xawt.so which the build
    wants.

 -- Christoph Berg <myon@debian.org>  Thu, 04 Apr 2024 10:52:38 +0200

postgresql-pljava (1.6.6-2) unstable; urgency=medium

  * debian/tests/test.sh: Tell Java 20+ that we use the Java security
    architecture (https://github.com/tada/pljava/wiki/JEP-411).

 -- Christoph Berg <myon@debian.org>  Tue, 26 Mar 2024 16:40:24 +0000

postgresql-pljava (1.6.6-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Thu, 21 Sep 2023 10:51:22 +0200

postgresql-pljava (1.6.4-2) unstable; urgency=medium

  * Add patch to support PG 15.

 -- Christoph Berg <myon@debian.org>  Tue, 03 Jan 2023 18:43:37 +0200

postgresql-pljava (1.6.4-1) unstable; urgency=medium

  * New upstream version 1.6.4.

 -- Christoph Berg <myon@debian.org>  Thu, 20 Jan 2022 10:29:33 +0100

postgresql-pljava (1.6.3-2) unstable; urgency=medium

  * Relax dependencies on -pljava-common to >= so we can deprecate PG major
    versions without having to rebuild all older modules when a new pljava
    version is released.
  * Keep required mvn artifacts in debian/m2 and add them to git.

 -- Christoph Berg <myon@debian.org>  Sat, 16 Oct 2021 11:50:51 +0200

postgresql-pljava (1.6.3-1) unstable; urgency=medium

  * New upstream version 1.6.3.

 -- Christoph Berg <myon@debian.org>  Mon, 11 Oct 2021 11:38:47 +0200

postgresql-pljava (1.6.2-2) unstable; urgency=medium

  * Add debian/NEWS entry about the new permission system.

 -- Christoph Berg <myon@debian.org>  Fri, 26 Feb 2021 23:19:24 +0100

postgresql-pljava (1.6.2-1) unstable; urgency=medium

  * New upstream version 1.6.2.
  * Create new package postgresql-pljava-common to hold the pljava.policy
    file.
  * Only invoke "mvn clean" if the package was built to avoid failure because
    pljava-pgxs.jar isn't found.
  * Update tests for new api structure.

 -- Christoph Berg <myon@debian.org>  Wed, 03 Feb 2021 17:39:58 +0100

postgresql-pljava (1.5.6-1) unstable; urgency=medium

  * New upstream version.
  * Upload for PostgreSQL 13.
  * Use dh --with pgxs.
  * DH 13.
  * debian/tests: Use 'make' instead of postgresql-server-dev-all.
  * debian/tests: Use installed-versions instead of supported-versions.

 -- Christoph Berg <myon@debian.org>  Mon, 05 Oct 2020 10:17:04 +0200

postgresql-pljava (1.5.5-3) unstable; urgency=medium

  * Move m2 cache to /var/tmp/m2 and use flock to prevent multiple instances
    from running in parallel.

 -- Christoph Berg <myon@debian.org>  Mon, 30 Mar 2020 18:53:12 +0200

postgresql-pljava (1.5.5-2) unstable; urgency=medium

  * tests: On error, show java log.
  * Support arm64 by adding aarch64 to the nar properties file.

 -- Christoph Berg <myon@debian.org>  Fri, 27 Mar 2020 21:56:49 +0100

postgresql-pljava (1.5.5-1) unstable; urgency=medium

  * New upstream version.
  * Store mvn downloaded files in debian/.m2.

 -- Christoph Berg <myon@debian.org>  Mon, 04 Nov 2019 14:20:36 +0100

postgresql-pljava (1.5.4-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Wed, 30 Oct 2019 11:56:49 +0100

postgresql-pljava (1.5.3-1) unstable; urgency=medium

  * New upstream version.
  * Build with default-{jre,jdk}-headless, drop support for Java 7.
  * Add debian/gitlab-ci.yml.

 -- Christoph Berg <myon@debian.org>  Fri, 07 Jun 2019 16:43:12 +0200

postgresql-pljava (1.5.2-1) unstable; urgency=medium

  * New upstream version.
  * Test-Depend on default-jre-headless.
  * Build with -Psaxon-examples (not with Java 7).
  * Remove dead gborg images from documentation.

 -- Christoph Berg <christoph.berg@credativ.de>  Fri, 09 Nov 2018 11:36:20 +0100

postgresql-pljava (1.5.1-1) unstable; urgency=medium

  * New upstream version.
  * Use the system's default Java version for libjvm.so at runtime instead of
    the one used for compilation.
  * Put default-jre-headless in runtime dependency, and add
    java-runtime-headless alternative.
  * Remove GCJ from package description, mention libjvm.so used by default
    instead.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 17 Oct 2018 12:46:11 +0200

postgresql-pljava (1.5.1~beta3-1) unstable; urgency=medium

  * New upstream beta version, now based on maven.
  * Rename binary package to postgresql-NN-pljava without any suffix;
    building using openjdk-8-jdk-headless.
  * Convert debian/rules to dh.
  * Add autopkgtest support.
  * Add nar aol properties file for compiling/linking on ppc46el.
    Suggested by Chapman Flack, thanks!
  * Cherry-pick upstream patch to fix breakage of default libjvm path on i386.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 08 Oct 2018 12:39:19 +0200

postgresql-pljava (1.4.3-3) unstable; urgency=low

  * Build for PostgreSQL 9.3 (closes: #731518)

 -- Peter Eisentraut <petere@debian.org>  Thu, 13 Mar 2014 00:16:40 -0400

postgresql-pljava (1.4.3-2) unstable; urgency=low

  [ Christoph Berg ]
  * Remove disabled ldflags patch, implemented in debian/rules now.
  * Remove 8.1 version.
  * Fix format strings.  Closes: #664908.

  [ Peter Eisentraut ]
  * Removed myself as maintainer, promoted Christoph.

 -- Christoph Berg <myon@debian.org>  Tue, 27 Mar 2012 11:43:26 +0200

postgresql-pljava (1.4.3-1) unstable; urgency=low

  * New upstream version.
  * Build for PostgreSQL 9.1.  Closes: 639461.

 -- Christoph Berg <myon@debian.org>  Mon, 19 Sep 2011 11:02:32 +0200

postgresql-pljava (1.4.2-4) unstable; urgency=low

  * Apparently, ia64 and hppa need an explicit include path to find jni_md.h.
    Closes: #559993.

 -- Christoph Berg <myon@debian.org>  Tue, 26 Jul 2011 10:47:21 +0200

postgresql-pljava (1.4.2-3) unstable; urgency=low

  * Use /usr/lib/jvm/java-1.5.0-gcj/include as include path; build-depend
    on gcj-jdk only. Closes: #633591. Thanks to Niels Thykier.
  * Use readlink to expand /usr/lib/jvm/java-1.5.0-gcj to the real location;
    the RPATH set needs it. (Still working around #488989.)
  * Drop build-dependency on fastjar.
  * Move examples to correct directory.

 -- Christoph Berg <myon@debian.org>  Tue, 12 Jul 2011 11:17:00 +0200

postgresql-pljava (1.4.2-2) unstable; urgency=low

  * Upload to unstable; drop 8.4 package.
  * Section: database.
  * Find libjvm in /usr/lib/jvm/java-1.5.0-gcj/lib instead of
    /java-1.5.0-gcj-4.4.
  * Declare our libjvm workaround good enough for now.
    Closes: #390661, #475069.
  * jni_md.h failures are not observed anymore. Closes: #559993.
  * Replace default-jdk-builddep by gcj-native-helper.
  * Dependencies are already fixed. Closes: #629618.
  * Install deploy.jar and examples.jar files. Closes: #388625.

 -- Christoph Berg <myon@debian.org>  Mon, 11 Jul 2011 23:15:56 +0200

postgresql-pljava (1.4.2-1) experimental; urgency=low

  * New upstream release.
  * Add myself as co-maintainer.
  * Convert to plain debhelper to add multi-version support using pg_buildext.
  * Update to build with PG 8.4 and 9.0.  Closes: #559591.
  * Use explicit -L/usr/lib/jvm/java-1.5.0-gcj-4.4/lib for now and link
    against libjvm (workaround for #390661, #475069, a proper fix is requested
    in #488989).
  * Despite being redundant, link against libgcj so we have a Depends on it.
  * Also add an RPATH for /usr/lib/jvm/java-1.5.0-gcj-4.4/lib (there's no good
    public location, see also #488989).
  * Update download location.  Closes: #600658.

 -- Christoph Berg <myon@debian.org>  Tue, 12 Apr 2011 16:50:58 +0200

postgresql-pljava (1.4.0-2) UNRELEASED; urgency=low

  * Added Vcs-* control fields
  * Updated standards version

 -- Peter Eisentraut <petere@debian.org>  Wed, 02 Jul 2008 17:22:16 +0200

postgresql-pljava (1.4.0-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Build-depend on default-jdk-builddep, don't build on alpha, arm, hppa.
    Closes: #477899.

 -- Matthias Klose <doko@debian.org>  Sun, 11 May 2008 11:38:42 +0200

postgresql-pljava (1.4.0-1) unstable; urgency=low

  * New upstream release (closes: #474084)
    - Obsoletes xact.patch
  * Built for PostgreSQL 8.3

 -- Peter Eisentraut <petere@debian.org>  Fri, 04 Apr 2008 22:27:34 +0200

postgresql-pljava (1.3.0-3) unstable; urgency=low

  * Fixed building where gcc version != gcj version (closes: #462501)

 -- Peter Eisentraut <petere@debian.org>  Sun, 03 Feb 2008 02:40:25 +0100

postgresql-pljava (1.3.0-2) unstable; urgency=low

  * Built for postgresql 8.2 (closes: #419305)
  * Use /usr/lib/postgresql/8.2/bin/pg_config rather than the first one in
    the path (closes: #441668)
  * Added fix to build with PostgreSQL 8.2 (xact.patch) (closes: #441668)
  * Rebuilt to fix libgcj dependency (closes: #436144)
  * Added Homepage control field
  * Updated standards version
  * Updated watch file

 -- Peter Eisentraut <petere@debian.org>  Mon, 10 Dec 2007 15:59:01 +0100

postgresql-pljava (1.3.0-1) unstable; urgency=low

  * 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

 -- Peter Eisentraut <petere@debian.org>  Mon, 26 Jun 2006 10:44:55 +0200

postgresql-pljava (1.1.0-5) unstable; urgency=low

  * Removed build dependency on libgcj6-dev, updated build dependency on
    gcj to a version where this is implicit (closes: #359726)
  * Changed to debhelper level 5

 -- Peter Eisentraut <petere@debian.org>  Tue, 18 Apr 2006 18:49:30 +0200

postgresql-pljava (1.1.0-4) unstable; urgency=low

  * Use /usr/lib/postgresql/8.0/bin/pg_config rather than the first one in
    the path (closes: #339947)
  * Depend on correct debhelper version for cdbs

 -- Peter Eisentraut <petere@debian.org>  Thu,  8 Dec 2005 22:20:02 +0100

postgresql-pljava (1.1.0-3) unstable; urgency=low

  * Also changed the Java compilation from -fpic to -fPIC so that the fix
    actually works

 -- Peter Eisentraut <petere@debian.org>  Mon, 12 Sep 2005 18:46:47 +0200

postgresql-pljava (1.1.0-2) unstable; urgency=low

  * Removed several workarounds from when GCC 4.0 was not the default yet
  * Updated standards version
  * Changed from -fpic to -fPIC to work around several build failures

 -- Peter Eisentraut <petere@debian.org>  Sun, 11 Sep 2005 20:44:35 +0200

postgresql-pljava (1.1.0-1) unstable; urgency=low

  * Initial release

 -- Peter Eisentraut <petere@debian.org>  Wed,  8 Jun 2005 16:43:28 +0200
