[med-svn] [Git][med-team/tiddit][master] 2 commits: Add patch to fix FTBFS (Closes: #997258)

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sat Oct 30 20:24:50 BST 2021



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 <nilesh at debian.org>  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 <nilesh at debian.org>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211030/a1371806/attachment-0001.htm>


More information about the debian-med-commit mailing list