This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository mojarra.
commit dbe6d5e17f8f8d01194eaaf8a8a9b550dbc71e84 Author: Markus Koschany <[email protected]> Date: Sun Aug 24 00:54:50 2014 +0200 debian/rules: Replace pwd with CURDIR --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index c53e43e..14bd462 100755 --- a/debian/rules +++ b/debian/rules @@ -11,15 +11,15 @@ export JAVA_HOME=/usr/lib/jvm/default-java dh $@ --with javahelper override_dh_auto_build: - ant -Djsf.build.home=$$(pwd) + ant -Djsf.build.home=$(CURDIR) ant -f debian/build.xml injectionprovider # build command is run twice because in the first run jsf-api.jar # has some classes missing and they are included in the 2nd run. - ant -Djsf.build.home=$$(pwd) + ant -Djsf.build.home=$(CURDIR) ant -f debian/build.xml javadoc override_dh_auto_clean: - -ant -Djsf.build.home=$$(pwd) clean + -ant -Djsf.build.home=$(CURDIR) clean override_dh_clean: dh_clean -X.glassfish.orig -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mojarra.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

