Is there a way to provide localized versions of the Debian packaging control files (changelog, control and copyright for example) ?
Is there a way to provide localized versions of the Debian packaging control files
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The format is laid down in the Debian Policy Manual, chapters 4 and 5. I don’t see any provision for localisation. I suspect this is because
controlandchangelogare heavily machine-parsed; allowing the field names to change risks vastly overcomplicating the mechanisms which deal with them. It is a bad idea to localisecopyrightbecause that is supposed to be a verbatim copy of the upstream package’s copyright declaration: also, being a legal document, translating it is risky.Besides, most users never see these files. Why do you want to localise them?