This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository gdcm.
commit 9fddefe3c9882f464707c8d9423cfddd8e5be71e Author: Gert Wollny <[email protected]> Date: Sat Feb 27 19:35:47 2016 +0000 Add java rules back in --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 017551a..8053cc0 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ else endif %: - dh $@ $(WITH_CLI) --with python2 --parallel + dh $@ $(WITH_CLI) --with python2 --parallel --with javahelper PYVER := $(shell pyversions -dv) PYMODDIR := /usr/lib/$(shell pyversions -r) @@ -53,7 +53,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_SKIP_RPATH=ON \ -DGDCM_BUILD_SHARED_LIBS:BOOL=ON \ -DGDCM_WRAP_PYTHON:BOOL=ON \ -DGDCM_WRAP_CSHARP:BOOL=$(DEB_WRAP_CSHARP) \ - -DGDCM_WRAP_JAVA:BOOL=OFF \ + -DGDCM_WRAP_JAVA:BOOL=ON \ -DGDCM_WRAP_PHP:BOOL=ON \ -DGDCM_USE_PVRG:BOOL=ON \ -DGDCM_USE_SYSTEM_PVRG:BOOL=ON \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
