[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.6.5-3-40-g332bfc2

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Sun Oct 23 01:00:49 UTC 2011


The following commit has been merged in the master branch:
commit 3b80137bbcd841ace5e1f4d9551618fd6213a028
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Sat Oct 22 11:24:18 2011 +0200

    Manage the kdebase-runtime -> kde-runtime renaming.
---
 debian/changelog |    2 ++
 debian/rules     |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aa8f67d..98cdb7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ kde-workspace (4:4.7.2-0r3) UNRELEASED; urgency=low
     - kdebase-workspace-data -> kde-workspace-data
     - kdebase-workspace-dev -> kde-workspace-dev
     - kdebase-workspace-kgreet-plugins -> kde-workspace-kgreet-plugins
+  * Manage the kdebase-runtime -> kde-runtime renaming:
+    - Exclude kde-runtime instead of kdebase-runtime from dh_shlibdeps results.
   * Add the following dummy packages (which depend on kde-workspace-*):
     - kdebase-workspace
     - kdebase-workspace-bin
diff --git a/debian/rules b/debian/rules
index c6a9fd7..721793e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,8 @@ override_dh_makeshlibs:
 
 override_dh_shlibdeps:
 	$(overridden_command) -pkde-workspace-bin -- -xksysguard
-	$(overridden_command) -pkde-workspace-dev -- -xkdebase-runtime
-	$(overridden_command) $(foreach p,$(filter lib%,$(shell dh_listpackages -a)),-p$p) -- -xkdebase-runtime
+	$(overridden_command) -pkde-workspace-dev -- -xkde-runtime
+	$(overridden_command) $(foreach p,$(filter lib%,$(shell dh_listpackages -a)),-p$p) -- -xkde-runtime
 	$(overridden_command) --remaining-packages
 
 # Prevent it from stopping kdm in prerm ever (--no-restart-on-upgrade is not

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list