build from CVS and upload

1998-03-28 Thread Stephan Kulow
Hi! I build my packages from CVS and it works very good. But now I don't know, if I can upload the resulting .tar.gz. Since the CVS is the upstream CVS and the debian directory is already in, it would be the best solution. But somehow I interprete the policy in the way, that just debian-specific

Re: [PGP] Q about building signed packages

1998-03-28 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE- On Thu, 26 Mar 1998, Sudhakar Chandrasekharan wrote: > [problem with PGP signing ] > > How do I get around this? Possible work-around: Copy /usr/bin/dpkg-buildpackage to /usr/local/bin and remove the -u "$maintainer" part in function signfile(). -BEGIN

Re: [How] Static linking

1998-03-28 Thread James LewisMoss
> On Thu, 26 Mar 1998 15:35:14 -0500, Shaleh <[EMAIL PROTECTED]> said: Shaleh> -static is a linker flag. Most Makefiles have a LDFLAGS Shaleh> section. Add it there. If not, find a -l or -L and add it Shaleh> to the end of that. Well you should only do this if you want the whole thing s