On Monday 17 of October 2016 19:57:53 Ben Hutchings wrote: > Jan Mojzis <jan.moj...@gmail.com> wrote: > [...] > > I'm going to maintain the package using collab-maint. > > I need sponsor. > > > > Debian package: > > - has autotest > > - is using debhelper > > - is using git-dpm https://anonscm.debian.org/cgit/collab-maint/extr > emetools.git > > - lintian clean (no warnings) > > However, the code: > > - Has a silent failure mode where?
> - Reinvents common C library functions like strtol(), getopt(), > strerror() I will NEVER use str* functions from libc in my code. > - Defines many similar functions differing only in number of arguments, > where a varargs function would be appropriate Is it problem ? > - Doesn't have a 'make install' rule Is it problem ? > - Has manually maintained dependencies on headers Is it problem ? > > I really think you should get a little more experience with C and > makefiles, and a full code review, before packaging something that aims > to be a security-critical tool. > > Ben.