Your message dated Fri, 16 Sep 2011 22:47:44 +0000
with message-id <[email protected]>
and subject line Bug#637801: fixed in gitalist 0.003005+dfsg-3
has caused the Debian Bug report #637801,
regarding gitalist: [debconf_rewrite] Debconf templates review
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
637801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637801
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gitalist
Version: N/A
Severity: normal
Tags: patch
User: [email protected]
Usertags: debconf-rewrite

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear Debian maintainer,

On Thursday, July 28, 2011, I notified you of the beginning of a
review process concerning debconf templates for gitalist.

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 gitalist with these changes right now.

The second phase of this process will begin on Wednesday, August 17, 2011,
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
Monday, August 29, 2011. Please avoid uploading a package with
fixed or changed debconf templates and/or translation updates in the
meantime. Of course, other changes are safe.

On Tuesday, August 30, 2011, 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: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBAgAGBQJOR/dyAAoJEFOUR53TUkxR3wUP/A4fRO2uKZIFVWiJJzoUtw+Y
rEg+U/o3BMz3vPS23er3RaZ0BsFeQfpJue01KIc8tCjrzD4FIMavTmMZn9MA4C4c
irT0BqXmX9/NN19BHrgsFzPwDBxJiKuvmDJJymhI1jQsd/cpTK+WfQGm+2D8bdc5
X4wNwkQUB4g9ER5TcZcUbD6RFE69kjkZRL9xE6n3cUj8DE9cfjCht0o5aAnF78t0
xBNqH9IAZhZzuP/9TRSK66k7aCea9dtcDF3+TT9D9o/jobI5RvC2ibixV3GPoy7f
+3p3MpG6bmE1C7MEF8RAF8EH3u6w7mK/hsZQa/v8CVrKSUno1FD3RWpZXCVMUsKK
509PKJQr5mFaQEFCB4ybTMjzYIfVeYPr/UCB+UZ8nMwh5KiaoQBVvIzAh0y2re40
1509i34bgHN+yetwxZiRGoeJntmSqmPjXT1JRkM+uUbNZEXtVGnAzroGe9f/ncFh
ql+zF1GoAjcDSW7z/nsPdsoyWDe+INai4Jrtk7YNh8OTnu+fUyEDN1F/K1uQSKV3
higUsPDyP/j6psZW+WeDQoYxtxU5ZHGl7ObYygbI0HyCZCkEWjwq2Gp2Rw/evmCQ
frZJqXgUxGpRxvNk6vybrw96VO8HUq8pZvNu1pGyZdKCqxMDJB4F2n/v9nAZ90lx
ax4HPD7YHTm+iSx4i530
=nx8Y
-----END PGP SIGNATURE-----
--- 
/home/jona/debian/rewrite/gitalist/gitalist.old/debian/gitalist-common.templates
    2011-07-28 08:38:05.000000000 +0100
+++ 
/home/jona/debian/rewrite/gitalist/gitalist/debian/gitalist-common.templates    
    2011-08-14 17:27:29.000000000 +0100
@@ -1,18 +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: gitalist/directory
 Type: string
 Default: /srv/git
-_Description: Directory where git repositories are stored:
- Please specify the directory where gitalist will serve the git
- repositories.
+_Description: Path to Git repositories:
+ Please specify the path from which gitalist should serve Git repositories.
  .
- These git repositories have to be bare repositories.
+ These should be "bare" repositories.
 
 Template: gitalist/gravatar
 Type: boolean
 Default: false
-_Description: Should gravatar support in gitalist enabled?
- Gravatar support in gitalist is disabled by default.
+_Description: Enable Gravatar support?
+ Gravatar is a web service associating user email addresses with "avatars".
+ It is independent of the gitalist upstream authors. The pages generated by
+ gitalist can show these "avatars" for users who have registered with Gravatar.
  .
- Warning: enabled gravatar support will leak your git
- repositories, directries and filenames in your git repro
- via browser referrer to gravatar.
+ Gravatar support in gitalist is disabled by default because it can leak
+ information about repositories, directories, and files via browser referrals
+ to the Gravatar service.
--- /home/jona/debian/rewrite/gitalist/gitalist.old/debian/control      
2011-07-28 08:38:05.000000000 +0100
+++ /home/jona/debian/rewrite/gitalist/gitalist/debian/control  2011-08-05 
22:18:25.000000000 +0100
@@ -92,8 +92,8 @@
  libtry-tiny-perl
 Description: modern Git web viewer
  Gitalist is a web frontend for Git repositories based on code from gitweb.cgi
- and powered by Catalyst (see the libcatalyst-perl package). It extends gitweb
- with many advanced features, including:
+ and powered by Catalyst (see the libcatalyst-perl package). It extends
+ gitweb.cgi with many advanced features, including:
  .
   * Multiple repository support
   * Multiple branch support
