[SCM] KDE Base Workspace module packaging branch, kde4.10, updated. debian/4.10.2-2-28-g1e1d4c7

Maximiliano Curia maxy at alioth.debian.org
Wed Jun 12 08:54:55 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-workspace.git;a=commitdiff;h=1e1d4c7

The following commit has been merged in the kde4.10 branch:
commit 1e1d4c7653ab688262928872e0c8c8ddac2f2640
Author: Maximiliano Curia <maxy at debian.org>
Date:   Tue Jun 11 16:59:40 2013 +0200

    Remove the -c0 parameter to dh_makeshlibs invocation.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f2045b6..6a94ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ kde-workspace (4:4.10.4-1) UNRELEASED; urgency=low
   [ Maximiliano Curia ]
   * Update vcs fields.
   * Update libkwinglutils1abi1 symbols file.
+  * Remove the -c0 parameter to dh_makeshlibs invocation.
 
  -- Maximiliano Curia <maxy at debian.org>  Mon, 10 Jun 2013 16:06:09 +0200
 
diff --git a/debian/rules b/debian/rules
index e51ca22..ae54ec3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_strip:
 
 override_dh_makeshlibs:
 	$(overridden_command) -pplasma-desktop -Xlibkickoff.so
-	$(overridden_command) --remaining-packages -- -c0
+	$(overridden_command) --remaining-packages
 
 override_dh_shlibdeps:
 	$(overridden_command) -pkde-workspace-bin -- -xksysguard

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list