64
64
echo "getting specific upstream revision/tag: $(1)"; \
65
65
cd `ls | head -n 1`; git checkout -b orig $(1); \
66
66
commit_id=`git log -n1 --abbrev-commit | grep '^commit ' | sed -e 's/commit //'`; \
68
68
if echo $(1) | grep -c "orig" > /dev/null || echo $(DEB_VERSION) | grep -c "git" > /dev/null; \
72
72
upstream_version=$(DEB_UPSTREAM_VERSION); \