This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository jblas.

commit 289a26234edf13e2fd5e409c657b84aa4cb21c8d
Author: Markus Koschany <a...@debian.org>
Date:   Mon Oct 23 20:41:58 2017 +0200

    Move commands from dh_auto_configure override to dh_auto_build.
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9ac09d4..993e5aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ export CLASSPATH := 
/usr/share/java/ant-nodeps.jar:/usr/share/java/junit4.jar:/u
 %:
        dh $@ --buildsystem=ant
 
-override_dh_auto_configure:
+override_dh_auto_build:
+       # Build the native libraries first
        mkdir -p debian/tmp/locale/
        localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/
        export LOCPATH=$(CURDIR)/debian/tmp/locale/ && \
@@ -15,9 +16,8 @@ override_dh_auto_configure:
                ./configure 
--libpath=/usr/lib/$(DEB_HOST_MULTIARCH):/usr/lib/$(DEB_HOST_MULTIARCH)/atlas
        export LOCPATH=$(CURDIR)/debian/tmp/locale/ && \
                export LC_ALL=en_US.UTF-8 && \
-       dh_auto_configure
-
-override_dh_auto_build:
+               $(MAKE)
+       # Build the jar files
        dh_auto_build -- minimal-jar javadoc
 
 override_dh_auto_clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/jblas.git

_______________________________________________
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