Re: RFS: LSongs? :)

2004-08-19 Thread Lawrence Williams
Wesley J Landaker wrote: On Tuesday 17 August 2004 21:27, Lawrence Williams wrote: That would be great. For now, I'd just like some help with the two dependencies i need for my lsongs package. Both are only small packages and should be fairly easy to clean up. They are mostly clean now as I'

Re: RFS: LSongs? :)

2004-08-19 Thread Lawrence Williams
Wesley J Landaker wrote: On Tuesday 17 August 2004 21:27, Lawrence Williams wrote: That would be great. For now, I'd just like some help with the two dependencies i need for my lsongs package. Both are only small packages and should be fairly easy to clean up. They are mostly clean now as I've i

Re: Debian Packaging Question

2004-08-19 Thread Ricardo Mones
On Thu, 19 Aug 2004 12:33:44 -0600 Amr Nasr <[EMAIL PROTECTED]> wrote: > Makefile:18: *** missing separator (did you mean TAB instead of 8 > spaces?). Stop. objective: dependencies rules These separators *must* be one tab keypress, not spaces. All of them. Maybe your editor has

Re: Debian Packaging Question

2004-08-19 Thread Magnus Therning
On Thu, Aug 19, 2004 at 12:33:44PM -0600, Amr Nasr wrote: >hi all , >I have read the debian Maintainers' Guide for Creating debian Packages >and i was following it for creation of the package and then when i run >*dh_make* according to the instructions i get errors related to the >Makefile that i

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
On Thu, 19 Aug 2004 14:04:06 +0200, "Eduard Bloch" <[EMAIL PROTECTED]> said: > #include > * Gertjan van Zwieten [Thu, Aug 19 2004, 12:01:12PM]: > > > I admit I was not aware of this perl one-liner you're > > referring to. I > > Such as... for x in *.deb; do perl -e 'read(STDIN,$a,2000); > $a=~s,^(

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
On Thu, 19 Aug 2004 12:23:00 +0200, "Michael Koch" <[EMAIL PROTECTED]> said: > Am Donnerstag, 19. August 2004 12:01 schrieb Gertjan van Zwieten: > > Hi Eduard, > > > > I admit I was not aware of this perl one-liner you're referring to. > > I didn't find any of this on the website, which by the way

Re: Debian Packaging Question

2004-08-19 Thread Ricardo Mones
On Thu, 19 Aug 2004 12:33:44 -0600 Amr Nasr <[EMAIL PROTECTED]> wrote: > Makefile:18: *** missing separator (did you mean TAB instead of 8 > spaces?). Stop. objective: dependencies rules These separators *must* be one tab keypress, not spaces. All of them. Maybe your editor has

Re: Debian Packaging Question

2004-08-19 Thread Magnus Therning
On Thu, Aug 19, 2004 at 12:33:44PM -0600, Amr Nasr wrote: >hi all , >I have read the debian Maintainers' Guide for Creating debian Packages >and i was following it for creation of the package and then when i run >*dh_make* according to the instructions i get errors related to the >Makefile that i

readline library question

2004-08-19 Thread Alexander Baranov
Hi, All. In my Linux program on my computer with Debian Linux I need to have a simple command line input. I plan to use remote Windows computer as remote console and use it's Windows telnet for communication. I try to use Linux readline library. It works when I use standard input and output. When

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
On Thu, 19 Aug 2004 12:23:00 +0200, "Michael Koch" <[EMAIL PROTECTED]> said: > Am Donnerstag, 19. August 2004 12:01 schrieb Gertjan van Zwieten: > > Hi Eduard, > > > > I admit I was not aware of this perl one-liner you're referring to. > > I didn't find any of this on the website, which by the way

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
On Thu, 19 Aug 2004 14:04:06 +0200, "Eduard Bloch" <[EMAIL PROTECTED]> said: > #include > * Gertjan van Zwieten [Thu, Aug 19 2004, 12:01:12PM]: > > > I admit I was not aware of this perl one-liner you're > > referring to. I > > Such as... for x in *.deb; do perl -e 'read(STDIN,$a,2000); > $a=~s,^(

Debian Packaging Question

2004-08-19 Thread Amr Nasr
hi all ,  I have read the debian Maintainers' Guide for Creating debian Packages and i was following it for creation of the package and then when i run   dh_make according to the instructions i get errors related to the Makefile that i have   modified as i am trying to install a script and get

readline library question

2004-08-19 Thread Alexander Baranov
Hi, All. In my Linux program on my computer with Debian Linux I need to have a simple command line input. I plan to use remote Windows computer as remote console and use it's Windows telnet for communication. I try to use Linux readline library. It works when I use standard input and output. When

Debian Packaging Question

