[med-svn] [Git][med-team/murasaki][master] 5 commits: d/{, t}/control: migrate to mpi-default-*.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Nov 9 11:04:51 GMT 2024



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


Commits:
f87fd2bd by Étienne Mollier at 2024-11-09T11:50:59+01:00
d/{,t}/control: migrate to mpi-default-*.

Closes: #1086908

- - - - -
4421be73 by Étienne Mollier at 2024-11-09T11:52:03+01:00
d/control: declare compliance to standards version 4.7.0.

- - - - -
f3d89d14 by Étienne Mollier at 2024-11-09T11:54:59+01:00
d/patches/*: normalize dep3 headers.

Most of the changes are normalisation of the Last-Update timestamp.

- - - - -
2d0f421a by Étienne Mollier at 2024-11-09T11:56:44+01:00
d/s/lintian-overrides: delete: override is now unused.

- - - - -
5205a78d by Étienne Mollier at 2024-11-09T12:02:28+01:00
d/changelog: ready for upload to unstable.

Remark: there are rpath lintian errors related to openmpi bug#1085509,
already resolved, so they should go away on their own later today.

- - - - -


12 changed files:

- debian/changelog
- debian/control
- debian/patches/fix_mpi.patch
- debian/patches/freebsd.patch
- debian/patches/gcc-6.patch
- debian/patches/hardening.patch
- debian/patches/include_libpstream.patch
- debian/patches/man_syntax.patch
- debian/patches/spelling.patch
- debian/patches/use_proper_libboost_names.patch
- − debian/source/lintian-overrides
- debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+murasaki (1.68.6-14) unstable; urgency=medium
+
+  * Team upload.
+  * d/{,t}/control: migrate to mpi-default-*. (Closes: #1086908)
+  * d/control: declare compliance to standards version 4.7.0.
+  * d/patches/*: normalize dep3 headers.
+    Most of the changes are normalisation of the Last-Update timestamp.
+  * d/s/lintian-overrides: delete: override is now unused.
+
+ -- Étienne Mollier <emollier at debian.org>  Sat, 09 Nov 2024 11:58:11 +0100
+
 murasaki (1.68.6-13) unstable; urgency=medium
 
   * d/p/gcc11.patch: Fix gcc-11 FTBFS


=====================================
debian/control
=====================================
@@ -11,8 +11,8 @@ Build-Depends: debhelper-compat (= 13),
                libtext-wrapper-perl,
                libcrypto++-dev,
                libpstreams-dev,
-               libopenmpi-dev
-Standards-Version: 4.5.1
+               mpi-default-dev
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/murasaki
 Vcs-Git: https://salsa.debian.org/med-team/murasaki.git
 Homepage: http://murasaki.dna.bio.keio.ac.jp/wiki/


=====================================
debian/patches/fix_mpi.patch
=====================================
@@ -1,4 +1,6 @@
-Descriptions: Modify syntax in accordance with MPI >= 3
+Description: Modify syntax in accordance with MPI >= 3
+Author: Nilesh Patra <npatra974 at gmail.com>
+Last-Update: 2020-02-20
 --- a/src/murasaki_mpi.cc
 +++ b/src/murasaki_mpi.cc
 @@ -104,12 +104,12 @@


=====================================
debian/patches/freebsd.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Aaron M. Ucko <ucko at debian.org>
-Last-Update: Thu, 09 Jul 2015 23:27:22 -0400
+Last-Update: 2015-07-09
 Bug-Debian: https://bugs.debian.org/789971
 Description: Use __WORDSIZE wherever it is available which is not
  only the case for Linux.  This should enable build on kfreebsd arch.


=====================================
debian/patches/gcc-6.patch
=====================================
@@ -1,5 +1,5 @@
 From: Gert Wollny <gw.fossdev at gmail.com>
-Date: Thu, 30 Jun 2014 11:14:43 +0200
+Last-Update: 2014-06-30
 Subject: Fix compilation with g++-6
 Bug-Debian: https://bugs.debian.org/811815
 


=====================================
debian/patches/hardening.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Wed, 15 Apr 2015 14:06:19 +0200
+Last-Update: 2015-04-15
 Description: Hack in LDFLAGS for hardening
 
 --- a/Makefile


=====================================
debian/patches/include_libpstream.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Wed, 15 Apr 2015 14:06:19 +0200
+Last-Update: 2015-04-15
 Description: Set INCLUDE to find pstream.h
 
 --- a/src/Makefile


=====================================
debian/patches/man_syntax.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Wed, 15 Apr 2015 14:06:19 +0200
+Last-Update: 2015-04-15
 Description: Fix manpage syntax
 
 --- a/qlob.pl


=====================================
debian/patches/spelling.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Wed, 15 Apr 2015 14:06:19 +0200
+Last-Update: 2015-04-15
 Description: Spelling fixes
 
 --- a/doc/murasaki.1


=====================================
debian/patches/use_proper_libboost_names.patch
=====================================
@@ -1,5 +1,5 @@
 Author: Andreas Tille <tille at debian.org>
-Last-Update: Wed, 15 Apr 2015 14:06:19 +0200
+Last-Update: 2015-04-15
 Description:  Make sure Debian's boost libs will be found
 
 --- a/src/Makefile


=====================================
debian/source/lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-# debug symbols are different for packages - No conflicts
-source: binaries-have-file-conflict murasaki-dbgsym murasaki-mpi-dbgsym *


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, libboost-regex-dev, libboost-iostreams-dev, libboost-filesystem-dev, libterm-readkey-perl, libtext-wrapper-perl, libcrypto++-dev, libpstreams-dev, libopenmpi-dev
+Depends: @, libboost-regex-dev, libboost-iostreams-dev, libboost-filesystem-dev, libterm-readkey-perl, libtext-wrapper-perl, libcrypto++-dev, libpstreams-dev, mpi-default-dev
 Restrictions: allow-stderr



View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/compare/fa402bfbb68a7d3493ad95e43719bec6a2767f46...5205a78d5da67aac35ccb6af331fe4dcdd65aa2f

-- 
View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/compare/fa402bfbb68a7d3493ad95e43719bec6a2767f46...5205a78d5da67aac35ccb6af331fe4dcdd65aa2f
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/20241109/dc6ae2e8/attachment-0001.htm>


More information about the debian-med-commit mailing list