[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[BTS#686047] templates://git-stuff/{control,git-stuff.templates}



Control: tags -1 patch
Control: severity -1 serious
Justification: Policy 3.9.1

Dear Debian maintainer,

On Monday, August 27, 2012, I notified you of the beginning of a review
process concerning debconf templates for git-stuff.

The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.

Please review the suggested changes, and if you have any objections, let
me know in the next 3 days.

However, please try to avoid uploading git-stuff with these changes
right now.

The second phase of this process will begin on Saturday, September 7,
2012, 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 Monday, September 17, 2012. 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 Tuesday, September 18, 2012, 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.

Regards

David

diff -Nru --exclude po git-stuff-11/debian/changelog git-stuff-11/debian/changelog
--- git-stuff-11/debian/changelog	2012-06-30 13:06:13.000000000 -0400
+++ git-stuff-11/debian/changelog	2012-09-05 21:50:59.000000000 -0400
@@ -1,3 +1,10 @@
+git-stuff (11-2) UNRELEASED; urgency=low
+
+  * Review templates and package description by the debian-l10n-english team.
+    (Closes: #686047)
+
+ -- David Prévot <taffit@debian.org>  Wed, 05 Sep 2012 21:46:48 -0400
+
 git-stuff (11-1) unstable; urgency=low
 
   * Updating to standards version 3.9.3.
diff -Nru --exclude po git-stuff-11/debian/control git-stuff-11/debian/control
--- git-stuff-11/debian/control	2012-06-30 13:03:51.000000000 -0400
+++ git-stuff-11/debian/control	2012-09-05 21:57:49.000000000 -0400
@@ -12,17 +12,10 @@
 Recommends: cron, git-buildpackage, mr, pristine-tar
 Description: additional Git utilities
  This is a growing collection of tools for the Git Version Control System.
- .
- Currently the following tools have been documented:
- .
-  * git-amend-all: adds all untracked files and amend all changes to the last
-    commit.
-  * git-checkout-branches: checks out all remote branches.
-  * git-cherry-pick-recursive: does a cherry-pick for a commit and each all its
-    children.
-  * git-commit-lazy: creates a new commit with all untracked files and changes.
-  * git-debian-add: creates a new commit and tag with all untracked files and
-    changes as new debian version.
-  * git-debian-changelog: creates a new section in debian/changelog with all
-    entries since the last release.
-  * git-whoami: tells about author and committer information.
+ It includes:
+  * git-checkout-branches;
+  * git-debian-{add,changelog,release,retag,tag};
+  * git-dpkg-source;
+  * git-hook-notification-{bts,cia.pl,email};
+  * git-repack-repositories{,-cron};
+  * git-upstream-{add,retag,tag,tar}.
diff -Nru --exclude po git-stuff-11/debian/git-stuff.templates git-stuff-11/debian/git-stuff.templates
--- git-stuff-11/debian/git-stuff.templates	2012-06-30 13:04:05.000000000 -0400
+++ git-stuff-11/debian/git-stuff.templates	2012-09-05 21:51:42.000000000 -0400
@@ -1,43 +1,48 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: git-repack-repositories/title
 Type: title
-Description: Git Repack Repositories
+_Description: Git repack repositories
 
 Template: git-repack-repositories/enable
 Type: boolean
 Default: false
-Description: Git repack:
- Git repositories tend to grow quite large quickly. From time to time, you
- have to repack the repositories to save space and keep optimal
- performances (by not having too many of files in the objects
- subdirectory).
- .
- Do you want to enable the cron job?
+_Description: Enable cron job?
+ Git repositories tend to grow quite large quickly. To save space and
+ maintain optimal performance they should be repacked from time to
+ time (reducing the number of files in the objects subdirectory).
 
 Template: git-repack-repositories/directories
 Type: string
 Default: /srv/git
-Description: Git directories:
- Please specify the directory or directories (space separated) that is used
- as root for the Git repositories on your server. Note that
+_Description: Git directories:
+ Please specify the directory or directories (space separated) used
+ as root for the Git repositories on the server. Note that
  git-repack-repositories will work recursively.
 
 Template: git-repack-repositories/cron
 Type: string
 Default: @monthly
-Description: Git cron:
- What times should the cron job be started? Please refer to crontab(5) for
- the format definition. The default or if left empty will set the interval
- to '@monthly' (without the quotes) which means it gets executed every
- beginning of the month at midnight.
+_Description: Git cron job scheduling:
+ Please choose when the cron job should be started.
+ .
+ See crontab(5) for the format definition. If it is left empty, the
+ default value "@monthly" (without the quotes) will be used, executing
+ the cron job every month.
 
 Template: git-stuff/title
 Type: title
-Description: additional Git utilities
+_Description: Additional Git utilities
 
 Template: git-stuff/bash-profile
 Type: boolean
 Default: false
-Description: Shortcuts for Bash (/etc/profile.d)
- Should special shortcut definitions for Bash be activated in /etc/profile.d?
- .
- If unsure, say no.
+_Description: Should shortcut definitions be activated?
+ Special shortcut definitions for Bash can be activated in /etc/profile.d.

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: