[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:47 UTC 2011


The following commit has been merged in the master-experimental branch:
commit b6fb7135a82d878d9768fefba6e766713710ddfd
Author: Mirco Bauer <meebey at meebey.net>
Date:   Sun Aug 7 16:29:47 2011 +0200

    New patch structure

diff --git a/debian/git-test-debian-patches b/debian/git-test-debian-patches
index ad56ee0..b40796c 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 'debian/patches/')
+DEBIAN_PATCHES=$(git branch -l | egrep "$CURRENT_BRANCH-patches/")
 if [ ! -z $UPSTREAM_BRANCH ]; then
         git checkout $UPSTREAM_BRANCH
         if [ $? != 0 ]; then

-- 
mono



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