Re: RFS: for two orphaned packages

2004-05-10 Thread Bartosz Fenski aka fEnIo
On Wed, May 05, 2004 at 08:12:37PM +0100, Adam D. Barratt wrote: nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please quote $$i.gz, ie.: $$i.gz. ;-) PPS: I'd use sind find -print0 ... | xargs -0 rm Even better, xargs -0r rm. That way,

Re: RFS: for two orphaned packages

2004-05-10 Thread Bartosz Fenski aka fEnIo
On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote: Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev. And I made changes to rules file so now I'm using: -find images -name *.ppm.gz -print0 | xargs -0r rm -f -find images -name *.pbm.gz -print0 |

Re: RFS: for two orphaned packages

2004-05-10 Thread Andreas Metzler
On Mon, May 10, 2004 at 03:07:50PM +0200, Bartosz Fenski aka fEnIo wrote: On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote: Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev. And I made changes to rules file so now I'm using: -find images -name

Re: RFS: for two orphaned packages

2004-05-10 Thread Jeroen van Wolffelaar
On Mon, May 10, 2004 at 04:15:23PM +0200, Andreas Metzler wrote: On Mon, May 10, 2004 at 03:07:50PM +0200, Bartosz Fenski aka fEnIo wrote: On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote: Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev. And I made

Re: RFS: for two orphaned packages

2004-05-10 Thread Bartosz Fenski aka fEnIo
On Mon, May 10, 2004 at 04:15:23PM +0200, Andreas Metzler wrote: On Mon, May 10, 2004 at 03:07:50PM +0200, Bartosz Fenski aka fEnIo wrote: On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote: Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev. And I made

Re: RFS: for two orphaned packages

2004-05-10 Thread Bartosz Fenski aka fEnIo
On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote: Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev. And I made changes to rules file so now I'm using: -find images -name *.ppm.gz -print0 | xargs -0r rm -f -find images -name *.pbm.gz -print0 |

Re: RFS: for two orphaned packages

2004-05-10 Thread Andreas Metzler
On Mon, May 10, 2004 at 03:07:50PM +0200, Bartosz Fenski aka fEnIo wrote: On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote: Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev. And I made changes to rules file so now I'm using: -find images -name

Re: RFS: for two orphaned packages

2004-05-10 Thread Jeroen van Wolffelaar
On Mon, May 10, 2004 at 04:15:23PM +0200, Andreas Metzler wrote: On Mon, May 10, 2004 at 03:07:50PM +0200, Bartosz Fenski aka fEnIo wrote: On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote: Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev. And I made

Re: RFS: for two orphaned packages

2004-05-10 Thread Bartosz Fenski aka fEnIo
On Mon, May 10, 2004 at 04:15:23PM +0200, Andreas Metzler wrote: On Mon, May 10, 2004 at 03:07:50PM +0200, Bartosz Fenski aka fEnIo wrote: On Mon, May 10, 2004 at 02:38:37PM +0200, Andreas Metzler wrote: Ok now I changed dependencies to xlibmesa-gl-dev, xlibmesa-glu-dev. And I made

Re: RFS: for two orphaned packages

2004-05-10 Thread Bartosz Fenski aka fEnIo
On Wed, May 05, 2004 at 08:12:37PM +0100, Adam D. Barratt wrote: nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please quote $$i.gz, ie.: $$i.gz. ;-) PPS: I'd use sind find -print0 ... | xargs -0 rm Even better, xargs -0r rm. That way,

Re: RFS: for two orphaned packages

2004-05-10 Thread Andreas Metzler
On Mon, May 10, 2004 at 02:17:18PM +0200, Bartosz Fenski aka fEnIo wrote: On Wed, May 05, 2004 at 08:12:37PM +0100, Adam D. Barratt wrote: nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please quote $$i.gz, ie.: $$i.gz. ;-) PPS: I'd use

Re: RFS: for two orphaned packages

2004-05-06 Thread Adam D. Barratt
On Wednesday, May 05, 2004 10:31 PM GMT+1, Goswin von Brederlow [EMAIL PROTECTED] wrote: Adam D. Barratt [EMAIL PROTECTED] writes: On Wed, 2004-05-05 at 19:17, Andreas Metzler wrote: [...] nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please

