This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jigsaw packaging".

The branch, master has been updated
       via  b9530e7570ad7129cc257110036bf00a5287321c (commit)
      from  53df146c92e398f00bfa6dad8e72c79dcd5f427d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b9530e7570ad7129cc257110036bf00a5287321c
Author: Guillaume Mazoyer <respawne...@gmail.com>
Date:   Tue Aug 30 13:54:14 2011 +0200

    Support for multiarch (or something similar).

-----------------------------------------------------------------------

Summary of changes:
 debian-wip/rules |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian-wip/rules b/debian-wip/rules
index e0780de..efa93fa 100755
--- a/debian-wip/rules
+++ b/debian-wip/rules
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
-CPU = $(shell nproc)
+CPU            = $(shell nproc)
+DEB_HOST_ARCH ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_ARCH)
 
 export   LANG=C
-export   ALT_BOOTDIR=/usr/lib/jvm/java-7-openjdk
+export   ALT_BOOTDIR=/usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH)
 export   ALT_DROPS_DIR=$(CURDIR)
 export   PARALLEL_COMPILE_JOBS=$(CPU)
 export   ALT_PARALLEL_COMPILE_JOBS=$(CPU)


hooks/post-receive
-- 
jigsaw packaging

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to