Dear Debian maintainer, On Thursday, August 30, 2007, I sent you a notification about the beginning of a review action on debconf templates for nas.
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-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 Thursday, August 30, 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. --
patch.tar.gz
Description: Binary data
--- 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
--- nas.old/debian/changelog 2007-08-27 15:14:51.105403041 +0200
+++ nas/debian/changelog 2007-10-08 07:46:16.945142029 +0200
@@ -1,3 +1,21 @@
+nas (1.9-3) UNRELEASED; urgency=low
+
+ * Debconf templates and debian/control reviewed by the debian-l10n-
+ english team as part of the Smith review project. Closes: #442823
+ * Debconf translation updates:
+ * Vietnamese. Closes: #444168
+ * Russian. Closes: #444556
+ * Italian. Closes: #444609
+ * French. Closes: #444660
+ * Galician. Closes: #444755
+ * German. Closes: #444919
+ * Czech. Closes: #445655
+ * Finnish. Closes: #445665
+ * Portuguese. Closes: #445708
+ * Brazilian Portuguese. Closes: #445739
+
+ -- Christian Perrier <[EMAIL PROTECTED]> Mon, 08 Oct 2007 07:46:03 +0200
+
nas (1.9-2) unstable; urgency=low
* Build-Depend on the needed -dev packages rather than the now-obsolete
signature.asc
Description: Digital signature

