[SCM] krita packaging branch, master, updated. debian/3.0.1+dfsg-1-8-g4b7dfb9

Pino Toscano pino at moszumanska.debian.org
Fri Dec 23 11:00:59 UTC 2016


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

The following commit has been merged in the master branch:
commit 43b656ff70b8ee8cd0d68d8c4e07a104dc24cffb
Author: Pino Toscano <pino at debian.org>
Date:   Fri Dec 23 11:52:17 2016 +0100

    stop removing the Breeze color schemes
    
    they are not installed anymore
---
 debian/changelog | 1 +
 debian/rules     | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abbf36d..191f99d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ krita (1:3.1.1+dfsg-0r1) UNRELEASED; urgency=medium
   * Update copyright.
   * Pass -DFOUNDATION_BUILD=OFF to cmake to enforce it, to make sure resources
     provided by distro packages are not installed.
+    - stop removing the Breeze color schemes, they are not installed anymore
   * Suggest ffmpeg, used for the video export.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 22 Dec 2016 23:34:50 +0100
diff --git a/debian/rules b/debian/rules
index aac8f17..85c7e4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,6 @@ 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