X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=bootstrap%2Fdebian%2Frules;h=c93fd8601849652f0e24c9f90be08af8ab965d16;hb=e929ba9e06abf29f07019eb1d8e805ae1a56d936;hp=2d33f6ac8992b7da84b39a5bca0742c4962d3349;hpb=5044df0df8cfdcdf2311f3a4f4b59f4b7cc72dc3;p=gpl%2Fargeo-tp.git diff --git a/bootstrap/debian/rules b/bootstrap/debian/rules index 2d33f6a..c93fd86 100755 --- a/bootstrap/debian/rules +++ b/bootstrap/debian/rules @@ -1,4 +1,13 @@ #!/usr/bin/make -f +LC_ALL := C.UTF-8 +export LC_ALL + +JAVA_HOME := /usr/lib/jvm/java-17-openjdk-amd64 +export JAVA_HOME + +# do not include sources in the jar files +export BUILD_SOURCE_BUNDLES:=true + %: dh $@