Package: smb2www
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Friday, November 02, 2007, I notified you of the beginning of a review
process
concerning debconf templates for smb2www.
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 smb2www with these changes right now.
The second phase of this process will begin on Friday, November 23, 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 Friday, December 14, 2007. 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 Saturday, December 15, 2007, 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
--- smb2www.old/debian/templates 2007-10-29 10:37:20.087321267 +0000
+++ smb2www/debian/templates 2007-11-20 19:33:16.355795418 +0000
@@ -1,28 +1,34 @@
+# 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: smb2www/security
Type: note
-_Description: smb2www is DISABLED by default
- If enabled, by default smb2www will allow anyone to browse your network.
- .
- Probably this is not what you want to happen. Please modify your web
- server configuration to suit. Please read
- /usr/share/doc/smb2www/index.html for more information (Especially FAQ 4)
- on how to do this for Apache.
+_Description: smb2www disabled by default
+ If enabled, smb2www will, by default, allow anyone to browse the local SMB
+ network.
+ .
+ As this may have security consequences, it is disabled by default and you
+ should modify the web
+ server configuration to enable smb2www securely. Please read
+ /usr/share/doc/smb2www/index.html for more information (more particularly FAQ
4)
+ about such configuration for Apache.
Template: smb2www/set_link
Type: boolean
Default: false
_Description: Do you want to enable smb2www?
- Turn this option on if you want to enable smb2www.
- .
- Note that you can enable smb2www at any time by running
- dpkg-reconfigure smb2www
- command.
Template: smb2www/master_browser
Type: string
Default: localhost
_Description: Master browser server:
- Please enter name of the server which will be used by smb2www as a master
+ Please enter the name of the server which will be used by smb2www as a master
browser.
Template: smb2www/language
@@ -34,10 +40,10 @@
# them, and have to simply choose a msgstr among the English values
# listed in the Choices field above, e.g. msgstr "Dutch"
_Default: English[ default language ]
-_Description: Language in which smb2www will generate its pages:
+_Description: Language for smb2www pages:
Smb2www can generate its HTML pages in several languages.
.
- Please choose one of them.
+ Please choose the language you want to use on generated pages.
Template: smb2www/need_reconfigure
Type: boolean
@@ -49,23 +55,22 @@
Template: smb2www/replace_config
Type: boolean
Default: true
-_Description: Do you want to install new version of config file?
- Current smb2www configuration file `/etc/smb2www/smb2www.conf' contains
- some variables (e.g. `bindir'), which sometimes needs to be changed on
- package upgrade, and some variables (like `masterbrowser'), which
+_Description: Install a new version of the configuration file?
+ The current smb2www configuration file '/etc/smb2www/smb2www.conf' contains
+ some variables (such as 'bindir'), which sometimes need to be changed on
+ package upgrade, and others (such as 'masterbrowser') which
shouldn't.
.
- It's very hard to maintain such file, so for better management of smb2www
- upgrades,
- the file has been split into two files:
- `/usr/share/smb2www/smb2www.default' and `/etc/smb2www/smb2www.conf'. The
- former will be overwritten on each upgrade, the latter - will not.
+ For better management of this configuration file, it
+ has been split in two parts:
+ /usr/share/smb2www/smb2www.default and /etc/smb2www/smb2www.conf. The
+ former will be overwritten on each upgrade while the latter remains unchanged.
Variables defined in the latter file will override variables defined in
the former.
.
- Your current smb2www config file will be saved as
- `/etc/smb2www/smb2www.conf.saved_by_postinst'
+ The current smb2www config file will be saved as
+ '/etc/smb2www/smb2www.conf.saved_by_postinst'.
.
- If you don't choose this option, smb2www probably will not work. In that case
please
- compare your config file with `/usr/share/smb2www/smb2www.default', and
+ If you don't choose this option, smb2www will probably not work. You should
+ compare the configuration file with '/usr/share/smb2www/smb2www.default', and
adjust it as needed.
--- smb2www.old/debian/control 2007-10-29 10:37:20.087321267 +0000
+++ smb2www/debian/control 2007-11-07 16:56:35.198496327 +0000
@@ -8,6 +8,7 @@
Package: smb2www
Architecture: all
Depends: smbclient, ${perl:Depends}, ${misc:Depends}, apache2|httpd-cgi
-Description: A Windows Network client that is accessible through a web browser
- With this package you will be able to browse a Windows Network using a
- standard web browser. It is based upon the samba package.
+Description: SMB/CIFS network client with a web interface
+ This package allows browsing an SMB/CIFS-based network (such as
+ a Windows-based network) by using a
+ standard web browser. It uses Samba libraries.