[SCM] korganizer packaging branch, master, updated. debian/4%17.08.3-1-9-g4042638

Pino Toscano pino at moszumanska.debian.org
Tue Dec 26 09:38:45 UTC 2017


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

The following commit has been merged in the master branch:
commit eb169f75e1137589313b51a7621b859036665892
Author: Pino Toscano <pino at debian.org>
Date:   Tue Dec 26 10:28:19 2017 +0100

    drop devel symlinks
---
 debian/changelog | 2 ++
 debian/rules     | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e4ad8ca..c7a5c80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 korganizer (4:17.08.3-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Do not ship development symlinks of private libraries.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 26 Dec 2017 10:23:59 +0100
 
diff --git a/debian/rules b/debian/rules
index 8a9ce0a..038bfe7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,11 @@ override_dh_auto_test:
 	# Disable dh_auto_test at build time
 	:
 
+override_dh_auto_install:
+	$(overridden_command)
+	# do not ship development stuff
+	find debian/korganizer -name '*.so' -type l -delete
+
 # Strict local dependencies (there are no external ones anyway)
 override_dh_makeshlibs:
 	$(overridden_command) -V

-- 
korganizer packaging



More information about the pkg-kde-commits mailing list