2004-08-19 Thread Amr Nasr
hi all ,  I have read the debian Maintainers' Guide for Creating debian Packages and i was following it for creation of the package and then when i run   dh_make according to the instructions i get errors related to the Makefile that i have   modified as i am trying to install a script and get

Re: RFS: http-replicator

2004-08-19 Thread Eduard Bloch
#include * Gertjan van Zwieten [Thu, Aug 19 2004, 12:01:12PM]: > I admit I was not aware of this perl one-liner you're referring to. I Such as... for x in *.deb; do perl -e 'read(STDIN,$a,2000); $a=~s,^(.*?)\r?\n\r?\n,,ms; print $a, ' < $x > pure/$x; done > didn't find any of this on the websi

Re: RFS: http-replicator

2004-08-19 Thread Eduard Bloch
#include * Gertjan van Zwieten [Thu, Aug 19 2004, 12:01:12PM]: > I admit I was not aware of this perl one-liner you're referring to. I Such as... for x in *.deb; do perl -e 'read(STDIN,$a,2000); $a=~s,^(.*?)\r?\n\r?\n,,ms; print $a, ' < $x > pure/$x; done > didn't find any of this on the websi

Re: RFS: http-replicator

2004-08-19 Thread Michael Koch
Am Donnerstag, 19. August 2004 12:01 schrieb Gertjan van Zwieten: > Hi Eduard, > > I admit I was not aware of this perl one-liner you're referring to. > I didn't find any of this on the website, which by the way seems to > be currently offline. Still, even with such script some problems > remain. F

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
Hi Eduard, I admit I was not aware of this perl one-liner you're referring to. I didn't find any of this on the website, which by the way seems to be currently offline. Still, even with such script some problems remain. For instance apt-cacher's cache can't be easily turned into an offline cache,

Re: Seeking sponsors for 3 packages

2004-08-19 Thread Moritz Muehlenhoff
Steve Langasek wrote: > Do we really want to be adding to the number of svgalib-based programs > in the archive? Surely this isn't the only security problem lurking... There's already a PS/PDF viewer for non-X11 in the archive: fbgs from the fbi package. (Unfortunately the package description doe

Re: RFS: http-replicator

2004-08-19 Thread Eduard Bloch
#include * Gertjan van Zwieten [Tue, Aug 17 2004, 10:40:50PM]: > The existing solutions like apt-cacher and apt-proxy didn't really offer > what I was looking for. I have tried to explain this on the website: > http://gertjan.freezope.org/replicator. I do not trust your analysis of apt-cacher. I

Re: RFS: http-replicator

2004-08-19 Thread Michael Koch
Am Donnerstag, 19. August 2004 12:01 schrieb Gertjan van Zwieten: > Hi Eduard, > > I admit I was not aware of this perl one-liner you're referring to. > I didn't find any of this on the website, which by the way seems to > be currently offline. Still, even with such script some problems > remain. F

Profile Status

2004-08-19 Thread Andersen
gbbus. jequnxmc afeyn Ubkurlbue gfdijmayd Do you know that the con g r ess. just passed a new law and you can xzyresjn, ypvfyd obbrnirq omexd r e f inance your - mo. r t gage with Z ER O. ra t e? Viwmbjel kztto, montq Zokjxcl oieooxcxh More then 300,000 families used this offer last month.

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
Hi Eduard, I admit I was not aware of this perl one-liner you're referring to. I didn't find any of this on the website, which by the way seems to be currently offline. Still, even with such script some problems remain. For instance apt-cacher's cache can't be easily turned into an offline cache,

Re: Seeking sponsors for 3 packages

2004-08-19 Thread Moritz Muehlenhoff
Steve Langasek wrote: > Do we really want to be adding to the number of svgalib-based programs > in the archive? Surely this isn't the only security problem lurking... There's already a PS/PDF viewer for non-X11 in the archive: fbgs from the fbi package. (Unfortunately the package description doe

Re: RFS: http-replicator

2004-08-19 Thread Eduard Bloch
#include * Gertjan van Zwieten [Tue, Aug 17 2004, 10:40:50PM]: > The existing solutions like apt-cacher and apt-proxy didn't really offer > what I was looking for. I have tried to explain this on the website: > http://gertjan.freezope.org/replicator. I do not trust your analysis of apt-cacher. I

Profile Status

2004-08-19 Thread Andersen
gbbus. jequnxmc afeyn Ubkurlbue gfdijmayd Do you know that the con g r ess. just passed a new law and you can xzyresjn, ypvfyd obbrnirq omexd r e f inance your - mo. r t gage with Z ER O. ra t e? Viwmbjel kztto, montq Zokjxcl oieooxcxh More then 300,000 families used this offer last month.