Andreas Tille pushed to branch master at Debian Med / blasr
Commits: c42395b5 by Andreas Tille at 2022-03-08T11:56:14+01:00 Drop -std=c++14 from DEB_CXXFLAGS_MAINT_APPEND - - - - - 2017b522 by Andreas Tille at 2022-03-08T11:58:19+01:00 routine-update: Ready to upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +blasr (5.3.5+dfsg-3) unstable; urgency=medium + + * d/rules: Drop -std=c++14 from DEB_CXXFLAGS_MAINT_APPEND + Closes: #1006778 + + -- Andreas Tille <[email protected]> Tue, 08 Mar 2022 11:56:33 +0100 + blasr (5.3.5+dfsg-2) unstable; urgency=medium * Rebuild against new version of pbcopper ===================================== debian/rules ===================================== @@ -23,7 +23,7 @@ export LIBPBIHDF_LIB=/usr/lib/$(DEB_HOST_MULTIARCH) # Needed for HDF5 1.10.1 support HDF5_VERSION := $(shell grep 'HDF5 Version' $(HDF5_LIB)/libhdf5.settings | awk '{print $$3}') ifeq (yes,$(shell dpkg --compare-versions $(HDF5_VERSION) '>=' 1.10.1 && echo yes)) -export DEB_CXXFLAGS_MAINT_APPEND=-DHAVE_HDF5_1_10_1 -std=c++14 +export DEB_CXXFLAGS_MAINT_APPEND=-DHAVE_HDF5_1_10_1 endif # CPPFLAGS apparently aren't exported for bam2bax/bax2bam View it on GitLab: https://salsa.debian.org/med-team/blasr/-/compare/ffeea4441b5798a7ab32123a721abb8cdcd6d096...2017b5228c902566c1b2f6ea051bc5d76eaadb72 -- View it on GitLab: https://salsa.debian.org/med-team/blasr/-/compare/ffeea4441b5798a7ab32123a721abb8cdcd6d096...2017b5228c902566c1b2f6ea051bc5d76eaadb72 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
