[SCM] qtwebkit-examples packaging branch, master, updated. debian/5.5.1+dfsg-1
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Wed Oct 21 22:12:04 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebkit-examples.git;a=commitdiff;h=74600f1
The following commit has been merged in the master branch:
commit 74600f1d94e14a6789311aded4d64871b39f3803
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Aug 29 16:09:33 2015 +0300
Do not try to rm a file with -r.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7612197..1ac4277 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_build-indep:
override_dh_auto_install-arch:
# We will replace the fake jquery.min.js with a symbolic link to a packaged version.
- rm -rf $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webkitwidgets/fancybrowser/jquery.min.js
+ rm -f $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webkitwidgets/fancybrowser/jquery.min.js
dh_auto_install
find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/ \
-perm /u+x,g+x,o+x -type f \
--
qtwebkit-examples packaging
More information about the pkg-kde-commits
mailing list