[SCM] Qt 4 Debian packaging branch, master, updated. debian/4.6.2-2-8-g2194150

Modestas Vainius modax at alioth.debian.org
Fri Apr 9 22:21:27 UTC 2010


The following commit has been merged in the master branch:
commit 387996610c90f75544b495e0837a5758afdecc7b
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Apr 10 00:44:53 2010 +0300

    Clean target: limit application/x-executable lookup to executable files.
    
    This should speed up clean target a lot.
---
 debian/changelog |    2 ++
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 746791b..846efb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ qt4-x11 (4:4.6.2-3) UNRELEASED; urgency=low
     JavaScriptCore copy (used for QtSCript)
 
   [ Modestas Vainius ]
+  * Clean target: limit application/x-executable lookup to executable files.
+    This should speed up clean target a lot.
 
  -- Sune Vuorela <debian at pusling.com>  Fri, 09 Apr 2010 01:37:15 +0200
 
diff --git a/debian/rules b/debian/rules
index 467750c..e04e4fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -195,7 +195,7 @@ override_dh_auto_clean:
 	-delete
 
 	# Any remaining executables
-	find $(CURDIR) -type f -exec file -i '{}' \; | grep \
+	find $(CURDIR) -type f -executable -exec file -i '{}' \; | grep \
 	  -e application/x-executable \
 	| cut -d ':' -f 1 | xargs rm -f
 

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list