Hi,
> When building with dpkg-buildpackage or debuild you can use the -i option to
> filter files out of the debian diff. You can use "-i" by itself which filters
> a known list of stuff or you can use "-i<regexp>" to filter based on a PCRE.
> This option gets passed through directly to dpkg-source.
>
> pdebuild fails to behave like debuild and pass this option through. It
> appears
> that dpkg-source is called on line 109 of pbuilder-buildpackage and isn't
> passing options along. Could you enhance it to work as expected? Note that
> you
> need to handle both the "-i" and "-i<regexp>" cases. Also there are probably
> additional flags that debuild/dpkg-buildpackage pass through to dpkg-source,
> so maybe there's a generic solution to fix all of them?
1. dpkg-source is for extracting, and not packing.
2. the sample I gave you was wrong:
pdebuild --debbuildopts -iXXX
without the hyphens.
The important parts are pdebuild lines 40 and 45.
regards,
junichi
--
[EMAIL PROTECTED],netfort.gr.jp} Debian Project
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]