Emails mala direta por email enviar mala direta

2009-04-04 Thread Dvgmail
Mais detalhes em:
http://www.maladiretaemails.com

Emails mala direta por email cadastro em sites de busca, listas para spam, 
cadastro em site de busca divulgação em site de busca, envio em massa emails de 
envio mala direta, e-mail e-mails para mala direta, mais emails cadastramento 
em sites de busca, divulgação de sites na internet envio anônimo. Emails mala 
direta por email listas, listas para mala direta divulgação e marketing 
maisemails mala direta, cadastramento de sites para divulgação de site, enviar 
mala direta atualizados, do Brasil Cadastro de e-mails atualizados, listas 
Listas segmentadas e programa para enviar e-mail opt in, divulgação de site 
emails mala direta.

direta lista de emails mala direta, listas de email listagem de emails, emails 
segmentados opt in, mala direta são paulo e-mails opt in 

Visite:
http://www.maladiretaemails.com

Emails mala direta por email enviar mala direta. mala direta eletronica 
cadastramento em sites de busca, mala direta por email e-mail, listas de email 
direta, propaganda na internet opt in enviar mala direta divulgação site.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#518962: aterm: a regression due to this change

2009-04-04 Thread Guillem Jover
Hi!

On Fri, 2009-03-27 at 11:55:32 +0200, Timo Aaltonen wrote:
>   I don't understand the reason of this bugreport. It says 
> "/usr/bin/aterm is a binary installed by the terminator package and not a 
> generic name.". But I can't see any other binaries than 
> /usr/bin/terminator in that package, and shouldn't /usr/bin/aterm belong 
> in this package anyway??
>
> this is a regression, since the link is gone.

Right, the original bug report and the entirety of the subsequent
provided patch seems bogus. Barry, could you do an upload reverting the
whole diff from this report?

thanks,
guillem



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: re: tnftp: FTBFS: 'ARG_MAX' undeclared

2009-04-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 518858 +patch
Bug#518858: tnftp: FTBFS: 'ARG_MAX' undeclared
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#518858: tnftp: FTBFS: 'ARG_MAX' undeclared

2009-04-04 Thread peter green

tags 518858 +patch
thanks

A bit of grepping determined the following

linux/limits.h defines an ARG_MAX
however the various headers that include linux/limits.h explicitly state 
that the version from the linux kernel headers is wrong and explicitly 
undefine it.


/usr/include/bits/xopen_lim.h states
"Please note only the values which are not greater than the minimum
  stated in the standard document are listed.  The `sysconf' functions
  should be used to obtain the actual value."

and

"/* We do not provide fixed values for

  ARG_MAXMaximum length of argument to the `exec' function
   including environment data. "

I took this as a hint, read the sysconf manpage and replaced "ARG_MAX" 
with "sysconf(_SC_ARG_MAX)" in libnetbsd/glob.c . This made the package 
build sucessfully (I have not tested if it works though)




--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Arbeit zu vergeben

2009-04-04 Thread Raphaele oehler
Fuer unser Unternehmen werden bundesweit Einkaeufer gesucht. Vorkenntnisse 
nicht erforderlich. Wir arbeiten Sie gruendlich ein. Auch ideal fuer 
Fruehrentner und Arbeitslose.
Bewerbung bitte an servic...@mail.kz


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#518858: tnftp: FTBFS: 'ARG_MAX' undeclared

2009-04-04 Thread Aníbal Monsalve Salazar
On Sun, Apr 05, 2009 at 04:13:29AM +0100, peter green wrote:
>I took this as a hint, read the sysconf manpage and replaced "ARG_MAX"
>with "sysconf(_SC_ARG_MAX)" in libnetbsd/glob.c . This made the package
>build sucessfully (I have not tested if it works though)

grep "ARG_MAX" /usr/include/linux/limits.h
#define ARG_MAX   131072/* # bytes of args + environ for exec() */

Why not just insert:

#include 

to libnetbsd/glob.c?

--- a/libnetbsd/glob.c  2007-07-23 21:45:51.0 +1000
+++ b/libnetbsd/glob.c  2009-04-05 16:24:59.0 +1000
@@ -55,6 +55,7 @@
  * Number of matches in the current invocation of glob.
  */
 
+#include 
 #include "tnftp.h"
 
 #undef TILDE   /* XXX: AIX 4.1.5 has this in  */



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org