[SCM] attica packaging branch, master, updated. debian/5.12.0-1-5-g67f5d14

Maximiliano Curia maxy at moszumanska.debian.org
Thu Aug 6 21:56:56 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/attica.git;a=commitdiff;h=507fca7

The following commit has been merged in the master branch:
commit 507fca7153a7b5bf8be17667d833aa16b378e3f8
Author: Thibaut Gridel <tgridel at free.fr>
Date:   Sun Jan 3 18:35:35 2010 +0000

    Fixing symbols for qreal.
---
 debian/control                                       |  2 +-
 debian/{libattica0.symbols => libattica0.symbols.in} | 12 ++++++------
 debian/rules                                         |  4 ++++
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index c869252..5d9b930 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: attica
 Priority: optional
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Thibaut Gridel <tgridel at free.fr>
-Build-Depends: debhelper (>= 7.3), cmake, libqt4-dev
+Build-Depends: debhelper (>= 7.3), cmake, libqt4-dev, pkg-kde-tools
 Standards-Version: 3.8.3
 Section: libs
 Homepage: http://www.kde.org
diff --git a/debian/libattica0.symbols b/debian/libattica0.symbols.in
similarity index 98%
rename from debian/libattica0.symbols
rename to debian/libattica0.symbols.in
index 12651d4..909fba5 100644
--- a/debian/libattica0.symbols
+++ b/debian/libattica0.symbols.in
@@ -91,8 +91,8 @@ libattica.so.0 libattica0 #MINVER#
  _ZN6Attica5Event10setCountryERK7QString at Base 0.1.1
  _ZN6Attica5Event10setEndDateERK5QDate at Base 0.1.1
  _ZN6Attica5Event11setHomepageERK4QUrl at Base 0.1.1
- _ZN6Attica5Event11setLatitudeEd at Base 0.1.1
- _ZN6Attica5Event12setLongitudeEd at Base 0.1.1
+ _ZN6Attica5Event11setLatitudeE{qreal}@Base 0.1.1
+ _ZN6Attica5Event12setLongitudeE{qreal}@Base 0.1.1
  _ZN6Attica5Event12setStartDateERK5QDate at Base 0.1.1
  _ZN6Attica5Event14setDescriptionERK7QString at Base 0.1.1
  _ZN6Attica5Event20addExtendedAttributeERK7QStringS3_ at Base 0.1.1
@@ -130,10 +130,10 @@ libattica.so.0 libattica0 #MINVER#
  _ZN6Attica6Person11setBirthdayERK5QDate at Base 0.1.1
  _ZN6Attica6Person11setHomepageERK7QString at Base 0.1.1
  _ZN6Attica6Person11setLastNameERK7QString at Base 0.1.1
- _ZN6Attica6Person11setLatitudeEd at Base 0.1.1
+ _ZN6Attica6Person11setLatitudeE{qreal}@Base 0.1.1
  _ZN6Attica6Person12setAvatarUrlERK4QUrl at Base 0.1.1
  _ZN6Attica6Person12setFirstNameERK7QString at Base 0.1.1
- _ZN6Attica6Person12setLongitudeEd at Base 0.1.1
+ _ZN6Attica6Person12setLongitudeE{qreal}@Base 0.1.1
  _ZN6Attica6Person20addExtendedAttributeERK7QStringS3_ at Base 0.1.1
  _ZN6Attica6Person5setIdERK7QString at Base 0.1.1
  _ZN6Attica6Person6Parser8parseXmlER16QXmlStreamReader at Base 0.1.1
@@ -293,7 +293,7 @@ libattica.so.0 libattica0 #MINVER#
  _ZN6Attica8Provider12downloadLinkERK7QStringS3_ at Base 0.1.1
  _ZN6Attica8Provider12inviteFriendERK7QStringS3_ at Base 0.1.1
  _ZN6Attica8Provider12postActivityERK7QString at Base 0.1.1
- _ZN6Attica8Provider12postLocationEddRK7QStringS3_ at Base 0.1.1
+ _ZN6Attica8Provider12postLocationE{qreal}{qreal}RK7QStringS3_ at Base 0.1.1
  _ZN6Attica8Provider12requestEventERK7QString at Base 0.1.1
  _ZN6Attica8Provider12requestEventERK7QStringS3_RK5QDateNS0_8SortModeEii at Base 0.1.1
  _ZN6Attica8Provider13addNewContentERKNS_8CategoryERKNS_7ContentE at Base 0.1.1
@@ -335,7 +335,7 @@ libattica.so.0 libattica0 #MINVER#
  _ZN6Attica8Provider25requestKnowledgeBaseEntryERK7QString at Base 0.1.1
  _ZN6Attica8Provider25requestPersonSearchByNameERK7QString at Base 0.1.1
  _ZN6Attica8Provider26requestReceivedInvitationsEii at Base 0.1.1
- _ZN6Attica8Provider29requestPersonSearchByLocationEdddii at Base 0.1.1
+ _ZN6Attica8Provider29requestPersonSearchByLocationE{qreal}{qreal}{qreal}ii at Base 0.1.1
  _ZN6Attica8Provider9becomeFanERK7QString at Base 0.1.1
  _ZN6Attica8Provider9createUrlERK7QString at Base 0.1.1
  _ZN6Attica8ProviderC1ERK14QSharedPointerINS_17PlatformDependentEERK4QUrlRK7QStringS8_ at Base 0.1.1
diff --git a/debian/rules b/debian/rules
index 511dc99..07eef05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,9 @@ export CXXFLAGS+=-fvisibility=hidden -fvisibility-inlines-hidden
 %:
 	dh $@
 
+override_dh_strip:
+	# Generate symbols file
+	pkgkde-symbolshelper symbolfile -p libattica0 -o debian/libattica0.symbols
+
 override_dh_makeshlibs:
 	dh_makeshlibs -V 'libattica0 (>=0.1.1)'

-- 
attica packaging



More information about the pkg-kde-commits mailing list