> A less comfortable variant is at > http://anonscm.debian.org/gitweb/?p=collab-maint/screen.git;a=tree;f=debian/patches > > Most of the patches should be suitable for upstream inclusion. > > Solely those which change the size of some string lengths (user name, > $TERM, etc.) may cause issues as they may change the internal protocol > between client and server processs as far as I understood it. > > The patch 80EXP_session_creation_time.patch should be regarded as > feature as it changes default behaviour. It sorts "screen -ls" output > by creation time and also affects "screen -rr" and friends -- IIRC it > makes them more deterministic. Maybe something for the development > branch and the 5.x releases. > > Kind regards, Axel
Hey, I've went through debian patches and I've applied most of them. Here are the ones I've not applied with comments. 11replace_doc_paths.patch - seems debian specific 13split_info_files.patch - also debian specific? 26source_encoding.patch - cosmetic change for source code 45suppress_remap.patch - I've checked the logs and it seems like there was already a revert of revert... are you sure it doesn't break anything? 47screen-cc.patch - I will first check patches from Fedora, instead of monolithic one ;) 48screen-ipv6.patch - it's a feature -> v5 49long-usernames.patch - already fixed 50increase-max-TERM-length.patch - already fixed 58-show-encoding-hardstatus.patch - feature -> v5 60-644788-screen-4.1.0-4.0.3-interoperability.patch - still not sure about this one 80EXP_session_creation_time.patch - not applied -> v5 Amadeusz