Tony Mancill pushed to branch master at Debian Java Maintainers / service-wrapper-java
Commits: 01e2e840 by tony mancill at 2023-09-27T20:07:24-07:00 Add patch for loong64 (Closes: #1053088) - - - - - 69265556 by tony mancill at 2023-09-27T20:07:38-07:00 Bump Standards-Version to 4.6.2 (no changes) - - - - - bea1cc34 by tony mancill at 2023-09-27T20:07:50-07:00 Replace B-D on libncurses5-dev with libncurses-dev - - - - - 8607f7f3 by tony mancill at 2023-09-27T20:08:35-07:00 Prepare changelog for upload - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/loongarch64-support.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +service-wrapper-java (3.5.51-2) unstable; urgency=medium + + [ Xuefeng Pan ] + * Add LoongArch support (Closes: #1053088) + + * Freshen years in debian/copyright + * Add patch for loong64 (Closes: #1053088) + * Bump Standards-Version to 4.6.2 (no changes) + * Replace B-D on libncurses5-dev with libncurses-dev + + -- tony mancill <[email protected]> Wed, 27 Sep 2023 19:54:53 -0700 + service-wrapper-java (3.5.51-1) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -14,8 +14,8 @@ Build-Depends: junit, junit4, libcunit1-ncurses-dev, - libncurses5-dev -Standards-Version: 4.6.1 + libncurses-dev +Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/java-team/service-wrapper-java.git Vcs-Browser: https://salsa.debian.org/java-team/service-wrapper-java Homepage: https://wrapper.tanukisoftware.com ===================================== debian/patches/loongarch64-support.patch ===================================== @@ -0,0 +1,56 @@ +diff --git a/src/c/Makefile-linux-loongarch64-64.make b/src/c/Makefile-linux-loongarch64-64.make +new file mode 100644 +index 0000000..6dbcdf7 +--- /dev/null ++++ b/src/c/Makefile-linux-loongarch64-64.make +@@ -0,0 +1,50 @@ ++# Copyright (c) 1999, 2022 Tanuki Software, Ltd. ++# http://www.tanukisoftware.com ++# All rights reserved. ++# ++# This software is the proprietary information of Tanuki Software. ++# You shall use it only in accordance with the terms of the ++# license agreement you entered into with Tanuki Software. ++# http://wrapper.tanukisoftware.com/doc/english/licenseOverview.html ++ ++COMPILE = gcc -g -O3 -fPIC -Wall --pedantic -DLINUX -D_FORTIFY_SOURCE=2 -DJSW64 -D_FILE_OFFSET_BITS=64 -fpic -D_GNU_SOURCE -DUNICODE -D_UNICODE ++ ++WRAPPER_LINK_OPTS = -Wl,-z,relro,-z,now ++ ++INCLUDE=$(JAVA_HOME)/include ++ ++DEFS = -I$(INCLUDE) -I$(INCLUDE)/linux ++ ++wrapper_SOURCE = wrapper.c wrapperinfo.c wrappereventloop.c wrapper_unix.c property.c logger.c logger_file.c wrapper_file.c wrapper_i18n.c wrapper_hashmap.c wrapper_ulimit.c wrapper_encoding.c wrapper_jvminfo.c ++ ++libwrapper_so_OBJECTS = wrapper_i18n.o wrapperjni_unix.o wrapperinfo.o wrapperjni.o loggerjni.o ++ ++BIN = ../../bin ++LIB = ../../lib ++ ++all: init wrapper libwrapper.so ++ ++clean: ++ rm -f *.o ++ ++cleanall: clean ++ rm -rf *~ .deps ++ rm -f $(BIN)/wrapper $(LIB)/libwrapper.so ++ ++init: ++ if test ! -d .deps; then mkdir .deps; fi ++ ++wrapper: $(wrapper_SOURCE) ++ $(COMPILE) $(WRAPPER_LINK_OPTS) -pthread $(wrapper_SOURCE) -lm -o $(BIN)/wrapper ++ ++libwrapper.so: $(libwrapper_so_OBJECTS) ++ ${COMPILE} -shared $(libwrapper_so_OBJECTS) -o $(LIB)/libwrapper.so ++ ++%.o: %.c ++ @echo '$(COMPILE) -c $<'; \ ++ $(COMPILE) -pthread $(DEFS) -Wp,-MD,.deps/$(*F).pp -c $< ++ @-cp .deps/$(*F).pp .deps/$(*F).P; \ ++ tr ' ' '\012' < .deps/$(*F).pp \ ++ | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ ++ >> .deps/$(*F).P; \ ++ rm .deps/$(*F).pp ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ fix-as-needed-ppc.patch building_with_debug_symbols.patch riscv64-support.patch +loongarch64-support.patch View it on GitLab: https://salsa.debian.org/java-team/service-wrapper-java/-/compare/2764db2ea5fa7b64986ed2956541e37be0f23001...8607f7f35a584436f87dbfd9edb056a4b94a38fd -- View it on GitLab: https://salsa.debian.org/java-team/service-wrapper-java/-/compare/2764db2ea5fa7b64986ed2956541e37be0f23001...8607f7f35a584436f87dbfd9edb056a4b94a38fd You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

