[SCM] keditbookmarks packaging branch, master, updated. 7d21cfe7f22ed70be3bc85b75b47a386f4e0b012

Pino Toscano pino at moszumanska.debian.org
Fri Dec 1 18:43:50 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/keditbookmarks.git;a=commitdiff;h=0a8a624

The following commit has been merged in the master branch:
commit 0a8a6248573025ba78b83b1412720d3fd8f869bf
Author: Pino Toscano <pino at debian.org>
Date:   Fri Dec 1 19:42:16 2017 +0100

    no shlib symlinks please
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3766b85..fc045fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ keditbookmarks (17.08.3-0r1) UNRELEASED; urgency=medium
     libkf5archive-dev, libkf5crash-dev, libkf5dbusaddons-dev,
     libkf5kcmutils-dev, libkf5kdelibs4support-dev, libkf5khtml-dev,
     libqt5x11extras5-dev, libx11-dev, pkg-config, and qtwebengine5-dev.
+  * Do not ship the development symlinks.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 31 Oct 2017 18:00:34 +0100
 
diff --git a/debian/rules b/debian/rules
index 30b95d6..98ee46a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,8 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 override_dh_auto_test:
 	# Disable dh_auto_test at build time
 	:
+
+override_dh_auto_install:
+	$(overridden_command)
+	# remove the development symlinks
+	find debian/keditbookmarks -name '*.so' -type l -delete

-- 
keditbookmarks packaging



More information about the pkg-kde-commits mailing list