(no subject)

2003-10-16 Thread ulistmon2208
unsubscribe

RFS: libdtdparser-java -- Java DTD parser library (closing bug)

2003-10-16 Thread Arnaud Vandyck
Hi mentors, I'd like a sponsor to upload a new package of libdtdparser-java: libdtdparser-java (1.21-6) unstable; urgency=low * changed ANT_HOME (closes: #216123). -- Arnaud Vandyck <[EMAIL PROTECTED]> Fri, 17 Oct 2003 00:16:36 +0200 Usual location: http://vbstefi60.fapse.ulg.ac.be/~arnaud

Re: gcc 3.3 and __func__ ...

2003-10-16 Thread Matt Zimmerman
On Thu, Oct 16, 2003 at 11:51:12PM +0200, Sven Luther wrote: > On Thu, Oct 16, 2003 at 12:26:42PM -0400, Matt Zimmerman wrote: > > See "(gcc)Function Names". It'd really be best to adapt it to use __func__ > > properly, since this is a standard which will be honored by other compilers. > > What

(no subject)

2003-10-16 Thread ulistmon2208
unsubscribe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: gcc 3.3 and __func__ ...

2003-10-16 Thread Sven Luther
On Thu, Oct 16, 2003 at 12:26:42PM -0400, Matt Zimmerman wrote: > On Thu, Oct 16, 2003 at 05:59:43PM +0200, Sven Luther wrote: > > > I have some code that was using : > > > > printf (__func__ "Message", ...); > > > > This doesn't build anymore with gcc 3.x, since __func__ is treated as a > > var

RFS: libdtdparser-java -- Java DTD parser library (closing bug)

2003-10-16 Thread Arnaud Vandyck
Hi mentors, I'd like a sponsor to upload a new package of libdtdparser-java: libdtdparser-java (1.21-6) unstable; urgency=low * changed ANT_HOME (closes: #216123). -- Arnaud Vandyck <[EMAIL PROTECTED]> Fri, 17 Oct 2003 00:16:36 +0200 Usual location: http://vbstefi60.fapse.ulg.ac.be/~arnaud

Re: gcc 3.3 and __func__ ...

2003-10-16 Thread Matt Zimmerman
On Thu, Oct 16, 2003 at 11:51:12PM +0200, Sven Luther wrote: > On Thu, Oct 16, 2003 at 12:26:42PM -0400, Matt Zimmerman wrote: > > See "(gcc)Function Names". It'd really be best to adapt it to use __func__ > > properly, since this is a standard which will be honored by other compilers. > > What

Re: gcc 3.3 and __func__ ...

2003-10-16 Thread Sven Luther
On Thu, Oct 16, 2003 at 12:26:42PM -0400, Matt Zimmerman wrote: > On Thu, Oct 16, 2003 at 05:59:43PM +0200, Sven Luther wrote: > > > I have some code that was using : > > > > printf (__func__ "Message", ...); > > > > This doesn't build anymore with gcc 3.x, since __func__ is treated as a > > var

Splitting a package

2003-10-16 Thread Drew Scott Daniels
I've been in some discussion with another developer. He's decided it would be nice to split out some interface modules for a package. These modules constitute reasonably small single files and copies of the relevant documentation. I'm of the opinion that a few KB is too small for a .deb that could

Re: Splitting a package

2003-10-16 Thread Matt Zimmerman
On Mon, Oct 13, 2003 at 04:51:12PM +0200, Alberto Gonzalez Iniesta wrote: > I'd like to know if this justifies splitting a package. AFAIK the > size or the existence of shared libs justify splitting a package, but > not this. > > I've got a package that contains a command line program and a coupl

Re: proper way to pack package from multiple sources?

2003-10-16 Thread Matt Zimmerman
On Tue, Oct 14, 2003 at 11:35:03AM +0200, Magosányi Árpád wrote: > The syslog-ng package consists of two sources: syslog-ng itself, and > libol. > Now the packege is created by unpacking syslog-ng, dropping the libol > tar.gz into the source tree, and adding the debian dir. > It follows that eithe

Re: gcc 3.3 and __func__ ...

2003-10-16 Thread Matt Zimmerman
On Thu, Oct 16, 2003 at 05:59:43PM +0200, Sven Luther wrote: > I have some code that was using : > > printf (__func__ "Message", ...); > > This doesn't build anymore with gcc 3.x, since __func__ is treated as a > variable, not a string literal. > > What would be the best way of working around t

gcc 3.3 and __func__ ...

