Tollef Fog Heen <[EMAIL PROTECTED]> 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


-- 
[EMAIL PROTECTED] : 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/


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

Reply via email to