Bug#649815: fixed
We believe that the bug you reported is now fixed; the following changes were made to the overrides... Concerning package libbt... Operating on the unstable suite Changed priority from optional to extra Changed section from libs to oldlibs Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 649...@bugs.debian.org. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@debian.org. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain) -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1rufpm-0002sa...@franck.debian.org
Processed: Re: Bug#648507: vmware-view-open-client: FTBFS (curl/types.h was removed)
Processing commands for cont...@bugs.debian.org: > tags 648507 patch Bug #648507 [vmware-view-open-client] vmware-view-open-client: FTBFS (curl/types.h was removed) Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 648507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648507 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.132235219028758.transcr...@bugs.debian.org
Bug#648507: vmware-view-open-client: FTBFS (curl/types.h was removed)
tags 648507 patch thanks Attaching a debdiff that fixes the build failure. diff -Nru vmware-view-open-client-4.5.0-297975+dfsg/debian/changelog vmware-view-open-client-4.5.0-297975+dfsg/debian/changelog --- vmware-view-open-client-4.5.0-297975+dfsg/debian/changelog 2011-01-09 21:31:16.0 +0100 +++ vmware-view-open-client-4.5.0-297975+dfsg/debian/changelog 2011-11-27 00:57:15.0 +0100 @@ -1,3 +1,12 @@ +vmware-view-open-client (4.5.0-297975+dfsg-4) unstable; urgency=low + + * QA upload. + * Fix FTBFS: drop curl/types.h include as it doesn't exist anymore. +(Closes: #648507) +- Add 03-curl-include.patch + + -- Felix Geyer Sun, 27 Nov 2011 00:45:33 +0100 + vmware-view-open-client (4.5.0-297975+dfsg-3) unstable; urgency=low * Removing unneeded README.source and headers in copyright file. diff -Nru vmware-view-open-client-4.5.0-297975+dfsg/debian/patches/03-curl-include.patch vmware-view-open-client-4.5.0-297975+dfsg/debian/patches/03-curl-include.patch --- vmware-view-open-client-4.5.0-297975+dfsg/debian/patches/03-curl-include.patch 1970-01-01 01:00:00.0 +0100 +++ vmware-view-open-client-4.5.0-297975+dfsg/debian/patches/03-curl-include.patch 2011-11-27 00:17:56.0 +0100 @@ -0,0 +1,13 @@ +Description: Drop curl/types.h include as it doesn't exist anymore. +Author: Felix Geyer + +--- vmware-view-open-client-4.5.0-297975+dfsg.orig/lib/bora/basicHttp/http.c vmware-view-open-client-4.5.0-297975+dfsg/lib/bora/basicHttp/http.c +@@ -40,7 +40,6 @@ + #include "requestQueue.h" + + #include +-#include + #include + #include + diff -Nru vmware-view-open-client-4.5.0-297975+dfsg/debian/patches/series vmware-view-open-client-4.5.0-297975+dfsg/debian/patches/series --- vmware-view-open-client-4.5.0-297975+dfsg/debian/patches/series 2010-11-20 16:54:44.0 +0100 +++ vmware-view-open-client-4.5.0-297975+dfsg/debian/patches/series 2011-11-27 00:20:15.0 +0100 @@ -1,2 +1,3 @@ 01-doc-pdf.patch 02-binutils-gold.patch +03-curl-include.patch
Bug#620984: wmii: lxterminal misbehaves with setsid
The reported misbehaviour is peculiar to the terminal emulator lxterminal(1), almost certainly due to the fact that wmii_3.9.2+debian-3 is encapsulating the terminal invocation inside setsid(1). A standard emulator like lxterm(1), i.e., the locale-sensing wrapper for xterm(1), does not exhibit this failure. The use of lxterminal(1) presently leaves a zombie: $ ps ax | grep term 28189 ?Ssl0:00 lxterminal 28190 ?Z 0:00 [lxterminal] 29090 pts/0S+ 0:00 /bin/grep term The use of lxterm(1) will not leave a zombie process behind in that manner. Best regards, Mats Erik Andersson, DM -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2027003131.ga31...@mea.homelinux.org