[SCM] breeze packaging branch, kubuntu_unstable, updated. ubuntu/4%5.3.2-0ubuntu1-5-g9fe07aa

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Jul 9 12:47:38 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/breeze.git;a=commitdiff;h=9fe07aa

The following commit has been merged in the kubuntu_unstable branch:
commit 9fe07aa3cb2ba3c67536d15e5fc6f77de0fefb41
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Jul 9 14:47:26 2015 +0200

    Move file generation into the dh_install override
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4bd840e..39d7a65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,14 +11,14 @@ override_dh_auto_configure:
 	$(overridden_command) --builddirectory=build-qt4 -- -DUSE_KDE4=true
 
 override_dh_auto_build:
-	# This is required to make sure Plasma does not
-	# fall back to a cursor theme from the 90's
-	debian/wrapperthemes.sh breeze_cursors
-	debian/wrapperthemes.sh Breeze_Snow
 	$(overridden_command)
 	$(overridden_command) --builddirectory=build-qt4
 
 override_dh_auto_install:
+	# This is required to make sure Plasma does not
+	# fall back to a cursor theme from the 90's
+	debian/wrapperthemes.sh breeze_cursors
+	debian/wrapperthemes.sh Breeze_Snow
 	$(overridden_command)
 	$(overridden_command) --builddirectory=build-qt4
 

-- 
breeze packaging



More information about the pkg-kde-commits mailing list