[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Partition tools (Re: debian-installer status -- 2002-07-29)



* Joey Hess <joeyh@debian.org> [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




Reply to: