Your message dated Sat, 27 Nov 2010 14:11:11 +0100
with message-id <[email protected]>
and subject line Re: Bug#604923: FTBFS with gcc 4.5
has caused the Debian Bug report #604923,
regarding FTBFS with gcc 4.5
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
604923: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604923
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: felix-latin
Version: 2.0-1
Tags: patch
Usertags: origin-ubuntu natty ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

    - debian/patches/50-fix-ftbfs-with-gcc4.5.patch:
      + Remove redundant declaration of QScrollArea in gafio.cpp
        to fix FTBFS with GCC 4.5.

We thought you might be interested in doing the same. 
Description: Remove redundant QScrollArea to fix FTBFS with GCC 4.5 
Author: Bhavani Shankar <[email protected]>

--- felix-latin-1.0.orig/gafio.cpp
+++ felix-latin-1.0/gafio.cpp
@@ -180,7 +180,7 @@ void zScrollArea::wheelEvent (QWheelEven
 }
 
 zScrollArea::zScrollArea(Gxxxiv * mainWindow){
-  QScrollArea::QScrollArea();
+  QScrollArea();
   this->mainWindow=mainWindow;
 }
 

--- End Message ---
--- Begin Message ---
Thank you Atur, I applide your patch and uploaded the revision 2.0-2
(just forgetting the "Closes" stance in the changelog)

Artur Rona a écrit :
> Package: felix-latin
> Version: 2.0-1
> Tags: patch
> Usertags: origin-ubuntu natty ubuntu-patch
> 
> In Ubuntu, we've applied the attached patch to achieve the following:
> 
>     - debian/patches/50-fix-ftbfs-with-gcc4.5.patch:
>       + Remove redundant declaration of QScrollArea in gafio.cpp
>         to fix FTBFS with GCC 4.5.
> 
> We thought you might be interested in doing the same. 

> Description: Remove redundant QScrollArea to fix FTBFS with GCC 4.5 
> Author: Bhavani Shankar <[email protected]>
> 
> --- felix-latin-1.0.orig/gafio.cpp
> +++ felix-latin-1.0/gafio.cpp
> @@ -180,7 +180,7 @@ void zScrollArea::wheelEvent (QWheelEven
>  }
>  
>  zScrollArea::zScrollArea(Gxxxiv * mainWindow){
> -  QScrollArea::QScrollArea();
> +  QScrollArea();
>    this->mainWindow=mainWindow;
>  }
>  


-- 
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to