-
Notifications
You must be signed in to change notification settings - Fork 6
Description
gtklock has added gtk-session-lock as a dependency recently to support the ext-session-lock protocol that recently got stabilized and is supposed to really secure.
For packaging this, I have created this fork and pushed the debian/ stuff to the packaging branch. However, that branch tracks the master from upstream which is ahead of the latest stable release (v0.2.0) of gtk-session-lock.
This brings up the following questions relating to the conventions for these cases (when adding new packages / forking is required).
- Which branch should the packaging go into? What should we name the branch? I think it might be easier to track upstream if we don't dirty the
masterbranch (it would reduce the number of conflicts we need to deal with). - How to package commits which are behind the
HEADof the development branch (in this casemaster) when forking.
I think this closely ties in with the auto-tagging script created by Ken. Instead of polluting that script with yet another naming scheme when updating tags, I think I'll hold off adding gtk-session-lock to the voulage package model.