[med-svn] [Git][med-team/murasaki][master] 2 commits: Port to boost 1.90 Closes: #1128133
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 21 17:21:03 GMT 2026
Andreas Tille pushed to branch master at Debian Med / murasaki
Commits:
776cd2e4 by Andreas Tille at 2026-02-21T18:19:56+01:00
Port to boost 1.90 Closes: #1128133
- - - - -
2bea7ebd by Andreas Tille at 2026-02-21T18:20:55+01:00
d/watch: version=5
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/libboost1.90.patch
- debian/patches/series
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+murasaki (1.68.6-17) UNRELEASED; urgency=medium
+
+ * Port to boost 1.90
+ Closes: #1128133
+ * d/watch: version=5
+
+ -- Andreas Tille <tille at debian.org> Sat, 21 Feb 2026 18:19:32 +0100
+
murasaki (1.68.6-16) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -4,9 +4,9 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- libboost-regex-dev,
- libboost-iostreams-dev,
- libboost-filesystem-dev,
+ libboost-regex1.90-dev,
+ libboost-iostreams1.90-dev,
+ libboost-filesystem1.90-dev,
libterm-readkey-perl,
libtext-wrapper-perl,
libcrypto++-dev,
=====================================
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/6eb5b25c4943dd40662e3503ebd9b85a797a522c...2bea7ebde370c19deda32e12a136882b98f80f4e
--
View it on GitLab: https://salsa.debian.org/med-team/murasaki/-/compare/6eb5b25c4943dd40662e3503ebd9b85a797a522c...2bea7ebde370c19deda32e12a136882b98f80f4e
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/4b6977f2/attachment-0001.htm>
More information about the debian-med-commit
mailing list