Bug#137035: ITP: lsadb -- Scan devices on Apple ADB bus

2002-03-06 Thread Viral
Package: wnpp
Version: N/A; reported 2002-03-05
Severity: wishlist

* Package name: lsadb
  Version : 1.0
  Upstream Author : Matthias Grim 
* URL : http://www.cymes.de/members/joker/projects/lsadb
* License : GPL
  Description : Scan devices on Apple ADB bus


I would like to package lsadb for debian. Its a small utility which
accomplishes the following: (from the README)

lsadb is a small utility to scan the devices on the ADB-Bus and
print out some information about the devices found.

This tool is not very usefull on computers without an ADB-Bus.
That are mostly Apple Macintosh Computers. 

viral

-- System Information
Debian Release: 3.0
Architecture: powerpc
Kernel: Linux lorien 2.4.18-ben0 #1 Tue Feb 26 13:19:56 EST 2002 ppc
Locale: LANG=C, LC_CTYPE=C

-- 
http://www.mayin.org/~gandalf

You are young and life is long and there is time to kill today.



Processed: ITP Arkane

2002-03-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 126386 ITP: Arkanae -- 3D role-playing game
Bug#126386: RFP: Arkanae -- 3D role-playing game
Changed Bug title.

 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#136844: comments on your ARM emulator

2002-03-06 Thread Robert Millan

El dc, 06 mar 2002 10:21:37 Dave Gilbert (Home) ha escrit:



I'm currently creating debian packages of it, would you like
arcem to be included in the debian distribution?



Yes certainly; I've been a debian user for a few months now on a number
of architectures (Alpha, Sparc, x86,hp-pa, mips) - although I haven't
got around to figuring out how to create packages.


Fine! If at anytime you are interested in maintaining arcem packages
yourself, you have preference of course :)


I think there are a couple of problems to deal with:

 1) I've never made it use anything sensible like autoconf/automake, so
you will need to figure a couple of things out in the build scripts
(particularly endianness and a sizeof I think).


I was working on an autoconf script to check for endianess, i'll pass it
when it's done.


 2) There are problems with the emulator on very fast machines - it is
too fast so we get key bounce.  But that is something I can deal with.


well, that doesn't sound important. how fast do you mean, can you give
an i386 example?


Good luck and I'll be happy to try the emulator.


Thanks for your interest!

--

