[DRE-commits] [SCM] ruby-rr.git branch, master, updated. upstream/1.0.5-16-g9910508

Praveen Arimbrathodiyil praveen at debian.org
Fri Apr 26 18:58:11 UTC 2013


The following commit has been merged in the master branch:
commit eaadccdbb4770fc9a3001f183ca1b85a06bec4cd
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Apr 27 00:19:04 2013 +0530

    don't fail when rm

diff --git a/debian/rules b/debian/rules
index 81bbf27..807b018 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,4 +24,4 @@ override_dh_installchangelogs:
 
 clean:
 	dh clean
-	rm lib/rr/VERSION
+	rm -f lib/rr/VERSION

-- 
ruby-rr.git



More information about the Pkg-ruby-extras-commits mailing list