[SCM] krita packaging branch, master, updated. 7c715336c2e907c7c33c66ef5271bfe528070eb5
Pino Toscano
pino at moszumanska.debian.org
Sat Sep 10 13:36:07 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/krita.git;a=commitdiff;h=02b2ca5
The following commit has been merged in the master branch:
commit 02b2ca56ad67b38ccaae27750c45f12d6c049bf1
Author: Pino Toscano <pino at debian.org>
Date: Sat Sep 10 15:30:19 2016 +0200
do not ship breeze color schemes
already installed by the breeze style
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 00aee45..b03c6e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ override_dh_auto_install:
dh_auto_install
# remove symlinks of private libraries
find debian/tmp -name '*.so' -type l -print -delete
+ # already provided by breeze
+ rm -rv debian/tmp/usr/share/color-schemes/Breeze*.colors
# unused tool
rm -v debian/tmp/usr/bin/gmicparser
--
krita packaging
More information about the pkg-kde-commits
mailing list