[SCM] qbs packaging branch, master, updated. debian/1.7.0+dfsg-2-2-g03801c2
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Jan 4 19:19:21 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qbs.git;a=commitdiff;h=03801c2
The following commit has been merged in the master branch:
commit 03801c22a1ff115cdd8c258b6422f8cb58e4f485
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Jan 4 22:19:13 2017 +0300
Fix the arch:all build by passing -f to rm command.
---
debian/changelog | 1 +
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9cffc2d..932b2e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
qbs (1.7.0+dfsg-3) UNRELEASED; urgency=medium
+ * Fix the arch:all build by passing -f to rm command.
-- Dmitry Shachnev <mitya57 at debian.org> Wed, 04 Jan 2017 22:06:30 +0300
diff --git a/debian/rules b/debian/rules
index 77c6d07..63e5c20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,8 +52,8 @@ override_dh_auto_test-arch:
override_dh_auto_test-indep:
override_dh_install:
- rm debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libqbscore.so.1
- rm debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libqbsqtprofilesetup.so.1
+ rm -fv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libqbscore.so.1
+ rm -fv debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libqbsqtprofilesetup.so.1
dh_install --fail-missing
override_dh_strip:
--
qbs packaging
More information about the pkg-kde-commits
mailing list