[med-svn] [Git][med-team/trf][master] Typo

Andreas Tille gitlab at salsa.debian.org
Fri Oct 9 14:12:47 BST 2020



Andreas Tille pushed to branch master at Debian Med / trf


Commits:
b091038a by Andreas Tille at 2020-10-09T15:12:35+02:00
Typo

- - - - -


4 changed files:

- − config.h.in~
- debian/patches/arm64-memory-issue.patch
- src/tr30dat.h
- src/trfrun.h


Changes:

=====================================
config.h.in~ deleted
=====================================
@@ -1,90 +0,0 @@
-/* config.h.in.  Generated from configure.ac by autoheader.  */
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define to 1 if you have the <limits.h> header file. */
-#undef HAVE_LIMITS_H
-
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
-   to 0 otherwise. */
-#undef HAVE_MALLOC
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define to 1 if you have the `memset' function. */
-#undef HAVE_MEMSET
-
-/* Define to 1 if your system has a GNU libc compatible `realloc' function,
-   and to 0 otherwise. */
-#undef HAVE_REALLOC
-
-/* Define to 1 if you have the `sqrt' function. */
-#undef HAVE_SQRT
-
-/* Define to 1 if you have the <stddef.h> header file. */
-#undef HAVE_STDDEF_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the `strchr' function. */
-#undef HAVE_STRCHR
-
-/* Define to 1 if you have the `strerror' function. */
-#undef HAVE_STRERROR
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define to 1 if you have the `strstr' function. */
-#undef HAVE_STRSTR
-
-/* Define to 1 if you have the `strtol' function. */
-#undef HAVE_STRTOL
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Define to rpl_malloc if the replacement function should be used. */
-#undef malloc
-
-/* Define to rpl_realloc if the replacement function should be used. */
-#undef realloc
-
-/* Define to `unsigned int' if <sys/types.h> does not define. */
-#undef size_t


=====================================
debian/patches/arm64-memory-issue.patch
=====================================
@@ -1,4 +1,4 @@
-Description: This patch is NOT for amd4 where memory allocation works
+Description: This patch is NOT for amd64 where memory allocation works
   It helps for arm64, thought to pass **part** of the test suite.
   May be trf is simply not for this architecture (should be clarified with upstream)
 


=====================================
src/tr30dat.h
=====================================
@@ -92,7 +92,7 @@ int counterInSeq = 0;
 #define RECENTERCRITERION 3
 /* 6/24/05 G. Benson */
 //#define MAXBANDWIDTH 300
-#define MAXBANDWIDTH 150
+#define MAXBANDWIDTH 32 /* 64 fails */
 #define MAXTUPLESIZES 10
 /* 6/17/05 G. Benson */
 /* 1/26/10 G. Benson */


=====================================
src/trfrun.h
=====================================
@@ -304,7 +304,7 @@ int TRFControlRoutine( void ) {
 
         paramset.endstatus = CTRL_SUCCESS;
         paramset.running   = 0;
-        return 1;
+        return 0;
     }
     paramset.multisequencefile = 1;
     paramset.sequenceordinal   = 1;
@@ -590,7 +590,7 @@ int TRFControlRoutine( void ) {
 
     paramset.endstatus = CTRL_SUCCESS;
     paramset.running   = 0;
-    return i;
+    return 0;
 }
 
 /*************************************************



View it on GitLab: https://salsa.debian.org/med-team/trf/-/commit/b091038a8e5a1a310c767a0807fd9a560014af81

-- 
View it on GitLab: https://salsa.debian.org/med-team/trf/-/commit/b091038a8e5a1a310c767a0807fd9a560014af81
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/20201009/68349a3f/attachment-0001.html>


More information about the debian-med-commit mailing list