Your message dated Tue, 14 Aug 2007 13:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430802: fixed in gnunet 0.7.2b-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gnunet
Severity: important
Tags: l10n patch

(Sent in urgency as an upload which I consider infortunate happened a
few hours ago. Pretty please use the debconf templates AND ALL PO
FILES in this patch. I intentionnally send this as a separate bug
report, as the original one has been closed by the upload. I
intentionnally set the severity to important to get more chances that
this bug report gets enough consideration)

Dear Debian maintainer,

On Sunday, May 20, 2007, I sent you a notification about the beginning of a 
review
action on debconf templates for gnunet.

Then, I sent you a bug report with rewritten templates and annoucing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/<templates> with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch-nopo file contains a patch for the templates and control file(s).

Please note that this patch applies to the templates and control
file(s) of your package as of Sunday, May 20, 2007. If your package was updated
in the meantime, I may have updated my reference copy....but I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 


Attachment: patch.tar.gz
Description: Binary data

--- gnunet.old/debian/gnunet-daemon.templates   2007-05-14 11:51:52.502625513 
+0200
+++ gnunet/debian/gnunet-daemon.templates       2007-06-26 17:51:40.507105221 
+0200
@@ -1,3 +1,13 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to [EMAIL PROTECTED]
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
+# Obsolete, should be removed
 Template: gnunet-daemon/warning
 Type: note
 _Description: Former installation of GNUnet detected
@@ -10,6 +20,7 @@
  .
  Every personal settings will be preserved as much as possible.
 
+# Obsolete, should be removed
 Template: gnunet-daemon/failed
 Type: note
 _Description: Warning
@@ -24,6 +35,7 @@
  Please take a look and make necessary changes in it if needed after
  installation.
 
+# Obsolete, should be removed
 Template: gnunet-daemon/prior_07
 Type: note
 _Description: Upgrade from a version prior to 0.7.0
@@ -43,32 +55,26 @@
 Template: gnunet-daemon/launch_at_startup
 Type: boolean
 Default: true
-_Description: Launch at startup?
- Setup GNUnet as a system service. 
- .
- If you accept here, a GNUnet server will be started each time your machine
- starts.  If you decline this option, you need to launch GNUnet each time
- you want to use it.
+_Description: Should the GNUnet daemon be launched on boot?
+ If you choose this option, a GNUnet server will be launched each time
+ the system is started. Otherwise, you will need to launch
+ GNUnet each time you want to use it.
 
 Template: gnunet-daemon/gnunet_user
 Type: string
 Default: gnunet
 _Description: GNUnet user:
- Define the user owning the GNUnet daemon process.
+ Please choose the user that the GNUnet daemon process will run as.
  .
- For security reasons, it's best to create a new user exclusively for  GNUnet.
- .
- If you choose this option, that user will automatically be created  as a 
system user,
- for whom no login will be allowed.
+ This should be a dedicated account. If the specified account does not
+ already exist, it will automatically be created, with no login shell.
 
 Template: gnunet-daemon/gnunet_group
 Type: string
 Default: gnunet
 _Description: GNUnet group:
- Define the group owning the GNUnet daemon process.
- .
- For security reason, the best is to create a new group for this, and make
- sure that it owns no data beside GNUnet's ones.
+ Please choose the group that the GNUnet daemon process will run as.
  .
- Only the members of this group are allowed to start and stop the GNUnet 
server and 
- have access to GNUnet data.
+ This should be a dedicated group, not one that already owns data.
+ Only the members of this group will have access to GNUnet data, and
+ be allowed to start and stop the GNUnet server.
--- gnunet.old/debian/control   2007-05-14 11:51:52.502625513 +0200
+++ gnunet/debian/control       2007-06-04 07:44:23.875678944 +0200
@@ -9,7 +9,7 @@
 Package: gnunet-common
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Secure, trust-based peer-to-peer framework
+Description: secure, trust-based peer-to-peer framework
  GNUnet is a peer-to-peer framework which focuses on providing security.
  All link-to-link messages in the network are confidential and authenticated.
  The framework provides a transport abstraction layer and can currently
@@ -22,13 +22,13 @@
 Package: gnunet-daemon
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, gettext (>=0.14.1-1)
-Description: Secure, trust-based peer-to-peer framework
+Description: secure, trust-based peer-to-peer framework
  GNUnet is a peer-to-peer framework which focuses on providing security.
  All link-to-link messages in the network are confidential and authenticated.
  The framework provides a transport abstraction layer and can currently
  encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
  .
- This package contains the GNUnet Daemon necessary to run a GNUnet node.
+ This package contains the GNUnet daemon, needed to run a GNUnet node.
  .
   Homepage: <http://www.gnunet.org/>
 
@@ -36,13 +36,13 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, gettext (>=0.14.1-1)
 Suggests: libextractor-plugins (>= 0.5.16-1)
-Description: Secure, trust-based peer-to-peer framework
+Description: secure, trust-based peer-to-peer framework
  GNUnet is a peer-to-peer framework which focuses on providing security.
  All link-to-link messages in the network are confidential and authenticated.
  The framework provides a transport abstraction layer and can currently
  encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
  .
- This package contains the GNUnet command line client applications as
+ This package contains the GNUnet command line client applications, such as
  gnunet-search and gnunet-download.
  .
   Homepage: <http://www.gnunet.org/>
@@ -50,13 +50,13 @@
 Package: gnunet-tools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, gettext (>=0.14.1-1)
