in-toto / apt-transport-in-toto

in-toto transport for apt
Other
8 stars 6 forks source link

debian/control: Vcs-Git outdated? debian branch not updated? #42

Open vagrantc opened 5 months ago

vagrantc commented 5 months ago

Either the debian branch is not updated, or the Vcs-Git entry in debian/control needs the "-b debian" part removed.

lukpueh commented 5 months ago

Thanks for tip! I just skimmed through related conversations from a while ago, most notably in https://github.com/in-toto/apt-transport-in-toto/pull/29, and found out the following:

So, I think, -b debian in the Vcs-Git is correct, because it informs the tracker about new downstream changes, but unfortunately, the information is prone to become outdated.

I'm not sure how to best fix this. For now, I just updated the debian branch and will leave this issue open.

lukpueh commented 5 months ago

Maybe the simple answer is to just track upstream and downstream in the same branch, given that in reality there is no separate development. So, yeah, maybe just remove -b debian in d/control.