[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [RFS] seriation



Uploaded. Liked it, just added a bit to the auto_clean which the binary
has survived.

If you feel the strength, maybe send upstream something constructive
regarding

cc -g -O2 -fdebug-prefix-map=/home/moeller/git/med-team/seriation=.
-fstack-protector-strong -Wformat -Werror=format-security
cfm-seriation.c -lm -lpthread -lrt -o cfm-seriation
cfm-seriation.c: In function ‘main’:
cfm-seriation.c:647:3: warning: implicit declaration of function ‘mkdir’
[-Wimplicit-function-declaration]
 647 |   mkdir(dir_name, 0777);

I like it when Debian eventually then sees such small improvements with
one of the next upstream versions:

--- seriation.orig/cfm-seriation.c
+++ seriation/cfm-seriation.c
@@ -3,6 +3,7 @@
#include <math.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/stat.h>
 
typedef struct graph_ptr{
       short cur;


Best,

Steffen

On 12.09.20 14:03, Nilesh Patra wrote:

> Hi,
> I've packaged seriation - this is  a NEW package which builds
> in a clean chroot and is lintian clean with passing autoopkgtests.
> My changes are pushed to the team-repo here[1].
> Needs review and sponsorship.
>
> [1]: https://salsa.debian.org/med-team/seriation
> <https://salsa.debian.org/med-team/seriation>
>
> Thanks and regards
> Nilesh


Reply to: