This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjna-java.
commit 4188ddb9047afd4ff8b14de6d7edb6086079845e Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 5 15:18:07 2017 +0200 Added a link to ant.jar in the lib directory --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index f31c7ea..bd2c6f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libjna-java (4.4.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - Added a link to ant.jar in the lib directory * Install the javadoc under /usr/share/doc/libjna-java/api * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/rules b/debian/rules index 073db54..a5132bd 100755 --- a/debian/rules +++ b/debian/rules @@ -19,10 +19,12 @@ override_dh_auto_clean: rm -rf contrib/platform/dist rm -Rf contrib/ntservice/dist rm -f dist/* + rm -f lib/*.jar mh_clean dh_clean override_dh_auto_build: + ln -s /usr/share/java/ant.jar lib/ant.jar ant -f build.xml \ -Dcflags_extra.native="" \ -Ddynlink.native=true \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjna-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