2003-10-16 Thread Sven Luther
Hello, I have some code that was using : printf (__func__ "Message", ...); This doesn't build anymore with gcc 3.x, since __func__ is treated as a variable, not a string literal. What would be the best way of working around this ? Replacing all these constructs with : printf ("%sMessage", __f

Splitting a package

2003-10-16 Thread Drew Scott Daniels
I've been in some discussion with another developer. He's decided it would be nice to split out some interface modules for a package. These modules constitute reasonably small single files and copies of the relevant documentation. I'm of the opinion that a few KB is too small for a .deb that could

Re: Splitting a package

2003-10-16 Thread Matt Zimmerman
On Mon, Oct 13, 2003 at 04:51:12PM +0200, Alberto Gonzalez Iniesta wrote: > I'd like to know if this justifies splitting a package. AFAIK the > size or the existence of shared libs justify splitting a package, but > not this. > > I've got a package that contains a command line program and a coupl

Re: proper way to pack package from multiple sources?

2003-10-16 Thread Matt Zimmerman
On Tue, Oct 14, 2003 at 11:35:03AM +0200, Magosányi Árpád wrote: > The syslog-ng package consists of two sources: syslog-ng itself, and > libol. > Now the packege is created by unpacking syslog-ng, dropping the libol > tar.gz into the source tree, and adding the debian dir. > It follows that eithe

Re: gcc 3.3 and __func__ ...

2003-10-16 Thread Matt Zimmerman
On Thu, Oct 16, 2003 at 05:59:43PM +0200, Sven Luther wrote: > I have some code that was using : > > printf (__func__ "Message", ...); > > This doesn't build anymore with gcc 3.x, since __func__ is treated as a > variable, not a string literal. > > What would be the best way of working around t

gcc 3.3 and __func__ ...

2003-10-16 Thread Sven Luther
Hello, I have some code that was using : printf (__func__ "Message", ...); This doesn't build anymore with gcc 3.x, since __func__ is treated as a variable, not a string literal. What would be the best way of working around this ? Replacing all these constructs with : printf ("%sMessage", __f

RFS lib*-perl

2003-10-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I'd be very grateful for a sponsor for one or more of the folowing packages: libcgi-xmlapplication-perl -- Perl module for creating XML-DOM and OO based CGI scripts libcgi-xmlform-perl -- Perl module for reading/generating formatted XML libdbix-

RFS lib*-perl

2003-10-16 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I'd be very grateful for a sponsor for one or more of the folowing packages: libcgi-xmlapplication-perl -- Perl module for creating XML-DOM and OO based CGI scripts libcgi-xmlform-perl -- Perl module for reading/generating formatted XML libdbix-

Re: RFS: Intel's OpenCV library for computer vision applications

2003-10-16 Thread Don Armstrong
On Thu, 09 Oct 2003, Daniel A. Nagy wrote: > I am seeking a sponsor for the above mentioned package(s). They claim > to be "Open Source"*, but as far as I could judge from their (rather > short) license, they might be considered non-free from a Debian point > of view. The license looks like a 3 cl

Re: RFS: Intel's OpenCV library for computer vision applications

2003-10-16 Thread Don Armstrong
On Thu, 09 Oct 2003, Daniel A. Nagy wrote: > I am seeking a sponsor for the above mentioned package(s). They claim > to be "Open Source"*, but as far as I could judge from their (rather > short) license, they might be considered non-free from a Debian point > of view. The license looks like a 3 cl

Re: RFS: Intel's OpenCV library for computer vision applications

2003-10-16 Thread Terry Hancock
On Thursday 09 October 2003 10:01 pm, Daniel A. Nagy wrote: > I am seeking a sponsor for the above mentioned package(s). They claim to be > "Open Source"*, but as far as I could judge from their (rather short) license, > they might be considered non-free from a Debian point of view. Looks DFSG fre

Sponsership for libjabber-ruby

2003-10-16 Thread Idan Sofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm currently in process of packaging jabber4r, or libjabber-ruby in it's debianized form(ITP #207636), and I'm looking for a sponser to review my work:-) I've followed closely after the current ruby sub-policy, although it seems to be in a draft s

Re: RFS: Intel's OpenCV library for computer vision applications

2003-10-16 Thread Terry Hancock
On Thursday 09 October 2003 10:01 pm, Daniel A. Nagy wrote: > I am seeking a sponsor for the above mentioned package(s). They claim to be > "Open Source"*, but as far as I could judge from their (rather short) license, > they might be considered non-free from a Debian point of view. Looks DFSG fre