Use DEB_REF instead of UPSTREAM_REF for git based patch creation

UPSTREAM_REF is not suitable as different Debian revisions can contain
different patches, and UPSTREAM_REF does not contain the Debian revision
This commit is contained in:
Tino Keitel 2012-06-19 21:09:17 +02:00 committed by Tino Keitel
parent f4dcd709a6
commit 7451ea467f

View file

@ -1,2 +1,2 @@
upstream/${UPSTREAM_REF}..patches/${UPSTREAM_REF}
upstream/${UPSTREAM_REF}..patches/${DEB_REF}