Re: downloading selected source packages automatically

2004-10-05 Thread Alexander Schmehl
* ROBERTOJIMENOCA <[EMAIL PROTECTED]> [041005 16:00]: > So I download the source package (dsc, diff.gz & tar.gz), dpkg-source > it, apply my patches, dpkg-buildpackage > -rfakeroot, install it and mark it for hold so when upgrading a newer > version isn't installed. I didn't tried it myself, but

Re: downloading selected source packages automatically

2004-10-05 Thread Christoph Berg
Re: ROBERTOJIMENOCA in <[EMAIL PROTECTED]> > So I have, in a folder, something like: > glibc_2.3.2.ds1-16.diff.gz > glibc_2.3.2.ds1-16.dsc > glibc_2.3.2.ds1.orig.tar.gz > > and just running a command have that files upgraded to the latest > version. cd src && rm -rf glibc_* glibc-* && apt-get so

downloading selected source packages automatically

2004-10-05 Thread ROBERTOJIMENOCA
I have to compile many packages from source because some of my patches are not applied upstream. So I download the source package (dsc, diff.gz & tar.gz), dpkg-source it, apply my patches, dpkg-buildpackage -rfakeroot, install it and mark it for hold so when upgrading a newer version isn't installe