Dear maintainer,

I've prepared an NMU for italc (versioned as 1:1.0.13-1.1). The diff
is attached to this message.

Regards.


diff -Nru italc-1.0.13/debian/changelog italc-1.0.13/debian/changelog
--- italc-1.0.13/debian/changelog	2011-02-11 14:50:33.000000000 +0100
+++ italc-1.0.13/debian/changelog	2011-12-04 12:11:03.000000000 +0100
@@ -1,3 +1,12 @@
+italc (1:1.0.13-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from Felix Geyer to fix FTBFS when compiled with
+    -Werror=format-security (Closes: #643411)
+  * Set urgency to medium due to rc bug fix
+
+ -- Alexander Reichle-Schmehl <toli...@debian.org>  Sun, 04 Dec 2011 12:08:19 +0100
+
 italc (1:1.0.13-1) unstable; urgency=low
 
   * Added a watch file for italc
diff -Nru italc-1.0.13/debian/patches/fix-format-string.patch italc-1.0.13/debian/patches/fix-format-string.patch
--- italc-1.0.13/debian/patches/fix-format-string.patch	1970-01-01 01:00:00.000000000 +0100
+++ italc-1.0.13/debian/patches/fix-format-string.patch	2011-12-03 18:55:31.000000000 +0100
@@ -0,0 +1,14 @@
+Description: Fix FTBFS with -Werror=format-security.
+Author: Felix Geyer <debfx-...@fobos.de>
+
+--- italc-1.0.13.orig/ima/src/classroom_manager.cpp
++++ italc-1.0.13/ima/src/classroom_manager.cpp
+@@ -428,7 +428,7 @@
+ 	QString xml = "<?xml version=\"1.0\"?>\n" + doc.toString( 2 );
+ 	if( MainWindow::ensureConfigPathExists() == FALSE )
+ 	{
+-		qWarning( QString( "Could not read/write or create directory "
++		qWarning( "%s", QString( "Could not read/write or create directory "
+ 					"%1! For running iTALC, make sure you "
+ 					"have write-access to your home-"
+ 					"directory and to %1 (if already "

Reply via email to