Re: RFS: for two orphaned packages

2004-05-06 Thread Adam D. Barratt
On Wednesday, May 05, 2004 10:31 PM GMT+1, Goswin von Brederlow [EMAIL PROTECTED] wrote: Adam D. Barratt [EMAIL PROTECTED] writes: On Wed, 2004-05-05 at 19:17, Andreas Metzler wrote: [...] nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please

Re: RFS: for two orphaned packages

2004-05-05 Thread Bartosz Fenski aka fEnIo
On Wed, May 05, 2004 at 12:02:55AM +0200, Bartosz Fenski aka fEnIo wrote: Of course you and Andreas are right. Sorry for my mistake. I just hate patching stuff this way and I didn't notice this patch. I rebuilt it tomorrow to use dpatch stuff. Nice sentence ;) Very gramatical... seems I have

Re: RFS: for two orphaned packages

2004-05-05 Thread Andreas Metzler
On 2004-05-05 Bartosz Fenski aka fEnIo [EMAIL PROTECTED] wrote: On Wed, May 05, 2004 at 12:02:55AM +0200, Bartosz Fenski aka fEnIo wrote: Of course you and Andreas are right. Sorry for my mistake. I just hate patching stuff this way and I didn't notice this patch. I rebuilt it tomorrow

Re: RFS: for two orphaned packages

2004-05-05 Thread Adam D. Barratt
On Wed, 2004-05-05 at 19:17, Andreas Metzler wrote: [...] nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please quote $$i.gz, ie.: $$i.gz. ;-) PPS: I'd use sind find -print0 ... | xargs -0 rm Even better, xargs -0r rm. That way, rm won't

Re: RFS: for two orphaned packages

2004-05-05 Thread Goswin von Brederlow
Adam D. Barratt [EMAIL PROTECTED] writes: On Wed, 2004-05-05 at 19:17, Andreas Metzler wrote: [...] nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please quote $$i.gz, ie.: $$i.gz. ;-) PPS: I'd use sind find -print0 ... | xargs -0 rm Even

Re: RFS: for two orphaned packages

2004-05-05 Thread Bartosz Fenski aka fEnIo
On Wed, May 05, 2004 at 12:02:55AM +0200, Bartosz Fenski aka fEnIo wrote: Of course you and Andreas are right. Sorry for my mistake. I just hate patching stuff this way and I didn't notice this patch. I rebuilt it tomorrow to use dpatch stuff. Nice sentence ;) Very gramatical... seems I have

Re: RFS: for two orphaned packages

2004-05-05 Thread Adam D. Barratt
On Wed, 2004-05-05 at 19:17, Andreas Metzler wrote: [...] nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please quote $$i.gz, ie.: $$i.gz. ;-) PPS: I'd use sind find -print0 ... | xargs -0 rm Even better, xargs -0r rm. That way, rm won't

Re: RFS: for two orphaned packages

