[med-svn] r2436 - in trunk/packages/emboss/trunk/debian: . patches
plessy at alioth.debian.org
plessy at alioth.debian.org
Wed Aug 27 13:15:00 UTC 2008
Author: plessy
Date: 2008-08-27 13:14:59 +0000 (Wed, 27 Aug 2008)
New Revision: 2436
Added:
trunk/packages/emboss/trunk/debian/patches/upstream.patch
Modified:
trunk/packages/emboss/trunk/debian/changelog
trunk/packages/emboss/trunk/debian/patches/series
Log:
New upstream patch.
Modified: trunk/packages/emboss/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss/trunk/debian/changelog 2008-08-26 12:29:49 UTC (rev 2435)
+++ trunk/packages/emboss/trunk/debian/changelog 2008-08-27 13:14:59 UTC (rev 2436)
@@ -1,3 +1,11 @@
+emboss (6.0.1-2) experimental; urgency=low
+
+ * New upstream patch (patch-1-1).
+ - jaspscan can now scan multiple sequences.
+ - "digest -allpartials" now reports all C-term fragments.
+
+ -- Charles Plessy <plessy at debian.org> Wed, 27 Aug 2008 22:11:45 +0900
+
emboss (6.0.1-1) experimental; urgency=low
* New upstream release:
Modified: trunk/packages/emboss/trunk/debian/patches/series
===================================================================
--- trunk/packages/emboss/trunk/debian/patches/series 2008-08-26 12:29:49 UTC (rev 2435)
+++ trunk/packages/emboss/trunk/debian/patches/series 2008-08-27 13:14:59 UTC (rev 2436)
@@ -1 +1,2 @@
using-pager-in-tfm.patch
+upstream.patch
Added: trunk/packages/emboss/trunk/debian/patches/upstream.patch
===================================================================
--- trunk/packages/emboss/trunk/debian/patches/upstream.patch (rev 0)
+++ trunk/packages/emboss/trunk/debian/patches/upstream.patch 2008-08-27 13:14:59 UTC (rev 2436)
@@ -0,0 +1,52 @@
+Author: Upstream
+Forwarded: no
+ This is an upstream patch, it does not need to be forwarded.
+Description: Official upstream patch.
+ This patch was downloaded from:
+ ftp://emboss.open-bio.org/pub/EMBOSS/fixes/patches/patch-1-1.gz
+diff -c -N --recursive EMBOSS-6.0.1old/emboss/jaspscan.c EMBOSS-6.0.1/emboss/jaspscan.c
+*** EMBOSS-6.0.1old/emboss/jaspscan.c 2008-06-26 09:39:09.000000000 +0100
+--- EMBOSS-6.0.1/emboss/jaspscan.c 2008-08-26 15:30:06.000000000 +0100
+***************
+*** 293,299 ****
+
+ jaspscan_scan(substr,begin,mfname, cp, thresh, both, hits);
+
+! ajStrDel(&mfname);
+ }
+
+ jaspscan_ReportHits(TabRpt,mattab,hits);
+--- 293,299 ----
+
+ jaspscan_scan(substr,begin,mfname, cp, thresh, both, hits);
+
+! ajListPushAppend(flist, (void **)mfname);
+ }
+
+ jaspscan_ReportHits(TabRpt,mattab,hits);
+***************
+*** 303,308 ****
+--- 303,312 ----
+ }
+
+
++ while(ajListPop(flist,(void **)&mfname))
++ ajStrDel(&mfname);
++
++
+ ajStrDel(&dir);
+ ajStrDel(&menu);
+ ajStrDel(&excl);
+diff -c -N --recursive EMBOSS-6.0.1old/nucleus/embprop.c EMBOSS-6.0.1/nucleus/embprop.c
+*** EMBOSS-6.0.1old/nucleus/embprop.c 2008-07-14 23:13:33.000000000 +0100
+--- EMBOSS-6.0.1/nucleus/embprop.c 2008-08-26 15:29:44.000000000 +0100
+***************
+*** 880,885 ****
+--- 880,886 ----
+
+ if(allpartials)
+ {
++ lim = defcnt;
+ for(i=0;i<lim;++i)
+ for(j=i+1;j<lim;++j)
+ {
More information about the debian-med-commit
mailing list