[SCM] KDE Development Platform Libraries module packaging branch, master, updated. debian/4.4.5-1-9-g157b55c

Modestas Vainius modax at alioth.debian.org
Mon Jul 26 17:03:24 UTC 2010


The following commit has been merged in the master branch:
commit 82ce55f22fdcaa07cdd4c625c86421ddbff1d2a2
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jul 26 19:39:53 2010 +0300

    Add 4:4.3.4-2 changes from the respective dsc.
---
 debian/changelog             |    8 ++++++++
 debian/libplasma3.symbols.in |    1 -
 debian/rules                 |    2 ++
 3 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da651ac..23c8086 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+kde4libs (4:4.3.4-2) unstable; urgency=emergency
+
+  * Fix libplasma3 symbols file (Closes: #570041).
+  * Pass CMAKE_SKIP_RPATH=ON to cmake.
+  * Urgency=emergency - needed for transition.
+
+ -- Modestas Vainius <modax at debian.org>  Thu, 18 Feb 2010 15:19:16 +0200
+
 kde4libs (4:4.3.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/libplasma3.symbols.in b/debian/libplasma3.symbols.in
index e7260fe..fbdf38a 100644
--- a/debian/libplasma3.symbols.in
+++ b/debian/libplasma3.symbols.in
@@ -1401,7 +1401,6 @@ libplasma.so.3 libplasma3 #MINVER#
  _ZN6Plasma9WallpaperD1Ev at Base 4:4.2.2
  _ZN6Plasma9WallpaperD2Ev at Base 4:4.2.2
  (optional=templinst)_ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_ at Base 4:4.2.2
- _ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_ at Base 4:4.2.98
  _ZNK6Plasma10BusyWidget10metaObjectEv at Base 4:4.2.2
  _ZNK6Plasma10BusyWidget5labelEv at Base 4:4.2.98
  _ZNK6Plasma10BusyWidget9isRunningEv at Base 4:4.2.98
diff --git a/debian/rules b/debian/rules
index 923d233..8aada4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Ver
 #PLASMA_ABI=$(shell grep 'plasma-abi-' debian/libplasma3.symbols.in | head -n1 | sed 's/^.*\(plasma-abi-\S\+\).*/\1/')
 RUNTIME_DEPS := kdebase-runtime (>= 4:4.3.0)
 
+DEB_CMAKE_CUSTOM_FLAGS := -DCMAKE_SKIP_RPATH=ON
+
 DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg
 DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg
 DEB_DBG_PACKAGE_libplasma3 := kdelibs5-dbg

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list