Nilesh Patra pushed to branch master at Debian Med / simrisc
Commits: 7e993d01 by Nilesh Patra at 2022-07-25T15:33:59+05:30 Add patch to fix gcc12 FTBFS - - - - - 7c799cab by Nilesh Patra at 2022-07-25T15:33:59+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc12.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +simrisc (14.05.00-4) unstable; urgency=medium + + * Team upload. + * Add patch to fix gcc12 FTBFS (Closes: #1013037) + + -- Nilesh Patra <[email protected]> Mon, 25 Jul 2022 15:26:18 +0530 + simrisc (14.05.00-3) unstable; urgency=medium * Update autopkgtest for new output format in upstream 14.05.00 ===================================== debian/patches/gcc12.patch ===================================== @@ -0,0 +1,25 @@ +Description: Include algorthm in density.ih and incidence.ih +Author: Nilesh Patra <[email protected]> +Last-Update: 2022-07-25 +--- a/density/density.ih ++++ b/density/density.ih +@@ -1,7 +1,7 @@ + #include "density.h" + #include "../xerr/xerr.ih" + +-//#include <algorithm> ++#include <algorithm> + + #include <iomanip> + #include <istream> +--- a/incidence/incidence.ih ++++ b/incidence/incidence.ih +@@ -5,6 +5,8 @@ + #include "../parser/parser.h" + #include "../random/random.h" + ++#include <algorithm> ++ + using namespace std; + + // static ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +gcc12.patch View it on GitLab: https://salsa.debian.org/med-team/simrisc/-/compare/b243d96f61c07cb46ed03072ba47958fb91670c3...7c799cabc2b04cc09dc6e5bfee39bb78d2c95386 -- View it on GitLab: https://salsa.debian.org/med-team/simrisc/-/compare/b243d96f61c07cb46ed03072ba47958fb91670c3...7c799cabc2b04cc09dc6e5bfee39bb78d2c95386 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
