[med-svn] [Git][med-team/murasaki][master] 5 commits: Port to boost 1.90 Closes: #1128133
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 21 17:55:38 GMT 2026
Andreas Tille pushed to branch master at Debian Med / murasaki
Commits:
55e5433a by Andreas Tille at 2026-02-21T18:38:22+01:00
Port to boost 1.90 Closes: #1128133
- - - - -
4a12ba3d by Andreas Tille at 2026-02-21T18:38:33+01:00
d/watch: version=5
- - - - -
ee9f6d18 by Andreas Tille at 2026-02-21T18:38:33+01:00
Standards-Version: 4.7.3 (routine-update)
- - - - -
396fa72f by Andreas Tille at 2026-02-21T18:38:33+01:00
Remove Priority field to comply with Debian Policy 4.7.3 (routine- update)
- - - - -
e504330b by Andreas Tille at 2026-02-21T18:50:52+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/libboost1.90.patch
- debian/patches/series
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+murasaki (1.68.6-17) unstable; urgency=medium
+
+ * Port to boost 1.90
+ Closes: #1128133
+ * d/watch: version=5
+ * Standards-Version: 4.7.3 (routine-update)
+ * Remove Priority field to comply with Debian Policy 4.7.3 (routine-
+ update)
+
+ -- Andreas Tille <tille at debian.org> Sat, 21 Feb 2026 18:48:42 +0100
+
murasaki (1.68.6-16) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -2,7 +2,6 @@ Source: murasaki
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: science
-Priority: optional
Build-Depends: debhelper-compat (= 13),
libboost-regex-dev,
libboost-iostreams-dev,
@@ -12,7 +11,7 @@ Build-Depends: debhelper-compat (= 13),
libcrypto++-dev,
libpstreams-dev,
mpi-default-dev
-Standards-Version: 4.7.2
+Standards-Version: 4.7.3
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/libboost1.90.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Port to boost 1.90
+Author: Andreas Tille <tille at debian.org>
+Last-Update: 2026-02-21
+Bug-Debian: https://bugs.debian.org/1128133
+
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -14,7 +14,7 @@
+
+ #If your libraries (boost/cryptopp) are in another directory, add them here:
+ INCLUDE += -I/usr/include/pstreams
+-LDLIBS = -lboost_regex -lboost_filesystem -lboost_iostreams -lboost_system $(LDFLAGS)
++LDLIBS = -lboost_regex -lboost_filesystem -lboost_iostreams $(LDFLAGS)
+ ##some systems might use this boost naming scheme, but they're a minority at this point
+ #LDLIBS = -lboost_regex -lboost_filesystem -lboost_iostreams
+ CPPFLAGS += $(OPTIM) $(INCLUDE) -Wall $(MARCH)
=====================================
debian/patches/series
=====================================
@@ -9,3 +9,4 @@ gcc-6.patch
fix_mpi.patch
boost-1.88.patch
buildflags.patch
+libboost1.90.patch
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=4
-http://sf.net/murasaki/murasaki-src-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+Version: 5
+
+Source: https://sf.net/murasaki/
+Matching-Pattern: murasaki-src-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/compare/2bea7ebde370c19deda32e12a136882b98f80f4e...e504330b79e888d3f2293f29378911b7ffe63c43
--
View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/compare/2bea7ebde370c19deda32e12a136882b98f80f4e...e504330b79e888d3f2293f29378911b7ffe63c43
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/20260221/db25fddc/attachment-0001.htm>
More information about the debian-med-commit
mailing list