libjna-java (4.2.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Renamed the native library to avoid conflicts with other JNA jars used
    on the system (LP: #1065253)
  * Improved the reproducibility:
    - Use the year of the source date in the copyright notice of the javadoc
  * Standards-Version updated to 3.9.7 (no changes)
  * Use secure Vcs-* fields
  * Call dh_installchangelogs only once during the build

 -- Emmanuel Bourg <ebourg@apache.org>  Wed, 23 Mar 2016 13:45:27 +0100

libjna-java (4.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Refreshed the patches
  * Improved the reproducibility:
    - Set the locale and remove the timestamps when generating the javadoc

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 03 Nov 2015 23:27:46 +0100

libjna-java (4.2.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
    - Refreshed the patches

 -- Emmanuel Bourg <ebourg@apache.org>  Sat, 03 Oct 2015 00:46:21 +0200

libjna-java (4.1.0-1) unstable; urgency=low

  * Team upload

  [ Andrew Ross ]
  * New upstream release (Closes: #733488)
  * Refreshed the patches (up to version 3.4.1)
  * Link javadoc to default-jdk API
  * Remove Michael Koch <konqueror@gmx.de> from uploaders (Closes: #654084).
  * Use hardening-wrapper to correct lintian warnings.
  * Update d/watch for new upstream location

  [ Emmanuel Bourg ]
  * Refreshed the patches (up to version 4.1.0)
  * Removed 08-multiarch-support.patch (merged upstream since JNA 3.5.0)
  * Removed 02-builddir.patch (merged upstream since 4.0.0)
  * Removed 05-support-gnu-kfreebsd.patch (merged upstream since 4.0.0)
  * Added a default implementation of Structure.getFieldOrder() to preserve
    the compatibility with JNA < 3.5.0
  * Moved libjnidispatch.so into its own new arch any libjna-jni package
  * Install libjnidispatch.so in a multiarch path
  * Install the Maven artifacts for the platform jar (Closes: #743732)
  * Moved platform.jar to its own libjna-platform-java package
  * Added a repack script to clean the upstream tarball
  * Install the upstream changelog
  * debian/control:
    - Use canonical URLs for the Vcs-* fields
    - Standards-Version updated to 3.9.6 (no changes)
  * Switch to debhelper level 9
  * debian/copyright:
    - Updated to the Copyright Format 1.0
    - Fixed the short name of the license applied to the debian/* files
    - JNA is now dual licensed under the LGPL-2.1+ or the Apache-2.0 license

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 16 Oct 2014 00:23:15 +0200

libjna-java (3.2.7-4) unstable; urgency=low

  * Remove optional build time dependency on openjdk-6-jdk (depend on
    default-jdk) to fix Debcheck warning.
  * Install jna-platform.jar with javahelper instead of mavenhelper
    (Closes: #629081).

 -- Andrew Ross <ubuntu@rossfamily.co.uk>  Fri, 03 Jun 2011 18:13:57 +0100

libjna-java (3.2.7-3) experimental; urgency=low

  * Seach multiarch paths for libraries (Closes: #620122)

 -- Andrew Ross <ubuntu@rossfamily.co.uk>  Wed, 25 May 2011 21:19:02 +0100

libjna-java (3.2.7-2) unstable; urgency=low

  * Build and install platform.jar too.
  * Bump Standards-Version to 3.9.2.
  * Drop dependency on jre.
  * Update debian/copyright to cover platform code.
  * Add myself to uploaders.

 -- Andrew Ross <ubuntu@rossfamily.co.uk>  Sun, 22 May 2011 21:19:01 +0100

libjna-java (3.2.7-1) unstable; urgency=low

  * New upstream release (Closes: #602564)
  * refresh patches
  * switch debian/watch to new kenai URL
  * change SVN URL in debian/repack-source.sh
  * fix debian/repack-source.sh to use the directory given to uscan via
    -destdir
  * add mh_clean to clean target in debian/rules
  * bump Standards-Version to 3.9.1
  * bump maven-repo-helper dependency to (>= 1.5~)
  * don't compress example java files

 -- Jan Dittberner <jandd@debian.org>  Sun, 20 Feb 2011 15:18:39 +0100

libjna-java (3.2.4-2) unstable; urgency=low

  * make libjna-java buildable on GNU/kFreeBSD
  * debian/control: set Build-Depends to default-jdk | openjdk-6-jdk
  * set JAVA_HOME to /usr/lib/jvm/default-java
  * add debian/patches/05-support-gnu-kfreebsd.patch to support
    GNU/kFreeBSD architectures
  * debian/rules: add -Djni.md5="" to ant call
  * import debian/patches/50-remove-gjdoc-inexistent-options.dpatch as
    debian/patches/06-remove-gjdoc-inexistent-options.patch

 -- Jan Dittberner <jandd@debian.org>  Wed, 26 May 2010 00:14:07 +0200

libjna-java (3.2.4-1) unstable; urgency=low

  [ Ludovic Claude ]
  * Team upload.
  * New upstream release
  * Added myself as uploader
  * Add Maven metadata
  * debian/control:
     - add dependency on maven-repo-helper

  [ Jan Dittberner ]
  * refresh patches

 -- Jan Dittberner <jandd@debian.org>  Wed, 21 Apr 2010 16:36:37 +0200

libjna-java (3.2.3-2) unstable; urgency=low

  * Team upload.
  * refresh patches
  * add debian/patches/04-load-native-code-from-fs.patch to try to load
    native library from /usr/lib/jni if system property
    jna.boot.library.path is not set (Closes: #576879)
  * debian/control:
    - set debhelper dependency to >= 7.0.50~
    - update Standards-Version to 3.8.4 (no changes needed)
    - add Vcs-Git and Vcs-Browser fields
  * switch to source format 3.0 (quilt)
    - add debian/source/format
    - remove quilt dependency from debian/control
    - remove patch rules from debian/rules
    - modify clean target to work with unpatched sources too
  * parse version from changelog in debian/rules
  * add myself to Uploaders
  * switch to dh7 rules in debian/rules

 -- Jan Dittberner <jandd@debian.org>  Thu, 08 Apr 2010 14:51:06 +0200

libjna-java (3.2.3-1) unstable; urgency=low

  * New upstream release.
  * Fixed debian/repack-source.sh to correctly use mktemp.
  * Make libjna-java Depends on *-headless packages.
  * Moved package under pkg-java control.
  * Added debian/README.source to describe quilt.
  * Added myself as Uploader.

 -- Michael Koch <konqueror@gmx.de>  Mon, 02 Nov 2009 14:14:51 +0100

libjna-java (3.1.0-5) unstable; urgency=low

  * Removing vcs fields.
  * Removing README.source.
  * Orphaning package.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Aug 2009 08:47:56 +0200

libjna-java (3.1.0-4) unstable; urgency=low

  * Rediffing nbproject.patch (Closes: #538624).
  * Updating to standards version 3.8.3.
  * Adding maintainer homepage field to control.
  * Marking maintainer homepage field to be also included in binary
    packages and changelog.
  * Adding README.source.

 -- Daniel Baumann <daniel@debian.org>  Tue, 25 Aug 2009 11:41:51 +0200

libjna-java (3.1.0-3) unstable; urgency=low

  * Updating maintainer field.
  * Updating vcs fields.
  * Updating, sorting and wrapping depends.

 -- Daniel Baumann <daniel@debian.org>  Sat, 15 Aug 2009 09:40:19 +0200

libjna-java (3.1.0-2) unstable; urgency=low

  * Removing watch file.
  * Flipping maintainer and uploaders field.
  * Upgrading package to standards version 3.8.2.
  * Updating package sections.

 -- Daniel Baumann <daniel@debian.org>  Sun, 26 Jul 2009 15:57:25 +0200

libjna-java (3.1.0-1) unstable; urgency=low

  * Updating standards to 3.8.1.
  * Using correct rfc-2822 date formats in changelog.
  * Merging upstream version 3.1.0.
  * Updating version number in rules.
  * Updating year in copyright file.
  * Updating rules file to current state of the art.

 -- Daniel Baumann <daniel@debian.org>  Tue, 09 Jun 2009 11:36:24 +0200

libjna-java (3.0.9-1) unstable; urgency=low

  * Initial release (Closes: #480074).

 -- Daniel Baumann <daniel@debian.org>  Fri, 02 Jan 2009 09:41:00 -0500
