[SCM] mockito packaging branch, master, updated. debian/1.9.5+ds-1-4-g6dfb56a
Markus Koschany
apo at gambaru.de
Tue Jun 18 23:06:32 UTC 2013
The following commit has been merged in the master branch:
commit 6dfb56ad090f76b3efb9ab347fe1f33c030ee9b4
Author: Markus Koschany <apo at gambaru.de>
Date: Wed Jun 19 00:19:08 2013 +0200
debian/rules: Use $(RM) instead of rm -f.
diff --git a/debian/rules b/debian/rules
index ad5d40e..e83b0b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_jh_build:
override_dh_auto_clean:
dh_auto_clean
- rm -f $(CURDIR)/mockito-core.jar
+ $(RM) $(CURDIR)/mockito-core.jar
override_dh_builddeb:
dh_builddeb -- -Zxz
--
mockito packaging
More information about the pkg-java-commits
mailing list