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

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



Tollef Fog Heen <tollef@add.no> immo vero scripsit:

> | Absolutely... I had to cd into each of several dirs containing source
> | for udebs and run dpkg-buildpackage in each one. I'd like to see a
> | situation under which I would type make -once-, and it builds all the
> | udebs.
> 
> Why?  (as in, I think that is a silly idea.)

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


regards,
	junichi


-- 
dancer@debian.org : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4
Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/



Reply to: