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

Pino Toscano pino at moszumanska.debian.org
Sun Sep 11 16:01:13 UTC 2016


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

The following commit has been merged in the master branch:
commit 7d66149b226c4ffe9507ca591e703b5c450f697f
Author: Pino Toscano <pino at debian.org>
Date:   Sun Sep 11 18:00:58 2016 +0200

    unconditionally remove -dev stuff
---
 debian/changelog | 2 ++
 debian/rules     | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a146f20..6abf0b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -92,6 +92,8 @@ calligra (1:2.9.11+dfsg-1) UNRELEASED; urgency=low
     postgresql-server-dev-all: while the latter will install more packages,
     it also installs the -server-dev package of the default postgresql version
     in Debian.
+  * Unconditionally remove the development stuff, since there is not going to
+    be any -dev package at this point.
 
   [ Maximiliano Curia ]
   * Update homepage links. (Closes: #762305) Thanks to Julian Gilbey
diff --git a/debian/rules b/debian/rules
index 063f4f3..9b9802e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,13 +19,11 @@ override_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
-ifeq (,$(filter %-dev, $(shell dh_listpackages)))
 	# 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
-endif
 
 override_dh_install:
 	dh_install --list-missing

-- 
Calligra suite packaging



More information about the pkg-kde-commits mailing list