Hi Paul, Le mercredi 10 décembre 2008 à 21:46 -0600, Paul Gevers a écrit : > 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.
I've seen that in your old patch, but didn't understand why it get modified and furthermore, why does it appear in previous sources. The sources I'm using locally do not have this, maybe the one uploaded by Torsten did have this one but they shouldn't. I'll try to find out why this happens before fixing it. What you proposed may work but I think it is a way of hiding the problem not solving it. > 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. Thank you for your hint :) Mazen, -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

