Package: etckeeper Version: N/A Severity: normal Tags: patch Dear Debian maintainer,
On Tuesday, November 20, 2007, I notified you of the beginning of a review process concerning debconf templates for etckeeper. The debian-l10n-english contributors have now reviewed these templates, and the proposed changes are attached to this bug report. Please review the suggested changes are suggested, and if you have any objections, let me know in the next 3 days. Please try to avoid uploading etckeeper with these changes right now. The second phase of this process will begin on Tuesday, December 11, 2007, when I will coordinate updates to translations of debconf templates. The existing translators will be notified of the changes: they will receive an updated PO file for their language. Simultaneously, a general call for new translations will be sent to the debian-i18n mailing list. Both these calls for translations will request updates to be sent as individual bug reports. That will probably trigger a lot of bug reports against your package, but these should be easier to deal with. The call for translation updates and new translations will run until about Tuesday, January 01, 2008. Please avoid uploading a package with fixed or changed debconf templates and/or translation updates in the meantime. Of course, other changes are safe. Please note that this is an approximative delay, which depends on my own availability to process this work and is influenced by the fact that I simultaneously work on many packages. Around Wednesday, January 02, 2008, I will contact you again and will send a final patch summarizing all the updates (changes to debconf templates, updates to debconf translations and new debconf translations). Again, thanks for your attention and cooperation. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- etckeeper.old/debian/templates 2007-11-16 12:41:06.538381572 +0530 +++ etckeeper/debian/templates 2007-12-08 00:42:20.845595844 +0530 @@ -1,16 +1,28 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [EMAIL PROTECTED] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: etckeeper/unclean Type: boolean Default: true +#flag:translate!:3 _Description: Commit changed files in /etc to git? - etckeeper has detected that /etc contains uncommitted files - or other changes. It's best to have everything in /etc committed - to git before running apt. etckeeper can add any new files listed below, - and commit all the changed files for you. + The /etc directory contains uncommitted files + or other changes. All files in /etc should be committed + to git before running APT. The following files may be added + automatically now: . ${STATUS} Template: etckeeper/commit_failed Type: error -_Description: git commit failed - etckeeper failed to commit changes in /etc using git. - You may want to resolve the uncommitted changes by hand before continuing. +_Description: Commit failed + An attempt to commit /etc changes to git failed. + . + You should manually resolve the issues with the uncommitted changes + before continuing. --- etckeeper.old/debian/control 2007-11-16 12:41:06.538381572 +0530 +++ etckeeper/debian/control 2007-12-05 09:28:35.392294360 +0530 @@ -11,11 +11,10 @@ Architecture: all Section: admin Depends: metastore, git-core, ${misc:Depends}, debconf | debconf-2.0 -Description: store /etc in git - etckeeper is a collection of tools to let /etc be stored in a git - repository. It hooks into apt to automatically commit changes made to /etc - during package upgrades. It uses `metastore` to track file metadata that +Description: tool to keep /etc changes in git + The etckeeper program is a collection of tools to let /etc be stored in a git + repository. It hooks into APT to automatically commit changes made to /etc + during package upgrades. It uses 'metastore' to track file metadata that git does not normally support, but that is important for /etc, such as the - permissions of `/etc/shadow`. It's quite modular and configurable, while + permissions of /etc/shadow. It's quite modular and configurable, while also being simple to use if you understand the basics of working with git. -