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

Mirco Bauer meebey at meebey.net
Sun Aug 7 16:03:43 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 6474fbb56d9da02d406d55954fe9fc0616c040e7
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Aug 7 14:32:04 2011 +0200

    Test all patch branches

diff --git a/debian/git-test-debian-patches b/debian/git-test-debian-patches
index 76f3126..ad56ee0 100755
--- a/debian/git-test-debian-patches
+++ b/debian/git-test-debian-patches
@@ -19,7 +19,7 @@
 
 CURRENT_BRANCH=$(git branch -l | egrep '^\* ' | cut -d ' ' -f 2)
 UPSTREAM_BRANCH=$(grep -h upstream-branch $(git rev-parse --show-cdup)./debian/gbp.conf ~/.gbp.conf 2> /dev/null | head -n 1 | cut -d '=' -f 2)
-DEBIAN_PATCHES=$(git branch -l | egrep '\s+debian/patches/')
+DEBIAN_PATCHES=$(git branch -l | egrep 'debian/patches/')
 if [ ! -z $UPSTREAM_BRANCH ]; then
         git checkout $UPSTREAM_BRANCH
         if [ $? != 0 ]; then

-- 
mono



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