[med-svn] [Git][med-team/librandom123][master] 5 commits: d/control: add myself to uploaders.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Tue Jan 2 19:14:45 GMT 2024



Étienne Mollier pushed to branch master at Debian Med / librandom123


Commits:
056ba651 by Étienne Mollier at 2024-01-02T19:47:21+01:00
d/control: add myself to uploaders.

- - - - -
27098a98 by Étienne Mollier at 2024-01-02T20:00:00+01:00
d/clean: new: cleanup documentation artifacts.

- - - - -
579f8280 by Étienne Mollier at 2024-01-02T20:04:46+01:00
d/rules: cleanup dynamically test artifacts.

Closes: #1048406

- - - - -
1cbc849b by wuruilong at 2024-01-02T20:13:01+01:00
add-support-for-loong64.patch: new: add loong64 support.

Closes: #1059824

Signed-off-by: Étienne Mollier <emollier at debian.org>

- - - - -
3eac9d53 by Étienne Mollier at 2024-01-02T20:14:09+01:00
ready to upload to unstable.

- - - - -


6 changed files:

- debian/changelog
- + debian/clean
- debian/control
- + debian/patches/add-support-for-loong64.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+librandom123 (1.14.0+dfsg-5) unstable; urgency=medium
+
+  [ Étienne Mollier ]
+  * d/control: add myself to uploaders.
+  * d/clean: new: cleanup documentation artifacts.
+  * d/rules: cleanup dynamically test artifacts. (Closes: #1048406)
+
+  [ wuruilong ]
+  * add-support-for-loong64.patch: new: add loong64 support. (Closes: #1059824)
+
+ -- Étienne Mollier <emollier at debian.org>  Tue, 02 Jan 2024 20:13:39 +0100
+
 librandom123 (1.14.0+dfsg-4) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/clean
=====================================
@@ -0,0 +1,2 @@
+docs/html/
+docs/main.md


=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
 Source: librandom123
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Étienne Mollier <emollier at debian.org>
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),


=====================================
debian/patches/add-support-for-loong64.patch
=====================================
@@ -0,0 +1,23 @@
+Description: add support for loong64
+ While compiling the neuron package, an error was encountered. The following
+ patch was added to the librandom123 software package, which successfully
+ solved the problem.
+
+Author: wuruilong <wuruilong at loongson.cn>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059824
+Forwarded: no
+Reviewed-by: Étienne Mollier <emollier at debian.org>
+Last-Update: 2024-01-02
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/include/Random123/features/gccfeatures.h	2024-01-02 01:40:35.426859137 +0000
++++ b/include/Random123/features/gccfeatures.h	2024-01-02 01:41:19.538567978 +0000
+@@ -34,7 +34,7 @@
+ 
+ #define R123_GNUC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
+ 
+-#if !defined(__x86_64__) && !defined(__i386__) && !defined(__powerpc__) && !defined(__arm__) && !defined(__aarch64__) && !defined(__s390x__) && !defined(__riscv)
++#if !defined(__x86_64__) && !defined(__i386__) && !defined(__powerpc__) && !defined(__arm__) && !defined(__aarch64__) && !defined(__s390x__) && !defined(__riscv) && !defined(__loongarch__)
+ #  error "This code has only been tested on x86, powerpc and a few arm platforms."
+ #include <including_a_nonexistent_file_will_stop_some_compilers_from_continuing_with_a_hopeless_task>
+ { /* maybe an unbalanced brace will terminate the compilation */


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 add-riscv64-support.patch
+add-support-for-loong64.patch


=====================================
debian/rules
=====================================
@@ -5,3 +5,6 @@ export LC_ALL=C.UTF-8
 
 %:
 	dh $@
+
+execute_after_dh_auto_clean:
+	$(MAKE) -C tests clean



View it on GitLab: https://salsa.debian.org/med-team/librandom123/-/compare/5f621bfbd377bba9d090edfe7fe33d0de7fa7eb7...3eac9d53f3d80edbcfafba04f63a975217c51117

-- 
View it on GitLab: https://salsa.debian.org/med-team/librandom123/-/compare/5f621bfbd377bba9d090edfe7fe33d0de7fa7eb7...3eac9d53f3d80edbcfafba04f63a975217c51117
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/debian-med-commit/attachments/20240102/b605c52c/attachment-0001.htm>


More information about the debian-med-commit mailing list