[SCM] grantlee-editor packaging branch, master, updated. debian/4%17.08.3-1-4-g236c5b5

Pino Toscano pino at moszumanska.debian.org
Wed Dec 27 15:58:36 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/grantlee-editor.git;a=commitdiff;h=a9ce103

The following commit has been merged in the master branch:
commit a9ce103607a68d09fdb0f5881859227dd34a71fc
Author: Pino Toscano <pino at debian.org>
Date:   Wed Dec 27 16:56:30 2017 +0100

    no devel symlinks
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index be093bc..ba122ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 grantlee-editor (4:17.08.3-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Do not ship development symlinks of libraries.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 27 Dec 2017 16:54:55 +0100
 
diff --git a/debian/rules b/debian/rules
index 088060c..3b05d5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ override_dh_auto_test:
 	# Disable dh_auto_test at build time
 	:
 
+override_dh_auto_install:
+	$(overridden_command)
+	find debian/kdepim-themeeditors -name '*.so' -type l -delete
+
 # Strict local dependencies (there are no external ones anyway)
 override_dh_makeshlibs:
 	$(overridden_command) -V

-- 
grantlee-editor packaging



More information about the pkg-kde-commits mailing list