Dear Debian maintainer, On Sunday, August 30, 2009, I sent you a notification about the beginning of a review action on debconf templates for wireshark.
Then, I sent you a bug report with rewritten templates and announcing 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.rfr file contains a patch for the templates and control file(s) alone. Please note that this patch applies to the templates and control file(s) of your package as of Sunday, August 30, 2009. 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. --
patch.tar.gz
Description: Binary data
--- wireshark.old/debian/templates 2009-08-25 19:25:57.682197462 +0200 +++ wireshark/debian/templates 2009-09-17 23:07:15.106993459 +0200 @@ -1,12 +1,21 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-engl...@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: wireshark-common/install-setuid Type: boolean Default: false -_Description: Do you want dumpcap to be installed setuid root? +_Description: Should dumpcap be installed "setuid root"? Dumpcap can be installed with the set-user-id bit set, so members of - group wireshark will be able to run it with the permissions of the - 'root' user. It is the preferred way of capturing packets using - Wireshark/Tshark over running Wireshark/Tshark as root, because that - way most of the code will run with less priveges. + the "wireshark" system group will have the privileges required to use it. + This way of capturing packets using Wireshark/Tshark is recommended + over the alternative of running them directly as superuser, because + less of the code will run with elevated privileges. . Enabling this feature may be a security risk, so it is disabled by - default. If in doubt, it is suggested to leave it disabled. + default. If in doubt, it is suggested to leave it disabled. --- wireshark.old/debian/control 2009-08-25 19:25:57.685525791 +0200 +++ wireshark/debian/control 2009-09-03 20:53:24.122207585 +0200 @@ -7,6 +7,7 @@ Build-Depends: libgtk2.0-dev (>=2.4.0-0), libpcap0.8-dev, flex, libz-dev, dpatch, debhelper (>= 6), po-debconf, libtool, python, automake1.9, autoconf, autotools-dev, libc-ares-dev, xsltproc, docbook-xsl (>= 1.64.1.0-0), libpcre3-dev, libcap2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], bison, libgnutls-dev, python-support (>= 0.3), portaudio19-dev, libkrb5-dev, liblua5.1-0-dev, libsmi2-dev, libgeoip-dev Build-Conflicts: libsnmp4.2-dev, libsnmp-dev XS-Python-Version: all +Homepage: http://www.wireshark.org/ Package: wireshark-common Architecture: any @@ -14,11 +15,10 @@ Recommends: wireshark (>= ${binary:Version}) | tshark (>= ${binary:Version}) Replaces: ethereal-common (<< 1.0.0-3) Conflicts: ethereal-common (<< 1.0.0-3) -Description: network traffic analyser (common files) - Wireshark is a network traffic analyzer, or "sniffer", for Unix and - Unix-like operating systems. A sniffer is a tool used to capture - packets off the wire. Wireshark decodes numerous protocols (too many - to list). +Description: network traffic analyzer - common files + Wireshark is a network "sniffer" - a tool that captures and analyzes + packets off the wire. Wireshark can decode too many protocols to list + here. . This package provides files common to both wireshark (the GTK+ version) and tshark (the console version). @@ -28,24 +28,22 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version}) Replaces: ethereal (<< 1.0.0-3) Conflicts: ethereal (<< 1.0.0-3) -Description: network traffic analyzer - Wireshark is a network traffic analyzer, or "sniffer", for Unix and - Unix-like operating systems. A sniffer is a tool used to capture - packets off the wire. Wireshark decodes numerous protocols (too many - to list). +Description: network traffic analyzer - GTK+ version + Wireshark is a network "sniffer" - a tool that captures and analyzes + packets off the wire. Wireshark can decode too many protocols to list + here. . - This package provides wireshark (the GTK+ version) + This package provides the GTK+ version of wireshark. Package: tshark Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, wireshark-common (= ${binary:Version}) Replaces: tethereal (<< 1.0.0-3) Conflicts: tethereal (<< 1.0.0-3) -Description: network traffic analyzer (console) - Wireshark is a network traffic analyzer, or "sniffer", for Unix and - Unix-like operating systems. A sniffer is a tool used to capture - packets off the wire. Wireshark decodes numerous protocols (too many - to list). +Description: network traffic analyzer - console version + Wireshark is a network "sniffer" - a tool that captures and analyzes + packets off the wire. Wireshark can decode too many protocols to list + here. . This package provides the console version of wireshark, named "tshark". @@ -57,12 +55,10 @@ Replaces: ethereal-dev (<< 1.0.0-3) Conflicts: ethereal-dev (<< 1.0.0-3) XB-Python-Version: ${python:Versions} -Description: network traffic analyser (development tools) - Wireshark is a network traffic analyzer, or "sniffer", for Unix and - Unix-like operating systems. A sniffer is a tool used to capture - packets off the wire. Wireshark decodes numerous protocols (too many - to list). +Description: network traffic analyzer - development tools + Wireshark is a network "sniffer" - a tool that captures and analyzes + packets off the wire. Wireshark can decode too many protocols to list + here. . - This package provides idl2wrs and other necessary files to develop + This package provides idl2wrs and other files necessary for developing new packet dissectors. - --- wireshark.old/debian/changelog 2009-08-25 19:25:57.682197462 +0200 +++ wireshark/debian/changelog 2009-10-07 07:09:14.537998535 +0200 @@ -1,3 +1,23 @@ +wireshark (1.2.1-3) UNRELEASED; urgency=low + + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #547130 + * [Debconf translation updates] + - German (Helge Kreutzmann). Closes: #547229 + - Basque (Piarres Beobide). Closes: #547268 + - Portuguese (Pedro Ribeiro). Closes: #547381 + - Swedish (Martin Ågren). Closes: #547383 + - Vietnamese (Clytie Siddall). Closes: #547800 + - French (Simon Paillard). Closes: #548340 + - Italian (Luca Monducci). Closes: #548605 + - Japanese (Hideki Yamane (Debian-JP)). Closes: #548655 + - Spanish (Francisco Javier Cuadrado). Closes: #548700 + - Czech (Martin Sin). Closes: #548728 + - Russian (Yuri Kozlov). Closes: #549086 + - Finnish (Esko Arajärvi). Closes: #549609 + + -- Christian Perrier <bubu...@debian.org> Thu, 17 Sep 2009 14:06:52 +0200 + wireshark (1.2.1-2) unstable; urgency=low * added option to install dumpcap with setuid root
signature.asc
Description: Digital signature