Package: nas
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Thursday, August 30, 2007, I notified you of the beginning of a review 
process
concerning debconf templates for nas.

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

The second phase of this process will begin on Thursday, September 20, 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 Thursday, October 11, 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 <DAY25>, 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-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- nas.old/debian/nas.templates        2007-08-27 15:14:51.105403041 +0200
+++ nas/debian/nas.templates    2007-09-17 07:02:01.582964885 +0200
@@ -1,32 +1,33 @@
+# 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: nas/relinquish
 Type: boolean
 Default: true
 _Description: Should nasd release /dev/dsp?
- The NAS server will by default open the audio device configured on your
- system at startup, and then keep it open until it is stopped. This will
- stop any audio clients that are not NAS aware from using the audio device.
- .
- nasd can be configured to release the audio device when it is not actively
- using it. There will almost always be a slight delay between the
- application using nas finishing and the audio device becoming available
- for other uses; this is due to the latency inherent in the design of nas
- and so cannot really be changed.
+ By default, the NAS server will open the configured audio device
+ at startup, and then keep it open until the server is stopped. This will
+ stop any non-NAS-aware audio clients from using the audio device.
  .
- An alternative to this is to use the "audiooss" program (in the package of
- the same name) to wrap any programs that use /dev/dsp directly - it will
- intercept most uses of /dev/dsp and make the equivalent nas calls instead.
+ The daemon can be configured to release the audio device when it is
+ not using it, with some delay after the
+ application completes before the device is available.
  .
- Should nasd release the audio device? (It is recommended to select this
- option unless you have special requirements.)
+ An alternative is to use the "audiooss" package to wrap any programs
+ that use /dev/dsp to make them use equivalent NAS calls.
 
 Template: nas/mixer
 Type: boolean
 Default: false
 _Description: Should nasd change mixer settings at startup?
- The nas server will by default change the mixer settings at startup as
- follows:
- .
-  * set PCM volume to 50%
-  * change the record input device to LINE
+ If you choose this option, the NAS server will change the mixer settings
+ at startup as follows:
  .
- Do you want it to do this? (Most people are expected to disable this option)
+  - set PCM volume to 50%;
+  - change the record input device to LINE.
--- nas.old/debian/control      2007-08-27 15:14:51.105403041 +0200
+++ nas/debian/control  2007-09-14 07:38:04.619747212 +0200
@@ -13,14 +13,15 @@
 Replaces: nas-lib
 Conflicts: nas-lib
 Suggests: nas
-Description: The Network Audio System (NAS). (shared libraries)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - shared libraries
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
- This package contains the nas library (libaudio), needed for both remote
- and local output. 
+ This package contains the NAS library (libaudio), needed for both remote
+ and local output.
 Section: libs
 
 Package: nas
@@ -28,13 +29,15 @@
 Architecture: any
 Depends: libaudio2, ${shlibs:Depends}, debconf | debconf-2.0
 Suggests: audiooss
-Description: The Network Audio System (NAS). (local server)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - local server
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
- This package contains the nas daemon (au), needed for local output from nas.
+ This package contains the NAS daemon (nasd), needed for local output
+ from NAS.
 Section: sound
 
 Package: libaudio-dev
@@ -44,39 +47,42 @@
 Provides: nas-dev
 Replaces: nas-dev
 Conflicts: nas-dev
-Description: The Network Audio System (NAS). (development files)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - development files
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
  This package contains the header files and static library (libaudio.a), 
- needed for development of programs using nas. 
+ needed for development of programs using NAS.
 Section: libdevel
 
 Package: nas-bin
 Priority: extra
 Architecture: any
 Depends: libaudio2, perl5, ${shlibs:Depends}
-Description: The Network Audio System (NAS). (client binaries)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - client binaries
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
- This package contains the example applications / utilities that are
- provided with nas. 
+ This package contains the example applications and utilities that are
+ provided with NAS.
 Section: sound
 
 Package: nas-doc
 Priority: extra
 Architecture: all
-Description: The Network Audio System (NAS). (extra documentation)
- The Network Audio System was developed by NCD for playing, recording, and
- manipulating audio data over a network.  Like the X Window System, it uses
- the client/server model to separate applications from the specific drivers
- that control audio input and output devices.
+Description: Network Audio System - extra documentation
+ The Network Audio System (NAS) was developed by NCD for playing,
+ recording, and manipulating audio data over a network. Like the X
+ Window System, it uses the client/server model to separate
+ applications from the specific drivers that control audio input and
+ output devices.
  .
- This package contains the extra documentation provided with the nas
- source, including Postscript copies of papers describing its design.
+ This package contains the extra documentation provided with the NAS
+ source, including PostScript copies of papers describing its design.
 Section: doc

Reply via email to