[SCM] qbs packaging branch, master, updated. debian/1.4.1+dfsg-7-4-g3e242b5

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Aug 9 16:35:00 UTC 2015


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

The following commit has been merged in the master branch:
commit 3e242b5f3c6145ff6119b7f9b197e5f57d0bfed0
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Aug 9 19:34:16 2015 +0300

    Remove lib/ directory in clean target.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 524c919..69c60e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qbs (1.4.1+dfsg-8) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Tell qmake where to install libraries and plugins, rather than moving
     them after installing (LP: #1456593).
+  * Remove lib/ directory in clean target.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 07 Aug 2015 21:30:06 +0300
 
diff --git a/debian/rules b/debian/rules
index c1746fe..0932fe6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ export QT_SELECT := qt5
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rfv doc/html $(CONFIG_DIR) tests/auto/*/testWorkDir
+	rm -rfv doc/html $(CONFIG_DIR) tests/auto/*/testWorkDir lib
 	rm -fv doc/qbs.qch bin/qbs* bin/tst*
 
 override_dh_auto_configure:

-- 
qbs packaging



More information about the pkg-kde-commits mailing list