[Pkg-voip-commits] r8649 - in /qutecom/trunk/debian: changelog patches/fix-include-case.patch patches/series

cavedon at alioth.debian.org cavedon at alioth.debian.org
Wed Oct 20 07:03:40 UTC 2010


Author: cavedon
Date: Wed Oct 20 07:03:32 2010
New Revision: 8649

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8649
Log:
* Add patches:
  - fix-include-case.patch: fix case in #include.

Added:
    qutecom/trunk/debian/patches/fix-include-case.patch
Modified:
    qutecom/trunk/debian/changelog
    qutecom/trunk/debian/patches/series

Modified: qutecom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/changelog?rev=8649&op=diff
==============================================================================
--- qutecom/trunk/debian/changelog (original)
+++ qutecom/trunk/debian/changelog Wed Oct 20 07:03:32 2010
@@ -2,15 +2,17 @@
 
   * New upstream release.
   * Update watch file and get-orig-source script for new release.
+  * Bump dependecy on Qt libraries to 4.5.
   * Removed pacthes merged upstream:
     - google-breakpad-stat.patch
     - wait-purple.patch
     - google-breakpad-gcc44.patch
   * Refresh patches:
     - remove-extra-copying-file.patch
-  * Bump dependecy on Qt libraries to 4.5.
-
- -- Ludovico Cavedon <cavedon at debian.org>  Tue, 19 Oct 2010 11:58:00 -0700
+  * Add patches:
+    - fix-include-case.patch: fix case in #include.
+
+ -- Ludovico Cavedon <cavedon at debian.org>  Wed, 20 Oct 2010 00:02:52 -0700
 
 qutecom (2.2~rc3.hg643~dfsg1-1) experimental; urgency=low
 

Added: qutecom/trunk/debian/patches/fix-include-case.patch
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/patches/fix-include-case.patch?rev=8649&op=file
==============================================================================
--- qutecom/trunk/debian/patches/fix-include-case.patch (added)
+++ qutecom/trunk/debian/patches/fix-include-case.patch Wed Oct 20 07:03:32 2010
@@ -1,0 +1,28 @@
+Description: fix case of include
+Origin: upstream, http://hg.qutecom.org/qutecom-2.2/rev/289be68d1812
+# HG changeset patch
+# User laurent
+# Date 1287524253 -7200
+# Node ID 289be68d1812aacf1edb2434123fd89c638b5995
+# Parent  a0befd202cbc515be3d44501a021e34eb2b79c17
+build fix on linux
+
+diff -r a0befd202cbc -r 289be68d1812 qutecom/src/presentation/qt/contactlist/QtContactWidget.cpp
+--- a/qutecom/src/presentation/qt/contactlist/QtContactWidget.cpp	Mon Oct 18 22:22:29 2010 +0200
++++ b/qutecom/src/presentation/qt/contactlist/QtContactWidget.cpp	Tue Oct 19 23:37:33 2010 +0200
+@@ -42,7 +42,7 @@
+ 
+ #include <qtutil/PixmapMerging.h>
+ #include <qtutil/SafeConnect.h>
+-#include <qtutil/languagechangeeventfilter.h>
++#include <qtutil/LanguageChangeEventFilter.h>
+ 
+ #include <QtGui/QtGui>
+ 
+@@ -251,4 +251,4 @@
+ void QtContactWidget::languageChanged()
+ {
+ 	_ui->retranslateUi(this);
+-}
+\ No newline at end of file
++}

Modified: qutecom/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/patches/series?rev=8649&op=diff
==============================================================================
--- qutecom/trunk/debian/patches/series (original)
+++ qutecom/trunk/debian/patches/series Wed Oct 20 07:03:32 2010
@@ -3,3 +3,4 @@
 cmake-force-fpic.patch
 #purple_perl_tcl_noload.patch
 #curl-openssl-mt-fix.patch
+fix-include-case.patch




More information about the Pkg-voip-commits mailing list