Processing of spider_1.2-5_i386.changes

2009-11-20 Thread Archive Administrator
spider_1.2-5_i386.changes uploaded successfully to localhost
along with the files:
  spider_1.2-5.dsc
  spider_1.2-5.debian.tar.gz
  spider_1.2-5_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


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



cdtool 2.1.8-release-2 MIGRATED to testing

2009-11-20 Thread Debian testing watch
FYI: The status of the cdtool source package
in Debian's testing distribution has changed.

  Previous version: 2.1.8-release-1
  Current version:  2.1.8-release-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



defoma 0.11.10-2 MIGRATED to testing

2009-11-20 Thread Debian testing watch
FYI: The status of the defoma source package
in Debian's testing distribution has changed.

  Previous version: 0.11.10-1
  Current version:  0.11.10-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



jack-tools 0.0.2-7 MIGRATED to testing

2009-11-20 Thread Debian testing watch
FYI: The status of the jack-tools source package
in Debian's testing distribution has changed.

  Previous version: 0.0.2-6
  Current version:  0.0.2-7

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



makeztxt 1.62-1 MIGRATED to testing

2009-11-20 Thread Debian testing watch
FYI: The status of the makeztxt source package
in Debian's testing distribution has changed.

  Previous version: 1.60-5
  Current version:  1.62-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



xtlf 0.0+1.03beta-4 MIGRATED to testing

2009-11-20 Thread Debian testing watch
FYI: The status of the xtlf source package
in Debian's testing distribution has changed.

  Previous version: 0.0+1.03beta-3
  Current version:  0.0+1.03beta-4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



zblast 1.3-3 MIGRATED to testing

2009-11-20 Thread Debian testing watch
FYI: The status of the zblast source package
in Debian's testing distribution has changed.

  Previous version: 1.3-2.3
  Current version:  1.3-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



Processing of p2c_1.21alpha2-3_i386.changes

2009-11-20 Thread Archive Administrator
p2c_1.21alpha2-3_i386.changes uploaded successfully to localhost
along with the files:
  p2c_1.21alpha2-3.dsc
  p2c_1.21alpha2-3.diff.gz
  p2c_1.21alpha2-3_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


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



Processed: tagging 184871

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

> # doesn't affect etch or lenny
> tags 184871 squeeze sid
Bug #184871 {Done: Marco Rodrigues } [gtkglarea5-dev] 
gtkglarea5-dev: Fails very ungracefully in conjunction with gtk+-2.0
Added tag(s) sid and squeeze.
>
End of message, 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#552862: patch

2009-11-20 Thread Ruben Molina
tags 552862 + confirmed patch
thanks

Hi, I can confirm this FTBFS on i386 too...
The following patch seems to fix the issue.

Regards,
  Ruben Molina
--- postman-2.1.orig/cgi-lib.c
+++ postman-2.1/cgi-lib.c
@@ -235,7 +235,7 @@
 
 /* stolen from k&r and seriously modified to do what I want */
 
-int getline(char s[], int lim)
+int mygetline(char s[], int lim)
 {
   int c = 0, i=0, num;
 
@@ -282,9 +282,9 @@
   list_create(entries);
   window = entries->head;
   //ignore first boundary; this isn't so robust; improve it later
-  getline(buffer,BUFSIZ);
+  mygetline(buffer,BUFSIZ);
   //now start parsing
-  while ((bytesread=getline(buffer,BUFSIZ)) != 0) 
+  while ((bytesread=mygetline(buffer,BUFSIZ)) != 0) 
 {
 start = 1;
 // this assumes that buffer contains no binary characters. if the buffer contains the first valid header, then this
@@ -358,7 +358,7 @@
 else isfile = 0;
 
 //ignore rest of headers and first blank line
-while (getline(buffer, BUFSIZ) > 1) 
+while (mygetline(buffer, BUFSIZ) > 1) 
   {
   //DOS style blank line?
   if ((buffer[0] == '\r') && (buffer[1] == '\n')) break;
@@ -367,7 +367,7 @@
 j = 0;
 while (!done) 
   {
-  bytesread = getline(buffer,BUFSIZ);
+  bytesread = mygetline(buffer,BUFSIZ);
   buffer[bytesread] = '\0';
   if (bytesread && strstr(buffer,boundary) == NULL) 
 {


signature.asc
Description: Esta parte del mensaje está firmada digitalmente


Processed: patch

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

> tags 552862 + confirmed patch
Bug #552862 [src:postman] postman: FTBFS: cgi-lib.c:238: error: conflicting 
types for 'getline'
Added tag(s) confirmed and 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