[SCM] qtdeclarative packaging branch, kubuntu_unstable, updated. debian/5.4.0-2-12-g4459ce0
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Wed Feb 18 17:51:56 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=ad1235f
The following commit has been merged in the kubuntu_unstable 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