[SCM] qtsensors packaging branch, experimental, updated. debian/5.2.1+dfsg-1-4-gba02104

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Sun Feb 23 18:05:43 UTC 2014


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

The following commit has been merged in the experimental branch:
commit ba0210403810e14b1907f672e52dfccb5a11ce16
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Feb 23 22:05:35 2014 +0400

    Properly clean the build.
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index efd06d8..e396750 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtsensors-opensource-src (5.2.1+dfsg-2) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Use dh_auto_test for running tests.
   * Build documentation packages.
+  * Properly clean the build.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 23 Feb 2014 20:38:45 +0400
 
diff --git a/debian/rules b/debian/rules
index d0e93d4..8326b44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,11 @@ override_dh_install:
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf doc/qtsensors doc/qtsensors.qch
+	rm -f examples/sensors/grue/detect_grue
+
 override_dh_clean:
 	dh_clean
 

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list