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 <[email protected]> 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 <[email protected]> Uploaders: Andreas Tille <[email protected]> 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 <[email protected]> +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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
