[Pkg-cli-apps-commits] [SCM] ikvm branch, master, updated. debian/7.0.4335.0+ds-1
Jo Shields
directhex at apebox.org
Tue Feb 7 18:38:19 UTC 2012
The following commit has been merged in the master branch:
commit 300b38f45bcff32bbb99af529a184201738400bd
Author: Jo Shields <directhex at apebox.org>
Date: Tue Feb 7 01:54:39 2012 +0000
Don't delete charsets.jar or localedata.jar in clean, we need these ones
diff --git a/debian/rules b/debian/rules
index efc7d6d..47329b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,7 @@ override_dh_auto_clean_nant:
find . -name "*.class" -exec rm {} \;
find . -name "*.jar" \! -name local_policy.jar \
\! -name US_export_policy.jar \! -name resources.jar \
+ \! -name charsets.jar \! -name localedata.jar \
-exec rm {} \;
rm -f ikvm-*/runtime/JniAssemblyInfo.cs \
--
ikvm
More information about the Pkg-cli-apps-commits
mailing list