On Thursday 23 April 2009 00:34:10 Artur R. Czechowski wrote:
> I decided to remove the file using following line in debian/rules:
> DEB_DH_ALWAYS_EXCLUDE=usr/share/doc/php-versioncontrol-svn/docs/LICENSE
>
> After building package lintian is unhappy because:
> E: php-versioncontrol-svn: md5sums-lists-nonexisting-file
> usr/share/doc/php-versioncontrol-svn/docs/LICENSE

The LICENSE file is probably installed by the upstream installation rules, but 
the DEB_DH_ALWAYS_EXCLUDE variable only affects debhelper.  I suggest you 
remove the LICENSE file yourself, like this:

binary-post-install/php-versioncontrol-svn::
        rm -f 
debian/$(cdbs_curpkg)/usr/share/doc/php-versioncontrol-svn/docs/LICENSE




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to