[med-svn] [gwamar] 04/06: Patch applied upstream

Andreas Tille tille at debian.org
Mon Dec 14 10:14:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository gwamar.

commit ebd7b81a320b3fd63872362934caa46e65b834db
Author: Andreas Tille <tille at debian.org>
Date:   Mon Dec 14 11:00:10 2015 +0100

    Patch applied upstream
---
 debian/patches/2to3.patch | 15 ---------------
 debian/patches/series     |  1 -
 2 files changed, 16 deletions(-)

diff --git a/debian/patches/2to3.patch b/debian/patches/2to3.patch
deleted file mode 100644
index da8200a..0000000
--- a/debian/patches/2to3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Andreas Tille <tille at debian.org>
-Last-Update: Tue, 08 Dec 2015 16:16:11 +0100
-Description: Fix Python 2 to Python 3 conversion issue
-
---- a/src/drsoft/format_results/a1_mutations_latex_sel.py
-+++ b/src/drsoft/format_results/a1_mutations_latex_sel.py
-@@ -33,7 +33,7 @@ def saveMutsLatex(params):
-         gene_id, position = mut_desc_full.split(" ")[2:4]
-         mut_profiles.append((bin_profile, gene_id, position))
- 
--    mut_profiles_sorted = sorted(mut_profiles, key=lambda (bin_profile, gene_id, position): (-gwamar_bin_utils.countNonZeros(bin_profile), abs(int(position)-440), gene_id))
-+    mut_profiles_sorted = sorted(mut_profiles, key=lambda bin_profile_gene_id_position: (-gwamar_bin_utils.countNonZeros(bin_profile_gene_id_position[0]), abs(int(bin_profile_gene_id_position[2])-440), bin_profile_gene_id_position[1]))
- 
-     tls = []
-     tls.append("\\documentclass[10pt]{article}\n")
diff --git a/debian/patches/series b/debian/patches/series
index 8c73633..b096a40 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-2to3.patch
 patch_usage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gwamar.git



More information about the debian-med-commit mailing list