@@ -104,6 +104,9 @@
 Package: gitalist-fastcgi
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, gitalist-common (= 
${binary:Version}), libfcgi-perl, libapache2-mod-fcgid | httpd
-Description: FastCGI / fcgi support for gitalist
+Description: modern Git web viewer - FastCGI support
+ Gitalist is a web frontend for Git repositories based on code from gitweb.cgi
+ and powered by Catalyst.
+ .
  This package contains all necessary files for running gitalist
- as FastCGI module within an webserver like Apache.
+ as a FastCGI module within a webserver like Apache.

--- End Message ---
--- Begin Message ---
Source: gitalist
Source-Version: 0.003005+dfsg-3

We believe that the bug you reported is fixed in the latest version of
gitalist, which is due to be installed in the Debian FTP archive:

gitalist-common_0.003005+dfsg-3_all.deb
  to main/g/gitalist/gitalist-common_0.003005+dfsg-3_all.deb
gitalist-fastcgi_0.003005+dfsg-3_all.deb
  to main/g/gitalist/gitalist-fastcgi_0.003005+dfsg-3_all.deb
gitalist_0.003005+dfsg-3.debian.tar.gz
  to main/g/gitalist/gitalist_0.003005+dfsg-3.debian.tar.gz
gitalist_0.003005+dfsg-3.dsc
  to main/g/gitalist/gitalist_0.003005+dfsg-3.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Genannt <[email protected]> (supplier of updated gitalist 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 03 Sep 2011 09:52:28 +0200
Source: gitalist
Binary: gitalist-common gitalist-fastcgi
Architecture: source all
Version: 0.003005+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Jonas Genannt <[email protected]>
Changed-By: Jonas Genannt <[email protected]>
Description: 
 gitalist-common - modern Git web viewer
 gitalist-fastcgi - modern Git web viewer - FastCGI support
Closes: 637525 637801 638624 638677 638695 638889 639310 639673 639696 639699 
640059 640073
Changes: 
 gitalist (0.003005+dfsg-3) unstable; urgency=low
 .
   * d/watch: fixed syntax
   * Added Apache default configuration (Closes: #637525)
   * Debconf templates and debian/control reviewed by the debian-l10n-
     english team as part of the Smith review project. (Closes: #637801)
   * Debconf translation updates:
     - Czech (Closes: #638624)
     - Danish (Closes: #638677)
     - Russian (Closes: #638695)
     - French (Closes: #638889)
     - German (Closes: #639310)
     - Spanish (Closes: #639673)
     - Vietnamese (Closes: #639696)
     - Dutch (Closes: #639699)
     - Swedish (partial) (Closes: #640059)
     - Portugese (Closes: #640073)
Checksums-Sha1: 
 113e5ce3c30c7dc7e4e55671db1a6ef582ac7e07 2339 gitalist_0.003005+dfsg-3.dsc
 6e04378fc276d33841f58c4b912c9d1be81e6d48 13168 
gitalist_0.003005+dfsg-3.debian.tar.gz
 5f04af660e2f72846cdb894cb5bb286efa1dddac 129882 
gitalist-common_0.003005+dfsg-3_all.deb
 b8f94d4655bfbf6e0c07fd7522c5e16e40e942c1 11274 
gitalist-fastcgi_0.003005+dfsg-3_all.deb
Checksums-Sha256: 
 0ed4aee64506b1f6310af84515eaf13839c991743ecc40a2a16ef00f5c3cd245 2339 
gitalist_0.003005+dfsg-3.dsc
 07fed9ea8a7eb6fb366b5020ae9bcadb2b322647c4b62eb97da9a789c534e751 13168 
gitalist_0.003005+dfsg-3.debian.tar.gz
 34882a5ca064ced432246867f06b414b759275337a447e0c4fd800be148af934 129882 
gitalist-common_0.003005+dfsg-3_all.deb
 896cbf00a4766264b4d331cd713f06ae59087224c9ad859f37d5fe987425959a 11274 
gitalist-fastcgi_0.003005+dfsg-3_all.deb
Files: 
 c2e16b5349404685ac1503cfefe66abd 2339 perl optional 
gitalist_0.003005+dfsg-3.dsc
 92fa911c107dd85d2dafaf186a2fb4ea 13168 perl optional 
gitalist_0.003005+dfsg-3.debian.tar.gz
 c6df41f402f0b5ab65afbb1f3a2b3d26 129882 perl optional 
gitalist-common_0.003005+dfsg-3_all.deb
 0f4ea8dd85031b3c8a6e97d4aaa0b460 11274 perl optional 
gitalist-fastcgi_0.003005+dfsg-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk5z0EwACgkQ+C5cwEsrK54eEgCfZE9+dlW9QhtldVFu6fH9lyLR
WhQAoIMO/hp3McibRy/k2OIuLjR4dYBc
=KH+F
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to