This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jffi-1.2.7.
commit 8891a63ade3bfd95edafd3668b37a9485f2f4615 Author: Tim Potter <[email protected]> Date: Mon Feb 9 13:02:14 2015 +1100 Fix build using --with autoreconf --- debian/autoreconf | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/autoreconf b/debian/autoreconf new file mode 100644 index 0000000..5b1c200 --- /dev/null +++ b/debian/autoreconf @@ -0,0 +1 @@ +jni/libffi diff --git a/debian/control b/debian/control index 3b0a2c5..7574fd8 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), libmaven-antrun-plugin-java, libmaven-assembly-plugin-java, maven-repo-helper, libffi-dev, pkg-config, ant-optional, default-jdk, junit4, bnd, - dh-autoreconf + dh-autoreconf, libltdl-dev Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/jffi.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-java-maint/jffi.git;a=summary -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi-1.2.7.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

