[SCM] qbs packaging branch, master, updated. f7e1c48a237180051f59e97d4cb27d3d174fa5ba

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Sun Jul 27 15:13:21 UTC 2014


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

The following commit has been merged in the master branch:
commit f7e1c48a237180051f59e97d4cb27d3d174fa5ba
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Jul 27 19:13:17 2014 +0400

    Properly clean up after tests.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 43baa32..0f43c38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qbs (1.2.2+dfsg-2) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Fix build failure when multiple compilers are installed.
+  * Properly clean up after tests.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 27 Jul 2014 18:14:27 +0400
 
diff --git a/debian/rules b/debian/rules
index c30c9b1..7d471e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ export XDG_CONFIG_HOME := $(CONFIG_DIR)
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rfv doc/html $(CONFIG_DIR)
+	rm -rfv doc/html $(CONFIG_DIR) tests/auto/*/testWorkDir
 	rm -fv doc/qbs.qch bin/qbs* bin/tst*
 
 override_dh_auto_configure:

-- 
qbs packaging



More information about the pkg-kde-commits mailing list