Nilesh Patra pushed to branch master at Debian Med / tiddit
Commits: 6c81f76b by Nilesh Patra at 2021-10-31T00:24:02+05:30 Add patch to fix FTBFS (Closes: #997258) - - - - - 4a9352f4 by Nilesh Patra at 2021-10-31T00:24:50+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/remove-unused-function.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +tiddit (2.12.1+dfsg-2) unstable; urgency=medium + + * Team Upload. + * Add patch to fix FTBFS (Closes: #997258) + + -- Nilesh Patra <[email protected]> Sun, 31 Oct 2021 00:24:32 +0530 + tiddit (2.12.1+dfsg-1) unstable; urgency=medium * Team Upload. ===================================== debian/patches/remove-unused-function.patch ===================================== @@ -0,0 +1,19 @@ +Description: Remove unused int2str function +Author: Nilesh Patra <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997258 +Forwarded: https://github.com/SciLifeLab/TIDDIT/issues/80 +Last-Update: 2021-10-31 +--- a/src/data_structures/Translocation.cpp ++++ b/src/data_structures/Translocation.cpp +@@ -9,11 +9,6 @@ + #include <string> + #include <cmath> + +-string int2str(int to_be_converted){ +- string converted= static_cast<ostringstream*>( &(ostringstream() << to_be_converted) )->str(); +- return(converted); +-} +- + void Window::initTrans(SamHeader head) { + uint32_t contigsNumber = 0; + SamSequenceDictionary sequences = head.Sequences; ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ use_debian_packaged_libs.patch Fix-tiddit-binary-location.patch +remove-unused-function.patch View it on GitLab: https://salsa.debian.org/med-team/tiddit/-/compare/d9b484387aa6aefd1b23c4dd1465e929900ce64f...4a9352f45ef27da81058244cc0eef0309a9d66e2 -- View it on GitLab: https://salsa.debian.org/med-team/tiddit/-/compare/d9b484387aa6aefd1b23c4dd1465e929900ce64f...4a9352f45ef27da81058244cc0eef0309a9d66e2 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
