[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: VCS-Git branch



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


Reply to: