[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.8.4-1-2-geb1fe99
Pino Toscano
pino at alioth.debian.org
Sun Jun 10 10:09:50 UTC 2012
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdebase-workspace.git;a=commitdiff;h=eb1fe99
The following commit has been merged in the master branch:
commit eb1fe999c06dce77df0cfbb84e202ab303d2819f
Author: Pino Toscano <pino at debian.org>
Date: Sun Jun 10 12:09:27 2012 +0200
set strict shlibs for kde-style-oxygen
the oxygenstyle library inside has no concept of binary compatibility
---
debian/changelog | 3 +++
debian/rules | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9d699d7..e9bc1f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
kde-workspace (4:4.8.4-2) UNRELEASED; urgency=low
+ [ Pino Toscano ]
+ * Set strict shlibs for kde-style-oxygen, since the oxygenstyle library
+ inside has no concept of binary compatibility.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 10 Jun 2012 12:06:53 +0200
diff --git a/debian/rules b/debian/rules
index fab3a5c..e7dff0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ dh = --with=python2
include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
libpkgs_addsubst_allLibraries = kde-workspace-dev
-libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
+libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages) kde-style-oxygen
include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
BINARYVERSION := $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: //')
--
KDE Base Workspace module packaging
More information about the pkg-kde-commits
mailing list