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
master branch (it would reduce the number of conflicts we need to deal with).
- How to package commits which are behind the
HEAD of the development branch (in this case master) 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.
@kgilmer @khos2ow
gtklockhas addedgtk-session-lockas a dependency recently to support theext-session-lockprotocol that recently got stabilized and is supposed to really secure.For packaging this, I have created this fork and pushed the
debian/stuff to thepackagingbranch. However, that branch tracks themasterfromupstreamwhich is ahead of the latest stable release (v0.2.0) ofgtk-session-lock.This brings up the following questions relating to the conventions for these cases (when adding new packages / forking is required).
masterbranch (it would reduce the number of conflicts we need to deal with).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-lockto the voulage package model.@kgilmer @khos2ow