[SCM] qtbase packaging branch, master, updated. debian/5.0.0-1-34-ga4d0d1a

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Apr 7 21:26:25 UTC 2013


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

The following commit has been merged in the master branch:
commit a4d0d1a140c0ae6cec43d2bd1238d41addcce5ae
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Apr 7 18:18:07 2013 -0300

    Do not delete recursively!
---
 debian/rules |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5139f6a..e380ba2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -312,15 +312,15 @@ override_dh_clean:
 
 	# Don't forget to remove the .install files we generated.
 	for pkg in $(pkgs_with_common); do \
-		rm -rf debian/$$pkg.install ; \
+		rm -f debian/$$pkg.install ; \
 	done
 
 	for pkg in $(pkgs_with_arch); do \
-		rm -rf debian/$$pkg.install ; \
+		rm -f debian/$$pkg.install ; \
 	done
 
 	for pkg in $(pkgs_with_os); do \
-		rm -rf debian/$$pkg.install ; \
+		rm -f debian/$$pkg.install ; \
 	done
 
 # See upstream bugs

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list