Nilesh Patra pushed to branch master at Debian Med / disulfinder
Commits: f2920fd9 by Nilesh Patra at 2021-10-22T21:59:16+05:30 d/rules: Force -std=c++14 - - - - - 52586719 by Nilesh Patra at 2021-10-22T22:00:08+05:30 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +disulfinder (1.2.11-11) unstable; urgency=medium + + * Team Upload. + * d/rules: Force -std=c++14 (Closes: #984036) + + -- Nilesh Patra <[email protected]> Fri, 22 Oct 2021 21:59:19 +0530 + disulfinder (1.2.11-10) unstable; urgency=medium * Team Upload. ===================================== debian/rules ===================================== @@ -6,6 +6,7 @@ export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/default.mk +export DEB_CXXFLAGS_MAINT_APPEND = -std=c++14 pkgdata := $(DEB_SOURCE)-data View it on GitLab: https://salsa.debian.org/med-team/disulfinder/-/compare/e7ed5486c55766ac3c6445f2c5e5fa1500ee9c61...525867198c1a59cda4ef9caf5880f82ed98812c0 -- View it on GitLab: https://salsa.debian.org/med-team/disulfinder/-/compare/e7ed5486c55766ac3c6445f2c5e5fa1500ee9c61...525867198c1a59cda4ef9caf5880f82ed98812c0 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