-Description: Secure, trust-based peer-to-peer framework
+Description: secure, trust-based peer-to-peer framework
  GNUnet is a peer-to-peer framework which focuses on providing security.
  All link-to-link messages in the network are confidential and authenticated.
  The framework provides a transport abstraction layer and can currently
  encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
  .
- This package contains the gnunet additional tools for GNUnet like the
+ This package contains the additional tools for GNUnet such as the
  gnunet-setup graphical tool.
  .
   Homepage: <http://www.gnunet.org/>
@@ -64,13 +64,13 @@
 Package: gnunet
 Architecture: all
 Depends: gnunet-daemon (>= ${Source-Version}), gnunet-client (>= 
${Source-Version}), gnunet-tools (>= ${Source-Version})
-Description: Secure, trust-based peer-to-peer framework
+Description: secure, trust-based peer-to-peer framework
  GNUnet is a peer-to-peer framework which focuses on providing security.
  All link-to-link messages in the network are confidential and authenticated.
  The framework provides a transport abstraction layer and can currently
  encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
  .
- This package is a meta package for GNUnet and depends upon gnunet-daemon,
+ This package is a meta-package for GNUnet and depends upon gnunet-daemon,
  gnunet-client and gnunet-tools.
  .
   Homepage: <http://www.gnunet.org/>
@@ -79,12 +79,12 @@
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, gnunet-daemon (>= 
${Source-Version}), gnunet-client (>= ${Source-Version}), gnunet-tools (>= 
${Source-Version})
-Description: Secure, trust-based peer-to-peer framework
+Description: secure, trust-based peer-to-peer framework
  GNUnet is a peer-to-peer framework which focuses on providing security.
  All link-to-link messages in the network are confidential and authenticated.
  The framework provides a transport abstraction layer and can currently
  encapsulate the peer-to-peer traffic in UDP, TCP, or SMTP messages.
  .
- This package contains the development files of GNUnet.
+ This package contains the development files for GNUnet.
  .
   Homepage: <http://www.gnunet.org/>

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: gnunet
Source-Version: 0.7.2b-1

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

gnunet-client_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-client_0.7.2b-1_i386.deb
gnunet-common_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-common_0.7.2b-1_i386.deb
gnunet-daemon_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-daemon_0.7.2b-1_i386.deb
gnunet-dev_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-dev_0.7.2b-1_i386.deb
gnunet-tools_0.7.2b-1_i386.deb
  to pool/main/g/gnunet/gnunet-tools_0.7.2b-1_i386.deb
gnunet_0.7.2b-1.diff.gz
  to pool/main/g/gnunet/gnunet_0.7.2b-1.diff.gz
gnunet_0.7.2b-1.dsc
  to pool/main/g/gnunet/gnunet_0.7.2b-1.dsc
gnunet_0.7.2b-1_all.deb
  to pool/main/g/gnunet/gnunet_0.7.2b-1_all.deb
gnunet_0.7.2b.orig.tar.gz
  to pool/main/g/gnunet/gnunet_0.7.2b.orig.tar.gz



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.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated gnunet 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.7
Date: Tue, 14 Aug 2007 14:39:00 +0200
Source: gnunet
Binary: gnunet-dev gnunet-client gnunet gnunet-tools gnunet-daemon gnunet-common
Architecture: source i386 all
Version: 0.7.2b-1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Kyheng <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 gnunet     - secure, trust-based peer-to-peer framework (meta)
 gnunet-client - secure, trust-based peer-to-peer framework (client)
 gnunet-common - secure, trust-based peer-to-peer framework (common)
 gnunet-daemon - secure, trust-based peer-to-peer framework (daemon)
 gnunet-dev - secure, trust-based peer-to-peer framework (development)
 gnunet-tools - secure, trust-based peer-to-peer framework (tools)
Closes: 430802 431384
Changes: 
 gnunet (0.7.2b-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated po files according to the work from the debian-l10n-english team
     (Closes: #430802).
   * Added updated French debconf translation from Christian Perrier
     <[EMAIL PROTECTED]> (Closes: #431384).
Files: 
 19e0f62f760acb66c5ef4449d77a882c 924 net optional gnunet_0.7.2b-1.dsc
 d1cc48eb2174597eeb68bb2d2228ac85 2232281 net optional gnunet_0.7.2b.orig.tar.gz
 e3a9e4e6e80f71304df3ebedc2b79f94 27834 net optional gnunet_0.7.2b-1.diff.gz
 d453e730572a6db4b351c283df1e9d73 37112 net optional gnunet_0.7.2b-1_all.deb
 19baa3d18ed27d1dcb7286499587d993 195114 net optional 
gnunet-client_0.7.2b-1_i386.deb
 7b372d6adf65d6186a2f5016dee46a2b 185586 net optional 
gnunet-common_0.7.2b-1_i386.deb
 8dcd5a62b74024bf846e6e91e10e4a8d 293934 net optional 
gnunet-daemon_0.7.2b-1_i386.deb
 7f132ecdc97690a72d292eb2b9deb86a 118060 libdevel optional 
gnunet-dev_0.7.2b-1_i386.deb
 0c6358f81ef40384c799817ecad5ea2e 105256 net optional 
gnunet-tools_0.7.2b-1_i386.deb

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

iD8DBQFGwakx+C5cwEsrK54RAiM0AKCZhiM+bJfAj9Dor7BEdhJrMoPjhgCfWuxb
bWvAq/1rELo+hffi2f9RlRw=
=YGRZ
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to