[Pkg-julia-devel] [SCM] Julia branch, master, updated. debian/0.0.0+20121102.git63e93f2-1-12-g9bf4cc1

Sébastien Villemot sebastien at debian.org
Tue Dec 18 14:48:24 UTC 2012


The following commit has been merged in the master branch:
commit 98e0a718ad861fcab0139e933bf8cc1f4a63265c
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Dec 18 12:43:57 2012 +0100

    debian/rules:
    
     + compile with MULTIARCH_INSTALL=1
     + build helpdb.jl as part of the build-arch rule

diff --git a/debian/rules b/debian/rules
index 5c74430..c6a7bd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,16 +2,17 @@
 
 include /usr/share/dpkg/default.mk
 
-COMMON_FLAGS=USE_DEBIAN=1 USE_QUIET=0 LLVM_CONFIG=/usr/bin/llvm-config-3.1
+COMMON_FLAGS=USE_DEBIAN=1 USE_QUIET=0 LLVM_CONFIG=/usr/bin/llvm-config-3.1 MULTIARCH_INSTALL=1
 
 %:
 	dh $@ --parallel
 
 override_dh_auto_build-arch:
+	make -C doc helpdb.jl
 	make $(COMMON_FLAGS)
 
 override_dh_auto_build-indep:
-	make -C doc helpdb.jl latexpdf html
+	make -C doc latexpdf html
 
 # Run all tests, accept failures in extra tests for the time being
 override_dh_auto_test-arch:

-- 
Julia



More information about the Pkg-julia-devel mailing list