tags 667194 + pending
thanks

Dear maintainer,

I've prepared an NMU for gsmartcontrol (versioned as 0.8.6-1.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Beatles
diff -Nru gsmartcontrol-0.8.6/debian/changelog gsmartcontrol-0.8.6/debian/changelog
--- gsmartcontrol-0.8.6/debian/changelog	2012-04-08 14:20:28.000000000 +0200
+++ gsmartcontrol-0.8.6/debian/changelog	2012-04-22 14:34:03.000000000 +0200
@@ -1,3 +1,12 @@
+gsmartcontrol (0.8.6-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": add patch 05_gcc-4.7.patch from Paul Tagliamonte
+    (adds this-> qualifier).
+    Closes: #667194
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 22 Apr 2012 14:32:59 +0200
+
 gsmartcontrol (0.8.6-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru gsmartcontrol-0.8.6/debian/patches/05_gcc-4.7.patch gsmartcontrol-0.8.6/debian/patches/05_gcc-4.7.patch
--- gsmartcontrol-0.8.6/debian/patches/05_gcc-4.7.patch	1970-01-01 01:00:00.000000000 +0100
+++ gsmartcontrol-0.8.6/debian/patches/05_gcc-4.7.patch	2012-04-22 14:31:56.000000000 +0200
@@ -0,0 +1,24 @@
+Description: fix FTBFS with gcc 4.7
+Author: Paul Tagliamonte <t...@pault.ag>
+Bug-Debian: http://bugs.debian.org/667194
+
+--- a/src/gsc_text_window.h	2012-04-18 22:03:41.340661672 -0400
++++ b/src/gsc_text_window.h	2012-04-18 22:03:46.264661939 -0400
+@@ -126,7 +126,7 @@ class GscTextWindow : public AppUIResWid
+ 		// by default, delete_event calls hide().
+ 		bool on_delete_event_before(GdkEventAny* e)
+ 		{
+-			destroy(this);  // deletes this object and nullifies instance
++			this->destroy(this);  // deletes this object and nullifies instance
+ 			return true;  // event handled, don't call default virtual handler
+ 		}
+ 
+@@ -184,7 +184,7 @@ class GscTextWindow : public AppUIResWid
+ 
+ 		void on_close_window_button_clicked()
+ 		{
+-			destroy(this);
++			this->destroy(this);
+ 		}
+ 
+ 
diff -Nru gsmartcontrol-0.8.6/debian/patches/series gsmartcontrol-0.8.6/debian/patches/series
--- gsmartcontrol-0.8.6/debian/patches/series	2012-04-08 14:19:30.000000000 +0200
+++ gsmartcontrol-0.8.6/debian/patches/series	2012-04-22 14:31:02.000000000 +0200
@@ -2,3 +2,4 @@
 02_fix_doc_install.patch
 03_gcc4.4.patch
 04_glib2.31.patch
+05_gcc-4.7.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to