-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi Graham,
I am packaging retry in Debian, as requested here[1].
[1] https://bugs.debian.org/949431
I have some considerations.
- Now, you can safely remove the debian/ directory. I already sent the package to Debian and it arrived to NEW queue[2].
[2] https://ftp-master.debian.org/new.html
-
Please, consider write 'Copyright (C) 2020 Graham Leggett minfrin@sharp.fm' in header of the retry.c file to make easier detect the rights.
-
Please consider change the content of the COPYING file to Apache-2.0 license text.
-
Manpage: please, consider write a manpage from scratch, including all examples from README.md file. You can use txt2man[3] to make it easier. Txt2man is already packaged in Debian and you can see examples of source texts to generate manpages here[4]. Please, make it available in branch master. Currently, is not possible build from master because the manpage is not available there.
[3] https://github.com/mvertes/txt2man
[4] https://salsa.debian.org/debian/txt2man/tree/debian/master/debian/examples.d
- There are some warnings when running autoreconf:
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Thanks a lot for your work.
Regards,
Eriberto