[SCM] telepathy-logger-qt packaging branch, master, updated. debian/0.4.0-1-22-g80f819b

Diane Trout diane-guest at alioth.debian.org
Tue Jul 9 05:19:25 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/telepathy-logger-qt.git;a=commitdiff;h=80f819b

The following commit has been merged in the master branch:
commit 80f819b764ff6eba661fb71da73bb57c0d6a5467
Author: Diane Trout <diane at ghic.org>
Date:   Mon Jul 8 22:19:05 2013 -0700

    Use pkg-kde-tools to help manage symbols file.
---
 debian/changelog                         |    6 ++++++
 debian/control                           |    3 ++-
 debian/libtelepathy-logger-qt4-1.symbols |   14 +++++++-------
 debian/rules                             |    7 ++-----
 4 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 696fb6c..5691864 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+telepathy-logger-qt (0.6.0-2) UNRELEASED; urgency=low
+
+  * Use pkg-kde-tools to help manage symbols file.
+
+ -- Diane Trout <diane at ghic.org>  Mon, 08 Jul 2013 22:09:15 -0700
+
 telepathy-logger-qt (0.6.0-1) unstable; urgency=low
 
   [ Diane Trout ]
diff --git a/debian/control b/debian/control
index 87e43b7..3fc8202 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 9),
  python (>= 2.6),
  python-dev,
  flex,
- bison
+ bison,
+ pkg-kde-tools (>= 0.12)
 # libxml2-dev is basically unavoidable because tp-logger's pkg-config file is wrong
 Standards-Version: 3.9.4
 Homepage: https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt
diff --git a/debian/libtelepathy-logger-qt4-1.symbols b/debian/libtelepathy-logger-qt4-1.symbols
index 342f157..3835692 100644
--- a/debian/libtelepathy-logger-qt4-1.symbols
+++ b/debian/libtelepathy-logger-qt4-1.symbols
@@ -144,13 +144,13 @@ libtelepathy-logger-qt4.so.1 libtelepathy-logger-qt4-1 #MINVER#
  _ZNK3Tpl9TextEvent12messageTokenEv at Base 0.6.0
  _ZNK3Tpl9TextEvent13editTimestampEv at Base 0.6.0
  _ZNK3Tpl9TextEvent7messageEv at Base 0.6.0
- (optional=gccinternal)_ZTCN3Tpl10LogManagerE0_N5QGlib6ObjectE at Base 0.6.0
- (optional=gccinternal)_ZTCN3Tpl5EventE0_N5QGlib6ObjectE at Base 0.6.0
- (optional=gccinternal)_ZTCN3Tpl6EntityE0_N5QGlib6ObjectE at Base 0.6.0
- (optional=gccinternal)_ZTCN3Tpl9CallEventE0_N5QGlib6ObjectE at Base 0.6.0
- (optional=gccinternal)_ZTCN3Tpl9CallEventE0_NS_5EventE at Base 0.6.0
- (optional=gccinternal)_ZTCN3Tpl9TextEventE0_N5QGlib6ObjectE at Base 0.6.0
- (optional=gccinternal)_ZTCN3Tpl9TextEventE0_NS_5EventE at Base 0.6.0
+ (c++|optional=gccinternal)"construction vtable for QGlib::Object-in-Tpl::LogManager at Base" 0.6.0
+ (c++|optional=gccinternal)"construction vtable for QGlib::Object-in-Tpl::Event at Base" 0.6.0
+ (c++|optional=gccinternal)"construction vtable for QGlib::Object-in-Tpl::Entity at Base" 0.6.0
+ (c++|optional=gccinternal)"construction vtable for QGlib::Object-in-Tpl::CallEvent at Base" 0.6.0
+ (c++|optional=gccinternal)"construction vtable for Tpl::Event-in-Tpl::CallEvent at Base" 0.6.0
+ (c++|optional=gccinternal)"construction vtable for QGlib::Object-in-Tpl::TextEvent at Base" 0.6.0
+ (c++|optional=gccinternal)"construction vtable for Tpl::Event-in-Tpl::TextEvent at Base" 0.6.0
  _ZTIN3Tpl10LogManagerE at Base 0.6.0
  _ZTIN3Tpl12PendingDatesE at Base 0.6.0
  _ZTIN3Tpl13PendingEventsE at Base 0.6.0
diff --git a/debian/rules b/debian/rules
index be2e9e7..20f4e1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,10 @@ CMAKE_FLAGS = -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR=1
 include /usr/share/dpkg/architecture.mk
 
 %:
-	dh $@ --parallel --list-missing --dbg-package=libtelepathy-logger-qt4-1-dbg
+	dh $@ --with kde --buildsystem=kde --parallel --list-missing --dbg-package=libtelepathy-logger-qt4-1-dbg
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_SHARED_LIBS=1 -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" $(CMAKE_FLAGS)
-
-override_dh_makeshlibs:
-	dh_makeshlibs -V
+	dh_auto_configure --buildsystem=kde -- -DBUILD_SHARED_LIBS=1 -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" $(CMAKE_FLAGS)
 
 override_dh_clean:
 	dh_clean

-- 
telepathy-logger-qt packaging



More information about the pkg-kde-commits mailing list