[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.3.2-4-15-gad1235f

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Dec 16 18:59:17 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=ad1235f

The following commit has been merged in the experimental branch:
commit ad1235f57017be7712c7e3f3ec721a182cc7e26d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Dec 16 21:57:17 2014 +0300

    Remove stupid sudo from the command.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 392d606..f4cb39f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_install-arch:
 	dh_auto_install
 
 	# Disable StateMachine for now
-	sudo rm -rf $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml/QtQml/StateMachine/
+	rm -rf $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml/QtQml/StateMachine/
 
 	# Fix wrong path in pkgconfig files
 	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig -type f -name '*.pc' \

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list