[SCM] QtWebKit packaging branch, master, updated. debian/2.3.2.dfsg-4-22-g3fa4937

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Sep 30 03:43:34 UTC 2014


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

The following commit has been merged in the master branch:
commit 3fa49373d8de53fa74fc26476974c3cccbdd10b7
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Sep 30 00:43:17 2014 -0300

    Fix clean rule.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 085e3e7..11fcd95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ qtwebkit (2.3.4.dfsg-1) UNRELEASED; urgency=medium
     (Closes: #762636).
   * Update symbols files with buildds' logs.
   * Simplify libqtwebkit4.install.
+  * Fix clean rule: pass -f to rm in order to avoid it to fail in case no file was
+    found by the previous command. Also add -v for the sake of verbose logs.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 28 Sep 2014 11:20:39 -0300
 
diff --git a/debian/rules b/debian/rules
index 88f26ca..4c80b30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_clean:
 	rm -rf WebKitBuild
-	-find . -name *.pyc | xargs rm
+	find . -name *.pyc | xargs rm -vf
 
 override_dh_auto_configure:
 	true

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list