[SCM] qtquick1 packaging branch, experimental, updated. debian/5.5.0-1-10-g727a04e
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Mon Oct 19 18:01:58 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtquick1.git;a=commitdiff;h=0bc2005
The following commit has been merged in the experimental branch:
commit 0bc2005f92ebbefba5f836f6e23cbd34a318ddf0
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Mon Oct 19 14:50:16 2015 -0300
Fix removal path.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0b4036b..c02a038 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_install:
debian/private-headers
# Remove some other private stuff.
- rm -fv usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_declarative_private.pri
+ rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_declarative_private.pri
# libtool-like files
rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
--
qtquick1 packaging
More information about the pkg-kde-commits
mailing list