[SCM] qtdoc packaging branch, master, updated. debian/5.1.0-1-2-g9af5865

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Aug 11 15:27:03 UTC 2013


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

The following commit has been merged in the master branch:
commit 9af58651fd47a8863f05ebffda7ef0c810bcb753
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Aug 11 12:26:50 2013 -0300

    Properly clean the build. Thanks Dmitry Shachnev!
---
 debian/changelog |    3 +++
 debian/rules     |    4 ++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8441269..d5fc5d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtdoc-opensource-src (5.1.0-2) UNRELEASED; urgency=low
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Properly clean the build. Thanks Dmitry Shachnev!
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 11 Aug 2013 12:24:13 -0300
 
 qtdoc-opensource-src (5.1.0-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 9047103..7a80dd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,10 @@ export QT_VERSION_TAG := 502
 override_dh_auto_configure:
 	qmake
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf doc/qtdoc.qch doc/qtdoc
+
 override_dh_auto_build:
 	dh_auto_build -Smakefile -- docs
 

-- 
qtdoc packaging



More information about the pkg-kde-commits mailing list