[SCM] kate packaging branch, kde4.8, updated. debian/4.7.4-2-24-g0749aac

Modestas Vainius modax at alioth.debian.org
Sun May 27 14:33:10 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kate.git;a=commitdiff;h=83005fb

The following commit has been merged in the kde4.8 branch:
commit 83005fb864e4490ea8ee664cc45677d566eee3ef
Author: Modestas Vainius <modax at debian.org>
Date:   Sun May 27 17:24:30 2012 +0300

    Enable strict shlibs for libraries.
---
 debian/changelog |    1 +
 debian/control   |    2 +-
 debian/rules     |    3 +++
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index de2d5ae..8122967 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ kate (4:4.8.3-0r1) UNRELEASED; urgency=low
   * Add myself to Uploaders.
   * Drop dh_makeshlibs override: not needed as there are no symbol files.
   * Override lintian "kate: package-name-doesnt-match-sonames".
+  * Enable strict shlibs for libraries.
 
  -- Eshat Cakar <info at eshat.de>  Thu, 08 Mar 2012 18:29:52 +0100
 
diff --git a/debian/control b/debian/control
index 2227574..ebe5204 100644
--- a/debian/control
+++ b/debian/control
@@ -115,7 +115,7 @@ Section: debug
 Architecture: any
 Priority: extra
 Depends: ${misc:Depends}, katepart (= ${binary:Version}),
- kde-runtime-dbg (>= 4:4.6.90)
+ kde-runtime-dbg (>= 4:4.6.90), ${allLibraries}
 Breaks: kdebase-dbg (<< 4:4.6.90),
  kdelibs5-dbg (<< 4:4.6.90),
  kdesdk-dbg (<< 4:4.6.90)
diff --git a/debian/rules b/debian/rules
index 84a9198..d9141da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
+libpkgs_addsubst_allLibraries = kdepimlibs-dbg
+libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
+include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
 
 override_dh_auto_configure:
 	$(overridden_command) -- -DKDE4_BUILD_TESTS=false

-- 
kate packaging



More information about the pkg-kde-commits mailing list