Open geofft opened 5 years ago
Do you have a recommendation for the best place for this information? The DOCUMENTATION
file points me to either https://debathena.mit.edu/config-package-dev/ or the packaged examples. I suspect the latter because it seems too miscellaneous to be included in the main doc.
Several Debathena packages use a transform script that's something like
perl -0pe 's/^foo$/bar/m or die'
to get the effect ofsed s/^foo$/bar/
but cause a build-time error if the regex doesn't match anything. We should document this and why it works.See for instance https://github.com/mit-athena/ssh-client-config/blob/master/debian/transform_ssh_config.debathena