Hi,

> how can I specify the branch in debian/control VCS-Git? The upstream branch 
> is 
> master and the debian branch has the name debian.
> I want that debcheckout will checkout debian instead of master.

Not sure if debcheckout handles this correctly, but git's syntax for
cloning a specific branch is to append a hash (#) sign and the branch name
(i.e. git://example.com/foo/bar.git#baz)

   Simon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to