[SCM] qbs packaging branch, master, updated. debian/1.3.3+dfsg-3-2-g6fd0e79

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Feb 13 09:49:05 UTC 2015


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

The following commit has been merged in the master branch:
commit 6fd0e79dc16bbf8c78f68dcf46d111c6808a3753
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Feb 13 12:47:59 2015 +0300

    Drop no longer needed chmod calls from debian/rules.
    
    Thanks Jake Petroules for the suggestion.
---
 debian/changelog | 3 +++
 debian/rules     | 4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ee890a..1c56d8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qbs (1.3.3+dfsg-4) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Drop no longer needed chmod calls from debian/rules, thanks Jake
+    Petroules for the suggestion.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 13 Feb 2015 12:45:44 +0300
 
diff --git a/debian/rules b/debian/rules
index af40979..8b02dee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,10 +48,6 @@ override_dh_auto_install-arch:
 	mv $(CURDIR)/debian/tmp/usr/lib/*.so* $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 	mv $(CURDIR)/debian/tmp/usr/lib/qbs $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
 
-	# Fix permissions
-	chmod -x $(CURDIR)/debian/tmp/usr/share/qbs/modules/nsis/NSISModule.qbs
-	chmod -x $(CURDIR)/debian/tmp/usr/share/qbs/imports/qbs/base/NSISSetup.qbs
-
 override_dh_auto_test:
 	mkdir -p $(CONFIG_DIR)/QtProject
 	set -ex; \

-- 
qbs packaging



More information about the pkg-kde-commits mailing list