]> git.argeo.org Git - gpl/argeo-tp.git/blob - bootstrap/debian/rules
Adapt to changes in Argeo Build
[gpl/argeo-tp.git] / bootstrap / debian / rules
1 #!/usr/bin/make -f
2
3 LC_ALL := C.UTF-8
4 export LC_ALL
5
6 JAVA_HOME := /usr/lib/jvm/java-17-openjdk-amd64
7 export JAVA_HOME
8
9 # do not include sources in the jar files
10 export BUILD_SOURCE_BUNDLES:=true
11
12 %:
13 dh $@