[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.4.5-7+squeeze1-127-gfa300b0

Modestas Vainius modax at alioth.debian.org
Wed Apr 6 18:15:40 UTC 2011


The following commit has been merged in the master branch:
commit e3ecf33971095de7ef821aea19610a9a62625873
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Apr 6 16:18:14 2011 +0300

    Do not bother about shlibs anymore.
    
    Remove -V from the generic dh_makeshlibs call. Those libs have symbol files
    already.
---
 debian/changelog |    2 ++
 debian/rules     |    4 +---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index afdaee9..f9f83ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -153,6 +153,8 @@ kdebase-workspace (4:4.6.2-0r0) UNRELEASED; urgency=low
     Replaces/Breaks due to moved oxygen style plugin.
   * Make plasma-desktop Break pre-4.6 plasma-widget-networkmanagement. Symbol
     clashes (from libsolidcontrol4) cause a crash.
+  * Do not bother about shlibs anymore: remove -V from the generic
+    dh_makeshlibs call.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 02 Apr 2011 01:56:57 +0300
 
diff --git a/debian/rules b/debian/rules
index b2d61e1..688968f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,8 @@ override_dh_strip:
 	$(overridden_command) --dbg-package=kdebase-workspace-dbg
 
 override_dh_makeshlibs:
-	# Private shared libraries which do not install headers
-	$(overridden_command) -plibplasmagenericshell4 '-Vlibplasmagenericshell4 (= $(BINARYVERSION))'
 	$(overridden_command) -pplasma-desktop -Xlibkickoff.so
-	$(overridden_command) --remaining-packages -V -- -c0
+	$(overridden_command) --remaining-packages -- -c0
 
 override_dh_shlibdeps:
 	$(overridden_command) -pkdebase-workspace-bin -- -xksysguard

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list