Re: new kde-3.2.0-0+cvs20031231 debs online
Andreas Schultz <[email protected]> Fri, 2 Jan 2004 19:32:45 +0100
| Newsgroups | gmane.linux.debian.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
On Friday 02 January 2004 19:22, christian muehlhaeuser wrote: > hi andreas! > > > I mostly build them because i had problems with kmail. Regular builds are > > much to time consuming and i would only do them if i could automate the > > build cycle (a full automated rebuild would probably takes about 12hours > > on my systems). > > do you have any scripts, yet? > a cvs-co with a proper ./configure and make isn't everything (sadly *g*). > packaging and stuff is exactly the stuff i'm missing in my "knowledge base" > named brain. if you would be so kind and support me with some information, > i'd like to catch that train and help out with some new packages a bit. no, i have done it all manualy. the basic sequence goes like this: cd package-dir cvs update -dP check for merge problems tweak version entry on changelog dpkg-buildpackage -b -nc >> logfile (NOTE: this omits the source package, but i guess thats ok for cvs builds, maybe one could include the output of a 'cvs diff -u' as source ????) cd .. dput local <package>.changes sleep 10 apt-get update apt-get upgrade goto next package Regards Andreas