View | Details | Raw Unified | Return to bug 27534
Collapse All | Expand All

(-)debian/changelog (+9 lines)
Line 0    Link Here 
1
# I'm not sure if this helps, but terminate() is according to the Qt documentation bad and should not be used
2
--- italc-2.0.0.orig/lib/src/ItalcVncConnection.cpp	2011-08-03 23:18:00.000000000 +0200
 Lines 1-3    Link Here 
1
italc (1:2.0.7-1) unstable; urgency=low
2
3
  * ItalcVncConnection::stop: wait as long as possible before trying to
4
    kill a thread with terminate; Bug #27432
5
6
 -- Andreas Büsching <buesching@univention.de>  Mon, 11 Jun 2012 16:53:01 +0200
7
1
italc (1:2.0.6-1) unstable; urgency=low
8
italc (1:2.0.6-1) unstable; urgency=low
2
9
3
  * stateChanged: change attribute type from enum States to int; Bug #25702
10
  * stateChanged: change attribute type from enum States to int; Bug #25702
(-)debian/rules (+1 lines)
 Lines 39-44    Link Here 
39
override_dh_clean:
39
override_dh_clean:
40
	tar xvfj italc-2.0.0.tar.bz2 --strip-components=1
40
	tar xvfj italc-2.0.0.tar.bz2 --strip-components=1
41
	patch -p1 -i qt-signals.patch
41
	patch -p1 -i qt-signals.patch
42
	patch -p1 -i thread-wait-for-terminate.patch
42
	dh_clean
43
	dh_clean
43
44
44
override_dh_install:                                                                                                                                                                                            
45
override_dh_install:                                                                                                                                                                                            

Return to bug 27534