Maybe a little bit hidden in my patch, but it also removed the
.pc/.version file in the clean rule, by removing that directory. Now
that file still shows up in the diff.gz file.

Just in case you don't know, you can run lintian yourself on your build
system by calling lintian against the .changes file and against all the
created .deb files. What I do is:

lintian --color=always -I -E -i *_i386.changes
for DEB in *_i386.deb ; do
    if [ -f $DEB ] ; then
        lintian --color=always -I -E -i $DEB
    fi
done

Hope this helps.

Paul

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to