Package: ntfs-3g
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Monday, May 23, 2011, I notified you of the beginning of a review process
concerning debconf templates for ntfs-3g.

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, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading ntfs-3g with these changes
right now.

The second phase of this process will begin on Tuesday, June 14, 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
about Tuesday, July 05, 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.

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 Wednesday, July 06, 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 unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- ntfs-3g.old/debian/ntfs-3g.templates        2011-05-22 12:00:44.195872156 
+0200
+++ ntfs-3g/debian/ntfs-3g.templates    2011-06-11 08:14:48.470296888 +0200
@@ -1,9 +1,18 @@
+# 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: ntfs-3g/setuid-root
 Type: boolean
 Default: false
-_Description: Should NTFS-3G be installed 'setuid root'?
+_Description: Should NTFS-3G be installed "setuid root"?
  NTFS-3G can be installed with the set-user-id bit set, so that it will run
- with the permissions of the 'root' user. This allows ordinary user to
+ with superuser privileges. This allows unprivileged users to
  mount NTFS volumes.
  .
  Enabling this feature may be a security risk, so it is disabled by
--- ntfs-3g.old/debian/control  2011-05-22 12:00:44.199872184 +0200
+++ ntfs-3g/debian/control      2011-05-30 18:59:46.876848119 +0200
@@ -11,13 +11,15 @@
 Architecture: any
 Pre-Depends: fuse-utils
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: read-write NTFS driver for FUSE
- NTFS-3G is an NTFS driver for FUSE. It can create, remove, rename, move files,
+Description: read/write NTFS driver for FUSE - binaries
+ Third Generation NTFS uses FUSE (Filesystem-in-USErspace) to provide support
+ for the Windows NTFS file system. It can create, remove, rename, or move 
files,
  directories, hard links, and streams; it can read and write files,
- includingstreams, sparse files and transparently compressed files; it can
- handle special files like symbolic links, devices, and FIFOs; moreover it
- provides standard management of file ownership and permissions, including 
POSIX
- ACLs.
+ including streams, sparse files, and transparently compressed files; it can
+ handle special files like symbolic links, devices, and FIFOs; and moreover it
+ provides standard management of file ownership and permissions.
+ .
+ This package provides a mount command using the NTFS-3G driver.
 
 Package: ntfs-3g-dbg
 Section: debug
@@ -26,40 +28,40 @@
 Depends:
  ${misc:Depends}, ntfs-3g (= ${binary:Version}),
  libntfs-3g804 (= ${binary:Version}), libntfs-3g-dev (= ${binary:Version})
-Description: read-write NTFS driver for FUSE (debug)
- NTFS-3G is an NTFS driver for FUSE. It can create, remove, rename, move files,
+Description: read/write NTFS driver for FUSE - debug package
+ Third Generation NTFS uses FUSE (Filesystem-in-USErspace) to provide support
+ for the Windows NTFS file system. It can create, remove, rename, or move 
files,
  directories, hard links, and streams; it can read and write files,
- includingstreams, sparse files and transparently compressed files; it can
- handle special files like symbolic links, devices, and FIFOs; moreover it
- provides standard management of file ownership and permissions, including 
POSIX
- ACLs.
+ including streams, sparse files, and transparently compressed files; it can
+ handle special files like symbolic links, devices, and FIFOs; and moreover it
+ provides standard management of file ownership and permissions.
  .
- This package contains the debugging symbols.
+ This package provides the debugging symbols.
 
 Package: libntfs-3g804
 Section: libs
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: read-write NTFS driver for FUSE (library)
- NTFS-3G is an NTFS driver for FUSE. It can create, remove, rename, move files,
+Description: read/write NTFS driver for FUSE - shared library
+ Third Generation NTFS uses FUSE (Filesystem-in-USErspace) to provide support
+ for the Windows NTFS file system. It can create, remove, rename, or move 
files,
  directories, hard links, and streams; it can read and write files,
- includingstreams, sparse files and transparently compressed files; it can
- handle special files like symbolic links, devices, and FIFOs; moreover it
- provides standard management of file ownership and permissions, including 
POSIX
- ACLs.
+ including streams, sparse files, and transparently compressed files; it can
+ handle special files like symbolic links, devices, and FIFOs; and moreover it
+ provides standard management of file ownership and permissions.
  .
- This package contains the shared library.
+ This package provides the shared library.
 
 Package: libntfs-3g-dev
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends}, libntfs-3g804 (= ${binary:Version})
-Description: read-write NTFS driver for FUSE (library development)
- NTFS-3G is an NTFS driver for FUSE. It can create, remove, rename, move files,
+Description: read/write NTFS driver for FUSE - development files
+ Third Generation NTFS uses FUSE (Filesystem-in-USErspace) to provide support
+ for the Windows NTFS file system. It can create, remove, rename, or move 
files,
  directories, hard links, and streams; it can read and write files,
- includingstreams, sparse files and transparently compressed files; it can
- handle special files like symbolic links, devices, and FIFOs; moreover it
- provides standard management of file ownership and permissions, including 
POSIX
- ACLs.
+ including streams, sparse files, and transparently compressed files; it can
+ handle special files like symbolic links, devices, and FIFOs; and moreover it
+ provides standard management of file ownership and permissions.
  .
- This package contains the development files for the shared library.
+ This package provides the development files for the shared library.

Reply via email to