Looking for sponsor or mentor for package crtmpserver

Alessandro Ghedini al3xbio at gmail.com
Mon Mar 14 17:30:17 UTC 2011


On Mon, Mar 14, 2011 at 11:32:18AM +0200, Andriy Beregovenko wrote:
> > - debian/init.d should be named debian/[package].init (have a look at the 
> >   dh_installinit manpage)
> Ok, I fix this now :)

Good.

> > - debian/copyright looks wrong. There are many files licensed BSD-3-clause
> >   and zlib/libpng. You should include them in the copyright as well.
> >   Also, you may want to convert d/copyright to use the DEP5 format [0]
> >   (not strictly needed, but very appreciated)
> I do not see any BSD-licensed files

% licensecheck -R --copyright . | grep BSD
./common/src/platform/solaris/timegm.cpp: BSD (3 clause) 
./common/src/platform/windows/strncasecmp.cpp: BSD (3 clause) 
./common/src/platform/windows/timegm.cpp: BSD (3 clause) 
./common/src/platform/windows/strptime.cpp: BSD (3 clause) 
./common/src/platform/android/timegm.cpp: BSD (3 clause)

Look at these files.

> > - Missing debian/watch file (I'm not sure if this can be fixed)
> Right now watch file is not added cause original project do not have any
> release and have every day commits. So, imo,  there is not any practical
> reason to track version.

Agree.

> > - If you don't use the Vcs-* fields in debian/control you should remove
> >   them (they are currently commented-out)
> Ok.
> > - There are many lintian I, P and even E tags. Please fix them (and use
> >   lintian -IE --pedantic to check your package). For example:
> > 
> >     P: crtmpserver source: source-contains-svn-control-dir ...
> >     E: crtmpserver: copyright-should-refer-to-common-license-file-for-gpl ..
> >     E: crtmpserver: possible-gpl-code-linked-with-openssl ...
> >     I: crtmpserver: copyright-with-old-dh-make-debian-copyright ...
> >     I: crtmpserver: spelling-error-in-binary ...
> >     [...]
> I'm novice in debian policies and need some help as for
> "possible-gpl-code-linked-with-openssl". 

This means that a GPLed software is linking against openssl (which has a
gpl-incompatible license) and is, therefore, illegal. See [0].



More information about the pkg-multimedia-maintainers mailing list