[SCM] Calligra suite packaging branch, master, updated. debian/2.8.5+dfsg-1-92-gd158bc6

Pino Toscano pino at moszumanska.debian.org
Sun Sep 11 17:11:14 UTC 2016


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

The following commit has been merged in the master branch:
commit d158bc6c2f044b7bc1b12f4bfc7c680fe3d00ab2
Author: Pino Toscano <pino at debian.org>
Date:   Sun Sep 11 19:07:26 2016 +0200

    simply/make verbose the cleanup of dev stuff
---
 debian/rules | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 102ff22..0adfe3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,14 +16,13 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
-	# Remove symlinks of private libraries
-	find debian/tmp/usr/lib -maxdepth 1 -name '*private*.so' -type l -delete
-	rm -f debian/tmp/usr/lib/librcps_plan.so
-	# No -dev stuff, so remove their content to shorten the output
-	# of dh_install --list-missing
-	rm -rf debian/tmp/usr/include
-	rm -rf debian/tmp/usr/share/kde4/apps/cmake
-	find debian/tmp/usr/lib -maxdepth 1 -name '*.so' -type l -delete
+	# Remove development stuff:
+	# - symlinks of libraries
+	find debian/tmp/usr/lib -name '*.so' -type l -print -delete
+	# - headers
+	rm -rfv debian/tmp/usr/include
+	# - cmake configuration files
+	rm -rfv debian/tmp/usr/share/kde4/apps/cmake
 
 override_dh_install:
 	dh_install --list-missing

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list