Hi, On Mon, 13 Apr 2020 at 15:41, Sudip Mukherjee <[email protected]> wrote: > Package: sponsorship-requests > Severity: wishlist > > Dear mentors, > > I am looking for a sponsor for my package "libcyaml" > > * Package name : libcyaml > Version : 1.0.2-1 > Upstream Author : Michael Drake <[email protected]> > * URL : https://github.com/tlsa/libcyaml > * License : ISC > * Vcs : https://github.com/sudipm-mukherjee/libcyaml > Section : libs > > It builds those binary packages: > > libcyaml1 - library to read and write YAML documents (shared library) > libcyaml-dev - library to read and write YAML documents (development files) > libcyaml-doc - documentation for libcyaml1 > > To access further information about this package, please visit the following > URL: > > https://mentors.debian.net/package/libcyaml > > Alternatively, one can download the package with dget using this command: > > dget -x > https://mentors.debian.net/debian/pool/main/libc/libcyaml/libcyaml_1.0.2-1.dsc
I’ve had a very brief look. Two notes: 1) The Git repo Vcs-* points to contains only the upstream code, and is hosted at GitHub. You probably want to host it at Salsa, not GitHub, and the repo needs to have a branch with the Debian packaging. 2) You licensed the packaging as GPL-2+ while the upstream is ISC. While this is a valid combination, it would make upstreaming potential changes harder, so please consider switching to ISC or *at least* "GPL-2 or ISC". -- Cheers, Andrej

