[Git][java-team/commons-daemon][master] 3 commits: Apply patch for loongarch64 (Closes: #1051976)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Sat Sep 16 18:59:47 BST 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / commons-daemon
Commits:
fc52ff2d by tony mancill at 2023-09-16T10:44:11-07:00
Apply patch for loongarch64 (Closes: #1051976)
- - - - -
900c4cd4 by tony mancill at 2023-09-16T10:54:33-07:00
Use https URL for debian/watch
- - - - -
ec4c7ec2 by tony mancill at 2023-09-16T10:54:33-07:00
Prepare changelog for upload
- - - - -
4 changed files:
- debian/changelog
- debian/patches/series
- + debian/patches/support-for-loongarch64.patch
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+commons-daemon (1.0.15-11) unstable; urgency=medium
+
+ * Team upload.
+ * Apply patch for loongarch64 (Closes: #1051976)
+ * Use https URL for debian/watch
+
+ -- tony mancill <tmancill at debian.org> Sat, 16 Sep 2023 10:44:30 -0700
+
commons-daemon (1.0.15-10) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/series
=====================================
@@ -7,3 +7,4 @@ arm64.diff
ppc64el.diff
risv64.diff
debian-935336.patch
+support-for-loongarch64.patch
=====================================
debian/patches/support-for-loongarch64.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Add support for loongarch64
+Last-Update: 2023-09-14
+
+--- a/src/native/unix/support/apsupport.m4
++++ b/src/native/unix/support/apsupport.m4
+@@ -191,6 +191,10 @@
+ supported_os="riscv64"
+ HOST_CPU=riscv64
+ ;;
++ loongarch64)
++ CFLAGS="$CFLAGS -DCPU=\\\"loong64\\\""
++ HOST_CPU=loong64
++ ;;
+ *)
+ AC_MSG_RESULT([failed])
+ AC_MSG_ERROR([Unsupported CPU architecture "$host_cpu"]);;
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
version=3
-http://www.apache.org/dist/commons/daemon/source/commons-daemon-([\d\.]+)-src\.tar\.gz
+https://www.apache.org/dist/commons/daemon/source/commons-daemon-([\d\.]+)-src\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/commons-daemon/-/compare/e88311f2d26ce93ef6246d8088053337efc0d333...ec4c7ec213b895ea8c1fbd763b3140f3d76cbf67
--
View it on GitLab: https://salsa.debian.org/java-team/commons-daemon/-/compare/e88311f2d26ce93ef6246d8088053337efc0d333...ec4c7ec213b895ea8c1fbd763b3140f3d76cbf67
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20230916/ec1da8b8/attachment.htm>
More information about the pkg-java-commits
mailing list