[SCM] KDevelop packaging branch, master, updated. debian/4%5.2.0-2

Pino Toscano pino at moszumanska.debian.org
Fri Nov 17 13:52:04 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop.git;a=commitdiff;h=b91f6dc

The following commit has been merged in the master branch:
commit b91f6dca2c7dcdc176bf064299675d5e9d3d923c
Author: Pino Toscano <pino at debian.org>
Date:   Tue Nov 14 23:50:25 2017 +0100

    run dh_makeshlibs with -V
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 84d84dc..5243d91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ kdevelop (4:5.2.0-0r1) UNRELEASED; urgency=medium
   * Add to kdevelop more suggests from kdevplatformN-libs: cvs, git, and
     konsole.
   * Update lintian overrides.
+  * Bring from kdevplatform the handling of dh_makeshlibs with -V, to generate
+    a shlibs dependency for the current version.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 14 Nov 2017 21:26:54 +0100
 
diff --git a/debian/rules b/debian/rules
index 8861f3c..10c9a29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,4 +27,7 @@ override_dh_install:
 override_dh_strip:
 	dh_strip --dbgsym-migration='kdevelop-dbg (<< 4:4.7.3-3~)'
 
+override_dh_makeshlibs:
+	dh_makeshlibs -V
+
 .PHONY: override_dh_auto_test

-- 
KDevelop packaging



More information about the pkg-kde-commits mailing list