Re: lintian 'embedded-libraries' check for libav libs

2012-04-01 Thread Reinhard Tartler
On Sat, Mar 31, 2012 at 10:46 PM, Andres Mejia amejia...@gmail.com wrote:
 Any package distributed through Debian is not suppose to use embedded
 libav libraries. This seemed like an unwritten rule, and people in
 debian-devel had this understanding as well. Now that it seems libav
 gets at least 10 security fixes every point release, I believe this
 merits adding checks for the libav libraries to the
 'embedded-libraries' lintian check. Note having embedded libraries is
 an error.

 The following patch does this. I tested with mplayer2 (which passes)
 and the mythtv package in Ubuntu (which fails all of the new tests).
 Any feedback before I submit this to lintian?

Excellent idea.  AFAIUI, this instructs lintian to check for certain
strings in the binaries, which seems to be the right approach for
this. The chosen strings make sense to me after short cross checking
with the source.

Thanks for implementing this.

-- 
regards,
    Reinhard

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


lintian 'embedded-libraries' check for libav libs

2012-03-31 Thread Andres Mejia
Any package distributed through Debian is not suppose to use embedded
libav libraries. This seemed like an unwritten rule, and people in
debian-devel had this understanding as well. Now that it seems libav
gets at least 10 security fixes every point release, I believe this
merits adding checks for the libav libraries to the
'embedded-libraries' lintian check. Note having embedded libraries is
an error.

The following patch does this. I tested with mplayer2 (which passes)
and the mythtv package in Ubuntu (which fails all of the new tests).
Any feedback before I submit this to lintian?

-- 
~ Andres


0001-Add-check-for-embedded-libav-ffmpeg-libraries.patch
Description: Binary data
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers