This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jnr-netdb.
commit e8ad345ea2a9d6175bd52fe5c8c8ad4371f304b9 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 4 10:01:23 2016 +0200 Replaced jaffl.jar with jnr-ffi.jar in the Class-Path of the manifest --- debian/changelog | 1 + debian/libjnr-netdb-java.classpath | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7ca7360..7da2485 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jnr-netdb (1.1.4-3) UNRELEASED; urgency=medium * Team upload. * Removed the unused dependency on libasm4-java + * Replaced jaffl.jar with jnr-ffi.jar in the Class-Path of the manifest * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/libjnr-netdb-java.classpath b/debian/libjnr-netdb-java.classpath index e796592..0d7b414 100644 --- a/debian/libjnr-netdb-java.classpath +++ b/debian/libjnr-netdb-java.classpath @@ -1 +1 @@ -usr/share/java/jnr-netdb.jar /usr/share/java/jaffl.jar +usr/share/java/jnr-netdb.jar /usr/share/java/jnr-ffi.jar diff --git a/debian/rules b/debian/rules index ec38b7c..c5c1f8e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ --buildsystem=maven --with javahelper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-netdb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