2004-05-05 Thread Goswin von Brederlow
Adam D. Barratt [EMAIL PROTECTED] writes: On Wed, 2004-05-05 at 19:17, Andreas Metzler wrote: [...] nitpick follows PS: for i in images/*.ppm images/*.pbm; do rm -vf $$i.gz ... hurts my eyes. Please quote $$i.gz, ie.: $$i.gz. ;-) PPS: I'd use sind find -print0 ... | xargs -0 rm Even

RFS: for two orphaned packages

2004-05-04 Thread Bartosz Fenski aka fEnIo
Hello. I'm looking for sponsor(s) for two packages which I would like to adopt. 1) libparagui1.0 - a real crossplatform widget set based on SDL I've fixed 4 outstanding bugs and I need updated library for packaging some game which utilizes it. More information at

Re: RFS: for two orphaned packages

2004-05-04 Thread Andreas Metzler
On 2004-05-04 Bartosz Fenski aka fEnIo [EMAIL PROTECTED] wrote: [...] 2) csmash - a table tennis simulation game I've fixed one outstanding bug and I like this game very much ;) [...] Hello, I have taken a short peek at this one and have some questions/critizism: #1 I've compared -2 and -3

Re: RFS: for two orphaned packages

2004-05-04 Thread Bartosz Fenski aka fEnIo
On Tue, May 04, 2004 at 10:46:50PM +0200, Andreas Metzler wrote: 2) csmash - a table tennis simulation game I've fixed one outstanding bug and I like this game very much ;) [...] Hello, I have taken a short peek at this one and have some questions/critizism: First of all thanks for your

Re: RFS: for two orphaned packages

2004-05-04 Thread Adam D. Barratt
On Tue, 2004-05-04 at 22:22, Bartosz Fenski aka fEnIo wrote: On Tue, May 04, 2004 at 10:46:50PM +0200, Andreas Metzler wrote: 2) csmash - a table tennis simulation game I've fixed one outstanding bug and I like this game very much ;) [...] Hello, I have taken a short peek at this

Re: RFS: for two orphaned packages

2004-05-04 Thread Andreas Metzler
On 2004-05-04 Bartosz Fenski aka fEnIo [EMAIL PROTECTED] wrote: On Tue, May 04, 2004 at 10:46:50PM +0200, Andreas Metzler wrote: 2) csmash - a table tennis simulation game I've fixed one outstanding bug and I like this game very much ;) [...] I have taken a short peek at this one and

Re: RFS: for two orphaned packages

2004-05-04 Thread Bartosz Fenski aka fEnIo
On Tue, May 04, 2004 at 10:44:45PM +0100, Adam D. Barratt wrote: [...] Maybe there were merged to upstream version so far? No, your package is missing the patch. Regards, Adam Of course you and Andreas are right. Sorry for my mistake. I just hate patching stuff this way and I didn't

RFS: for two orphaned packages

2004-05-04 Thread Bartosz Fenski aka fEnIo
Hello. I'm looking for sponsor(s) for two packages which I would like to adopt. 1) libparagui1.0 - a real crossplatform widget set based on SDL I've fixed 4 outstanding bugs and I need updated library for packaging some game which utilizes it. More information at

Re: RFS: for two orphaned packages

2004-05-04 Thread Andreas Metzler
On 2004-05-04 Bartosz Fenski aka fEnIo [EMAIL PROTECTED] wrote: [...] 2) csmash - a table tennis simulation game I've fixed one outstanding bug and I like this game very much ;) [...] Hello, I have taken a short peek at this one and have some questions/critizism: #1 I've compared -2 and -3

Re: RFS: for two orphaned packages

2004-05-04 Thread Bartosz Fenski aka fEnIo
On Tue, May 04, 2004 at 10:46:50PM +0200, Andreas Metzler wrote: 2) csmash - a table tennis simulation game I've fixed one outstanding bug and I like this game very much ;) [...] Hello, I have taken a short peek at this one and have some questions/critizism: First of all thanks for your

Re: RFS: for two orphaned packages

2004-05-04 Thread Adam D. Barratt
On Tue, 2004-05-04 at 22:22, Bartosz Fenski aka fEnIo wrote: On Tue, May 04, 2004 at 10:46:50PM +0200, Andreas Metzler wrote: 2) csmash - a table tennis simulation game I've fixed one outstanding bug and I like this game very much ;) [...] Hello, I have taken a short peek at this

Re: RFS: for two orphaned packages

2004-05-04 Thread Andreas Metzler
On 2004-05-04 Bartosz Fenski aka fEnIo [EMAIL PROTECTED] wrote: On Tue, May 04, 2004 at 10:46:50PM +0200, Andreas Metzler wrote: 2) csmash - a table tennis simulation game I've fixed one outstanding bug and I like this game very much ;) [...] I have taken a short peek at this one and

Re: RFS: for two orphaned packages

2004-05-04 Thread Bartosz Fenski aka fEnIo
On Tue, May 04, 2004 at 10:44:45PM +0100, Adam D. Barratt wrote: [...] Maybe there were merged to upstream version so far? No, your package is missing the patch. Regards, Adam Of course you and Andreas are right. Sorry for my mistake. I just hate patching stuff this way and I didn't