[Pkg-mono-svn-commits] [SCM] mono branch, master-experimental, updated. debian/2.10.1-4-50-ge706e60

Mirco Bauer meebey at meebey.net
Wed Aug 10 21:44:41 UTC 2011


The following commit has been merged in the master-experimental branch:
commit e706e60558d6c229b55a2ce371c00607de85e9f6
Author: Mirco Bauer <meebey at meebey.net>
Date:   Wed Aug 10 23:43:54 2011 +0200

    New lame API check tool: mono-api-source-check (only use at your own risk!)

diff --git a/debian/mono-api-source-check b/debian/mono-api-source-check
new file mode 100755
index 0000000..a36ed12
--- /dev/null
+++ b/debian/mono-api-source-check
@@ -0,0 +1,4 @@
+#!/bin/sh
+OLD_VER=$1
+NEW_VER=$2
+git diff --ignore-all-space $OLD_VER $NEW_VER | filterdiff -i "*.cs" -x '*/Test/*' | egrep "\+\+\+|[+-]\s*(public|protected)"

-- 
mono



More information about the Pkg-mono-svn-commits mailing list