From: <suc...@us...> - 2006-06-08 02:57:49
|
Revision: 56 Author: sucknblow Date: 2006-06-07 10:17:28 -0700 (Wed, 07 Jun 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=56&view=rev Log Message: ----------- Lintian override for library names Modified Paths: -------------- trunk/debian/easypmp.install Added Paths: ----------- trunk/debian/lintian/ trunk/debian/lintian/easypmp Modified: trunk/debian/easypmp.install =================================================================== --- trunk/debian/easypmp.install 2006-06-06 20:15:18 UTC (rev 55) +++ trunk/debian/easypmp.install 2006-06-07 17:17:28 UTC (rev 56) @@ -4,3 +4,4 @@ debian/tmp/usr/bin/easypmp debian/tmp/usr/share/pmplib/* debian/tmp/usr/share/doc/easypmp/* +debian/lintian/easypmp usr/share/lintian/overrides Added: trunk/debian/lintian/easypmp =================================================================== --- trunk/debian/lintian/easypmp (rev 0) +++ trunk/debian/lintian/easypmp 2006-06-07 17:17:28 UTC (rev 56) @@ -0,0 +1,7 @@ +# The project name is pmplib, but we avoid using the library +# name 'libpmplib...', in favour of the less redundant 'libpmp...'. +# +# While we're not shipping a separate library packages, it makes +# more sense for the package to be named after the binary, rather +# than the libraries, anyway. +easypmp binary: package-name-doesnt-match-sonames This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |