[SCM] rocs packaging branch, master, updated. debian/4%17.08.1-1-8-ge6e1e6c

Pino Toscano pino at moszumanska.debian.org
Sat Dec 2 11:09:22 UTC 2017


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

The following commit has been merged in the master branch:
commit 1b5d0f68c1ebd364bd7ae638b18e8705a30424d7
Author: Pino Toscano <pino at debian.org>
Date:   Sat Dec 2 12:01:25 2017 +0100

    drop devel stuff
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 509e3a6..43498df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ rocs (4:17.08.3-0r1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.1, no changes required.
   * Simplify watch file, and switch it to https.
   * Drop debian/not-installed file, no more useful.
+  * Do not ship development files (headers and .so symlinks).
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 02 Dec 2017 11:53:06 +0100
 
diff --git a/debian/rules b/debian/rules
index bfc3438..12f3ac6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,9 @@ l10npkgs_firstversion_ok := 4:16.04.3-6~
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 
+override_dh_auto_install:
+	$(overridden_command)
+	rm -rf debian/rocs/usr/include/
+	find debian/rocs -name '*.so' -type l -delete
+
 .PHONY: override_dh_auto_test

-- 
rocs packaging



More information about the pkg-kde-commits mailing list