[med-svn] r2439 - trunk/packages/mafft/trunk/debian/patches

plessy at alioth.debian.org plessy at alioth.debian.org
Sun Aug 31 09:07:43 UTC 2008


Author: plessy
Date: 2008-08-31 09:07:42 +0000 (Sun, 31 Aug 2008)
New Revision: 2439

Modified:
   trunk/packages/mafft/trunk/debian/patches/Securisation-by-mktemp-usage.patch
Log:
Corrected paste error.


Modified: trunk/packages/mafft/trunk/debian/patches/Securisation-by-mktemp-usage.patch
===================================================================
--- trunk/packages/mafft/trunk/debian/patches/Securisation-by-mktemp-usage.patch	2008-08-29 05:11:52 UTC (rev 2438)
+++ trunk/packages/mafft/trunk/debian/patches/Securisation-by-mktemp-usage.patch	2008-08-31 09:07:42 UTC (rev 2439)
@@ -32,8 +32,8 @@
 +$temp_af_file = system('mktemp _af_XXXXXXXXXX')
 +$temp_rid_file = system('mktemp _rid_XXXXXXXXXX')
 +$temp_res_file = system('mktemp _res_XXXXXXXXXX')
-+$temp_res_file = system('mktemp _q_XXXXXXXXXX')
-+$temp_res_file = system('mktemp _bf_XXXXXXXXXX')
++$temp_q_file = system('mktemp _q_XXXXXXXXXX')
++$temp_bf_file = system('mktemp _bf_XXXXXXXXXX')
 +
  # mafft-homologs.rb  v. 2.1 aligns sequences together with homologues 
  # automatically collected from SwissProt via NCBI BLAST.




More information about the debian-med-commit mailing list