Robert Millan  Debian GNU/* user
zeratul2 wanadoo eshttp://getyouriso.dyndns.org/





Bug#134137: fcptools for debian

2002-03-06 Thread Robert Millan


Hello!

David McNab just told me that you're now maintainer
of fcptools.

Is it okay for you if I package it for the Debian
distribution? You'd benefit from feedback including
bug reports, patches and ideas for new features.

p.s. please keep the CC to [EMAIL PROTECTED] when responding

David: It looks like your address for Jay was wrong: [EMAIL PROTECTED]

Cheers,

--

Robert Millan  Debian GNU/* user
zeratul2 wanadoo eshttp://getyouriso.dyndns.org/





Bug#136844: some more comments on arcem

2002-03-06 Thread Robert Millan


Hi!

I'm attaching a patch that fixes some paths that don't
correspond with the FHS standard. Feel free not to
apply it if you don't see it fit, I can do that
patching in the package.

About the /usr/X11 thing, that directory is
deprecated in favor of /usr/X11R6. You can check
section 4.1 of the FHS (http://www.pathname.com/fhs/)

Also I've come with some doubts. Users should be able
to create custom disk images and ROMs easily, so
I'm playing with that (maybe I can create a script)

Regarding the harddisk, could you give me some info about
calculating drive cylinders, heads, sectors (or sectors
per track?) and sector size parameters basing on the
drive size? I'm afraid I have little idea about that.

Regarding the ROM, I've found your lkb utility
which i plan to package either. I'll try to distribute
the necessary arm binaries if I can.

I didn't find any versioning in lkb, does it have some?
Otherwise I can use 0.0.20020306 from the actual date.

Cheers,

--

Robert Millan  Debian GNU/* user
zeratul2 wanadoo eshttp://getyouriso.dyndns.org/

diff -ur /tmp/arcem-0.50/Makefile /home/rmh/debian/arm/arcem/arcem-0.50/Makefile
--- /tmp/arcem-0.50/Makefile	Tue Aug  3 22:00:16 1999
+++ /home/rmh/debian/arm/arcem/arcem-0.50/Makefile	Mon Mar  4 18:23:28 2002
@@ -22,8 +22,8 @@
 #Default endianness of the emulated processor (LITTLEEND or BIGEND)
 ENDIAN=LITTLEEND
 
-CC = /home/dg/egcs/bin/gcc
+CC = /usr/bin/gcc
 # add -DHOST_BIGENDIAN for big endian hosts, eg. sun, sgi, hp
 CFLAGS = -O6 -D$(ENDIAN) $(CFL) -Wall -Wno-return-type -DNOOS -DNOFPE -I/usr/X11/include
 #CFLAGS = -g -D$(ENDIAN) $(CFL) -Wall -DNOOS -DNOFPE -I/usr/X11/include -DBENCHMARKEXIT
@@ -59,7 +59,7 @@
 	$(INSTALL) armul $(INSTALL_DIR)
 
 armul-arc: $(OBJS) $(MODEL).o
-	$(CC) $(CFLAGS) $(OBJS) $(MODEL).o -o $@ -L/usr/X11/lib -lm -lXext -lX11
+	$(CC) $(CFLAGS) $(OBJS) $(MODEL).o -o $@ -L/usr/X11R6/lib -lm -lXext -lX11
 
 clean:
 	rm -f *.o arch/*.o armul-arc core *.bb *.bbg *.da


Bug#137106: ITP: dctc -- Direct Connect Text Client

2002-03-06 Thread Grzegorz Prokopski
Package: wnpp
Version: N/A; reported 2002-03-06
Severity: wishlist

* Package name: dctc
  Version : 0.66.0
  Upstream Author : Eric Prevoteau [EMAIL PROTECTED]
* URL : http://ac2i.tzo.com/dctc/
* License : GPL
  Description : Direct Connect Text Client

Text console client of well known DC (Direct Connect) protocol.
It is *really* not intended to be used by hand. Instead
You should install and use dcgui program.

I am not DD yet. You may find early packages of dctc and dcgui at
http://sente.pl/debian/ 
ATM they work for me(tm), but finetunning is planned.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux greg 2.4.18-p3lvmpe #2 nie sty 13 19:53:59 CET 2002 i586
Locale: LANG=pl_PL.ISO-8859-2, LC_CTYPE=pl_PL




Bug#137108: ITP: libtrash -- A LD_PRELOAD'd trash can library

2002-03-06 Thread Timshel Knoll
Package: wnpp
Version: N/A; reported 2002-03-07
Severity: wishlist

* Package name: libtrash
  Version : 0.8
  Upstream Author : Manuel Arriaga [EMAIL PROTECTED]
* URL : http://www.m-arriaga.net/software/libtrash/
* License : GPL
  Description : A trash can LD_PRELOADed library

I haven't seen an ITP for this around, so if no one else is working on
it or wants it more than me, I intend packaging libtrash.
My only hesitation is the legal status of this - libtrash uses a
LD_PRELOAD trick to intercept calls to unlink () (and other calls such
as rename(), fopen() et al), and would normally be inserted into
/etc/ld.so.preload. How does this sit legally if other programs (many of
which will not be GPL licensed, some of which will be non-free) will be
using the library through the LD_PRELOAD trick? Does this create a
license conflict with the GPL? I assume that if the license was LGPL,
there would be no problem with this ... am I correct to believe this?

Cheers,

Timshel

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux pippin 2.4.17-xfs-k6 #1 Tue Jan 8 22:25:38 EST 2002 i586
Locale: LANG=C, LC_CTYPE=




Bug#137108: ITP: libtrash -- A LD_PRELOAD'd trash can library

2002-03-06 Thread Branden Robinson
On Thu, Mar 07, 2002 at 04:39:55AM +1100, Timshel Knoll wrote:
 I haven't seen an ITP for this around, so if no one else is working on
 it or wants it more than me, I intend packaging libtrash.
 My only hesitation is the legal status of this - libtrash uses a
 LD_PRELOAD trick to intercept calls to unlink () (and other calls such
 as rename(), fopen() et al), and would normally be inserted into
 /etc/ld.so.preload. How does this sit legally if other programs (many of
 which will not be GPL licensed, some of which will be non-free) will be
 using the library through the LD_PRELOAD trick? Does this create a
 license conflict with the GPL? I assume that if the license was LGPL,
 there would be no problem with this ... am I correct to believe this?

At first blush, I'd say there is no possibility of violating the GPL as
long as a given tool doesn't rely, count on, or mandate linkage with a
GPL'ed library, and it is not distributed in a way that does so.

Admittedly, I haven't thought through this in detail, so I could be
wrong, but it seems to me it would be impossible to enforce the GPL
against people who, on their own systems, replace traditionally GPL'ed
interfaces with proprietary ones.

In other words, I could write Branden's libc with secret source code
and permit unlimited redistribution of its binaries.  Assuming my libc
doesn't have any external dependencies on GPL'ed software, nobody is
violating any license if he installs my libc to his own system and uses
an LD_PRELOAD trick or even replaces his system's default libc with
mine.

There *is* a big problem if somebody takes GPL'ed applications and
statically links it with my proprietary libc (if he's not the copyright
holder); that's just plain forbidden by the license on the app.  There
is also a problem if my libc implements specialized, unique functions
and someone writes an app (or another library) that uses them, and then
GPL's their app.  The copyright holder of that app would have to grant
permission to link against my proprietary libc, because the app only has
any hope of being usable if someone uses my proprietary libc in
conjunction with it.  Alternatively, someone can write a GPL'ed clone of
my functions.

This latter situation is identical in every important detail to the
licensing problems that used to exist with Qt.  There were three
possible solutions to that problem:
1) Qt could be relicensed in a GPL-compatible way;
2) The copyright holders of all GPL'ed Qt-using apps could grant
   permission for their code to be used with Qt;
3) A GPL'ed clone of Qt could be developed.

Eventually, TrollTech AS adopted the first solution (Qt Free Edition is
dual-licensed under the QPL and the GPL).  In the meantime, some people
adopted approach 2, like libapt-pkg, and an abortive attempt at 3 was
made (the Harmony project).

For a more thorough analysis, you should probably ask debian-legal.

-- 
G. Branden Robinson|  The noble soul has reverence for
Debian GNU/Linux   |  itself.
[EMAIL PROTECTED] |  -- Friedrich Nietzsche
http://people.debian.org/~branden/ |


pgp3i928NgsAe.pgp
Description: PGP signature


Bug#137139: ITP: splint -- LClint, the next generation

2002-03-06 Thread Wilmer van der Gaast
Package: wnpp
Severity: wishlist

* Package name: splint
  Version : 3.0.1.6
  Upstream Author : David Evans http://www.cs.virginia.edu/evans/ and others
* URL : http://www.splint.org/
* License : GPL http://www.splint.org/faq.html#distribution
  Description : Secure Programming Lint

The program used to be called lclint, now it's called splint. I'm trying
to get this one packaged for Debian. If the lclint maintainer Christian
Meder [EMAIL PROTECTED] doesn't mind, that is..

-- 
*=-+-__
   |[EMAIL PROTECTED]:  _
   | http://www.lintux.cx/ | /Currently playing\
   :http://www.algoritme.nl|/ Eels:BusStopBoxer \
~~-+-=-+~+-=*



Processed: Retitling back - NM process taking too long and I don't want to bother more people to sponsor my packages

2002-03-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 130838 O:  recover -- Undelete files on ext2 partitions
Bug#130838: ITA:  recover -- Undelete files on ext2 partitions
Changed Bug title.

 retitle 93464 0: cooledit -- A portable, fast X Window text editor with 
 beautiful 3D widgets
Bug#93464: ITA: cooledit -- A portable, fast X Window text editor with 
beautiful 3D widgets
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#127695: marked as done (O: qt-x11-free -- QT Gui Library)

2002-03-06 Thread Debian Bug Tracking System
Your message dated Wed, 6 Mar 2002 16:59:58 -0700
with message-id [EMAIL PROTECTED]
and subject line done
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 4 Jan 2002 00:13:48 +
From [EMAIL PROTECTED] Thu Jan 03 18:13:48 2002
Return-path: [EMAIL PROTECTED]
Received: from granger.mail.mindspring.net [207.69.200.148] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16MHzY-0007R4-00; Thu, 03 Jan 2002 18:13:48 -0600
Received: from pool-63.50.169.192.dnvr.grid.net ([63.50.169.192] 
helo=tootie.covert.tdyc.com)
by granger.mail.mindspring.net with esmtp (Exim 3.33 #1)
id 16MHzX-0003Gu-00
for [EMAIL PROTECTED]; Thu, 03 Jan 2002 19:13:47 -0500
Received: by tootie.covert.tdyc.com (Postfix, from userid 1000)
id 228B9230B8; Thu,  3 Jan 2002 17:13:46 -0700 (MST)
Date: Thu, 3 Jan 2002 17:13:46 -0700
From: Ivan E. Moore II [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: O: qt-x11-free - QT Gui Library
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.25i
Delivered-To: [EMAIL PROTECTED]

Package: wnpp

libqt3 and company
-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD

---
Received: (at 127695-done) by bugs.debian.org; 7 Mar 2002 00:00:38 +
From [EMAIL PROTECTED] Wed Mar 06 18:00:38 2002
Return-path: [EMAIL PROTECTED]
Received: from vsat-148-64-31-158.c050.t7.mrt.starband.net 
(tootie.covert.tdyc.com) [148.64.31.158] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16ilKl-0007LP-00; Wed, 06 Mar 2002 18:00:37 -0600
Received: by tootie.covert.tdyc.com (Postfix, from userid 1000)
id 1A75423BB8; Wed,  6 Mar 2002 16:59:58 -0700 (MST)
Date: Wed, 6 Mar 2002 16:59:58 -0700
From: Ivan E. Moore II [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: done
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
Delivered-To: [EMAIL PROTECTED]

revoking O
-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD



Bug#127702: marked as done (ITA: libmng -- Multiple-image Network Graphics library)

2002-03-06 Thread Debian Bug Tracking System
Your message dated Wed, 6 Mar 2002 16:59:58 -0700
with message-id [EMAIL PROTECTED]
and subject line done
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 4 Jan 2002 00:17:08 +
From [EMAIL PROTECTED] Thu Jan 03 18:17:08 2002
Return-path: [EMAIL PROTECTED]
Received: from hall.mail.mindspring.net [207.69.200.60] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16MI2m-0007bt-00; Thu, 03 Jan 2002 18:17:08 -0600
Received: from pool-63.50.169.192.dnvr.grid.net ([63.50.169.192] 
helo=tootie.covert.tdyc.com)
by hall.mail.mindspring.net with esmtp (Exim 3.33 #1)
id 16MI2l-0004Mi-00
for [EMAIL PROTECTED]; Thu, 03 Jan 2002 19:17:08 -0500
Received: by tootie.covert.tdyc.com (Postfix, from userid 1000)
id D68F7230B8; Thu,  3 Jan 2002 17:17:06 -0700 (MST)
Date: Thu, 3 Jan 2002 17:17:06 -0700
From: Ivan E. Moore II [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: O: libmng - Multiple-image Network Graphics library
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.25i
Delivered-To: [EMAIL PROTECTED]

Package: wnpp

 The libmng library supports decoding, displaying, encoding, and various
 other manipulations of the Multiple-image Network Graphics (MNG) format
 image files. It uses the zlib compression library, and optionally the
 JPEG library by the Independent JPEG Group (IJG) and/or
 lcms (little cms), a color-management library by Marti Maria Saguar.
-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD

---
Received: (at 127702-done) by bugs.debian.org; 7 Mar 2002 00:00:37 +
From [EMAIL PROTECTED] Wed Mar 06 18:00:37 2002
Return-path: [EMAIL PROTECTED]
Received: from vsat-148-64-31-158.c050.t7.mrt.starband.net 
(tootie.covert.tdyc.com) [148.64.31.158] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16ilKl-0007LP-00; Wed, 06 Mar 2002 18:00:37 -0600
Received: by tootie.covert.tdyc.com (Postfix, from userid 1000)
id 1A75423BB8; Wed,  6 Mar 2002 16:59:58 -0700 (MST)
Date: Wed, 6 Mar 2002 16:59:58 -0700
From: Ivan E. Moore II [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: done
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
Delivered-To: [EMAIL PROTECTED]

revoking O
-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD



Bug#127709: marked as done (O: libqt3-psql -- Postgresql database plugin for Qt3)

2002-03-06 Thread Debian Bug Tracking System
Your message dated Wed, 6 Mar 2002 16:59:58 -0700
with message-id [EMAIL PROTECTED]
and subject line done
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 4 Jan 2002 00:21:19 +
From [EMAIL PROTECTED] Thu Jan 03 18:21:19 2002
Return-path: [EMAIL PROTECTED]
Received: from smtp6.mindspring.com [207.69.200.110] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16MI6p-0007nt-00; Thu, 03 Jan 2002 18:21:19 -0600
Received: from pool-63.50.169.192.dnvr.grid.net ([63.50.169.192] 
helo=tootie.covert.tdyc.com)
by smtp6.mindspring.com with esmtp (Exim 3.33 #1)
id 16MI6n-0008DF-00
for [EMAIL PROTECTED]; Thu, 03 Jan 2002 19:21:18 -0500
Received: by tootie.covert.tdyc.com (Postfix, from userid 1000)
id BE058230B8; Thu,  3 Jan 2002 17:21:16 -0700 (MST)
Date: Thu, 3 Jan 2002 17:21:16 -0700
From: Ivan E. Moore II [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: O: libqt3-psql
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.25i
Delivered-To: [EMAIL PROTECTED]

Package: wnpp

non-us packages from the qt-x11-free source
-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD

---
Received: (at 127709-done) by bugs.debian.org; 7 Mar 2002 00:00:37 +
From [EMAIL PROTECTED] Wed Mar 06 18:00:37 2002
Return-path: [EMAIL PROTECTED]
Received: from vsat-148-64-31-158.c050.t7.mrt.starband.net 
(tootie.covert.tdyc.com) [148.64.31.158] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16ilKl-0007LP-00; Wed, 06 Mar 2002 18:00:37 -0600
Received: by tootie.covert.tdyc.com (Postfix, from userid 1000)
id 1A75423BB8; Wed,  6 Mar 2002 16:59:58 -0700 (MST)
Date: Wed, 6 Mar 2002 16:59:58 -0700
From: Ivan E. Moore II [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: done
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
Delivered-To: [EMAIL PROTECTED]

revoking O
-- 

Ivan E. Moore II
[EMAIL PROTECTED]
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD



Bug#135690: ITA: php4-pgsql -- PostgreSQL module for php4

2002-03-06 Thread Adam Conrad
retitle 135690 ITA: php4-pgsql -- PostgreSQL module for php4
thanks

I suppose I should adopt this one too, since it's a matched set. :)

... Adam

--
1024D/C6CEA0C9  C8B2 CB3E 3225 49BB 5ED2  0002 BE3C ED47 C6CE A0C9




Processed: ITA: php4-pgsql -- PostgreSQL module for php4

2002-03-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 135690 ITA: php4-pgsql -- PostgreSQL module for php4
Bug#135690: O: php4-pgsql -- PostgreSQL module for php4
Changed Bug title.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processed: your mail

2002-03-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 124170
Bug#124170: ITP: gnome-spell -- GNOME/Bonobo wrapper for Pspell
Bug closed, send any further explanations to Andrew Lau [EMAIL PROTECTED]

 reopen 124170 Takuo KITAME [EMAIL PROTECTED]
Bug#124170: ITP: gnome-spell -- GNOME/Bonobo wrapper for Pspell
Bug reopened, originator set to Takuo KITAME [EMAIL PROTECTED].


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#87667: gstreamer packages still in preparation?

2002-03-06 Thread Joshua Haberman
Hello,

Do you still intend to package gstreamer?  Do you have test packages
anywhere?

If you're no longer interested, I may be interested in adopting this ITP.

Joshua

-- 
Joshua Haberman  [EMAIL PROTECTED]



Bug#119258: marked as done (ITA: ale-clone -- Realtime fantasy strategy game)

2002-03-06 Thread Debian Bug Tracking System
Your message dated Wed, 06 Mar 2002 23:32:01 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#119258: fixed in freecraft 1.17pre1build16-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 12 Nov 2001 04:52:02 +
From aj@azure.humbug.org.au Sun Nov 11 22:52:02 2001
Return-path: aj@azure.humbug.org.au
Received: from azure.humbug.org.au [203.143.238.84] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16394i-0002mU-00; Sun, 11 Nov 2001 22:52:01 -0600
Received: from dhcp69.localnet (cyan) [192.168.105.69] (mail)
by azure.humbug.org.au with esmtp (Exim 3.12 #1 (Debian))
id 16394e-0004q5-00; Mon, 12 Nov 2001 14:51:56 +1000
Received: from aj by cyan with local (Exim 3.32 #1 (Debian))
id 16394i-00044X-00; Mon, 12 Nov 2001 14:52:00 +1000
From: Anthony Towns aj@azure.humbug.org.au
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: O: ale-clone, ale-clone-cogliati
X-Reportbug-Version: 1.31
X-Mailer: reportbug 1.31
Date: Mon, 12 Nov 2001 14:51:59 +1000
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]

Package: wnpp
Version: N/A; reported 2001-11-12
Severity: normal

This has been renamed upstream to freecraft with a number of improvements.
Someone should package that, and remove these packages from the archive.

-- System Information
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux cyan 2.4.8-pre7-ben0 #2 SMP Sun Aug 12 23:24:14 EST 2001 ppc
Locale: LANG=C, LC_CTYPE=C


---
Received: (at 119258-close) by bugs.debian.org; 7 Mar 2002 04:38:04 +
From [EMAIL PROTECTED] Wed Mar 06 22:38:04 2002
Return-path: [EMAIL PROTECTED]
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16ipfH-0004cK-00; Wed, 06 Mar 2002 22:38:03 -0600
Received: from ajt by auric.debian.org with local (Exim 3.12 1 (Debian))
id 16ipZR-0001o4-00; Wed, 06 Mar 2002 23:32:01 -0500
From: David Martínez Moreno [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Lisa: $Revision: 1.4 $
Subject: Bug#119258: fixed in freecraft 1.17pre1build16-1
Message-Id: [EMAIL PROTECTED]
Sender: Anthony Towns [EMAIL PROTECTED]
Date: Wed, 06 Mar 2002 23:32:01 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
freecraft, which is due to be installed in the Debian FTP archive:

freecraft_1.17pre1build16-1.diff.gz
  to pool/main/f/freecraft/freecraft_1.17pre1build16-1.diff.gz
freecraft_1.17pre1build16-1.dsc
  to pool/main/f/freecraft/freecraft_1.17pre1build16-1.dsc
freecraft_1.17pre1build16-1_i386.deb
  to pool/main/f/freecraft/freecraft_1.17pre1build16-1_i386.deb
freecraft_1.17pre1build16.orig.tar.gz
  to pool/main/f/freecraft/freecraft_1.17pre1build16.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Martínez Moreno [EMAIL PROTECTED] (supplier of updated freecraft 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  1 Mar 2002 02:52:44 +0100
Source: freecraft
Binary: freecraft
Architecture: source i386
Version: 1.17pre1build16-1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno [EMAIL PROTECTED]
Changed-By: David Martínez Moreno [EMAIL PROTECTED]
Description: 
 freecraft  - Realtime fantasy strategy game for Unix and X
Closes: 94202 104785 119258 121684 121684 124409 127870 135325
Changes: 
 freecraft (1.17pre1build16-1) unstable; urgency=low
 .
   * Yes, I know that this package is not ale-clone anymore, but I
 want to close (or maybe have noted) the bugs in ale-clone. The
 bugs that this release close are relative to ale-clone, not
 freecraft (an almost new package). But this release closes
 several RC bugs, so I'm not really worried about closing bugs from
 here.
   * New upstream release and name change (closes: #94202).
   * New maintainer (closes: #119258).
   * Built with HAVE_EXPANSION, for preparing it for an eventual use

Bug#124308: test packages?

2002-03-06 Thread Ganesan R
David,

Do you have any test packages yet? I am working on OpenLDAP 2.1 on a
personal project and need db4 urgently. I'll be happy to test anything you
have.

Ganesan

-- 
Ganesan R ([EMAIL PROTECTED]) | http://www.debian.org/~rganesan/
1024D/5D8C12EA, fingerprint F361 84F1 8D82 32E7 1832  6798 15E0 02BA 5D8C 12EA