* Joey Hess <[EMAIL PROTECTED]> [2002-09-11 10:02]:
> Junichi Uekawa wrote:
> > It might be nice to automate the not-yet-uploaded package
> > detection, and compile them all, and other thing...
> > 
> > find -type d -name debian | while read A; do
> >     (
> >     cd $(dirname $A);
> >     debuild-pbuilder;
> >     )
> > done
> 
> Note that build/Makefile already does something similar when building
> with DEBUG=y:
> 
>         if [ $(DEBUG) = y ] ; then \
>                 mkdir -p $(DEBUGUDEBDIR); \
>                 cd $(DEBUGUDEBDIR); \
>                 export DEB_BUILD_OPTIONS="debug"; \
>                 $(APT_GET) source --build --yes $$needed; \

But what the original poster wanted is building cvs version of udeb, which
are not yet in the archive. It will be nice to have a script which :
* build cdebconf
* install libdebconf and libdebconf-dev
* build every udeb against current cvs libdebconf



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

Reply via email to