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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Jul 9 13:20:45 UTC 2015


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

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

    Run wrapperthemes.sh in dh_install , not dh_auto_install
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 39d7a65..6cc4572 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,12 +15,14 @@ override_dh_auto_build:
 	$(overridden_command) --builddirectory=build-qt4
 
 override_dh_auto_install:
+	$(overridden_command)
+	$(overridden_command) --builddirectory=build-qt4
+
+override_dh_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
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=breeze-dbg

-- 
breeze packaging



More information about the pkg-kde-commits mailing list