[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:06:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=eabcc96

The following commit has been merged in the master branch:
commit eabcc9618bc9d995651451ddcca2690bed502cec
Author: Alin M Elena <alinm.elena at gmail.com>
Date:   Wed Mar 6 20:05:47 2013 +0000

    set version from CMakeLists.txt for ktp-debugger
    REVIEW: 109318
---
 tools/debugger/main.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/debugger/main.cpp b/tools/debugger/main.cpp
index b707cac..3861cf2 100644
--- a/tools/debugger/main.cpp
+++ b/tools/debugger/main.cpp
@@ -17,6 +17,8 @@
 */
 
 #include "main-window.h"
+#include "version.h"
+
 #include <KAboutData>
 #include <KCmdLineArgs>
 #include <KApplication>
@@ -27,7 +29,7 @@ int main(int argc, char **argv)
 {
     KAboutData aboutData("ktp-debugger", 0,
             ki18n("KDE Telepathy Debug Tool"),
-            "0.4.60",
+            KTP_VERSION,
             ki18n("Tool for inspecting logs of the various underlying telepathy components"),
             KAboutData::License_LGPL,
             ki18n("Copyright (C) 2011 Collabora Ltd."));

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list