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

Mirco Bauer meebey at meebey.net
Thu Aug 4 20:37:22 UTC 2011


The following commit has been merged in the master-experimental branch:
commit 8e0c4702622ae8439ceaa09192f95ffae2900968
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu Aug 4 22:36:27 2011 +0200

    <3 for teh maintainerz

diff --git a/debian/git-pull-debian-patches b/debian/git-pull-debian-patches
index 5868fc3..fa64e95 100755
--- a/debian/git-pull-debian-patches
+++ b/debian/git-pull-debian-patches
@@ -1,7 +1,9 @@
-#!/bin/sh -e
+#!/bin/bash -e
 
-DEBIAN_PATCHES=$(git branch -l | egrep '\s+debian/patches/')
+CURRENT_BRANCH=$(git branch -l | egrep '^\* ' | cut -d ' ' -f 2)
+DEBIAN_PATCHES=$(git branch -lr | egrep 'debian/patches/')
 for DEBIAN_PATCH in $DEBIAN_PATCHES; do
-	git checkout $DEBIAN_PATCH
+	git checkout ${DEBIAN_PATCH/origin\//}
 	git pull
 done 
+git checkout $CURRENT_BRANCH

-- 
mono



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